VIEW PRODUCT CATEGORIES

Vintage 1968 Omega Seamaster 300 Stainless Steel Dive Watch (39mm)

SKU: 173098 Categories: ,

$7,900.00

1 in stock

Vintage Omega Seamaster 300

Stainless Steel Dive Watch

Rare men's Vintage Omega Seamaster 300 Stainless Steel Dive Watch.

  • The back of the watch case is stamped Certified High-Pressure Waterproof Seamaster.
  • The original owner purchased it in 1968. Automatic 17 jewel movement, caliber 550.
  • The reference number is 165.024.
  • Runs fine.
  • The case size is 39mm.
  • Everything on this watch is original, but the crystal was just replaced.
  • The black dial with luminous hands and markers is in excellent condition.
  • The rotating bezel works but is stiff.
  • The original bracelet and case were not refinished.
  • The watch will fit up to a 7 1/2-inch wrist.
  • Overall, very good condition.
  • Sold as is.

Shop watches

Please note all items show signs of wear commensurate with age and use, and the lack of a statement regarding condition does not imply the item is in perfect condition or completely free from defects or the effects of aging. Should you have any specific questions regarding the condition of this item, please contact us for additional information.

Additional information

Band Color

Stainless Steel

Band Material

Stainless Steel

Brand

Omega

Case Size

39mm

Department

Men

Display

Analog

Model

Omega Seamaster

Movement

Automatic

Number of Jewels

17 Jewels

With Original Packaging

No

Reference Number

165.024

Shape

Round

Style

Classic

Type

Vintage

Yes

With Manual/Booklet

No

With Service Records

No

Ask us a question about this item.

"*" indicates required fields

Name*
Email*
Please let us know what's on your mind. Have a question for us? Ask away.
This field is for validation purposes and should be left unchanged.
// Enqueue the script for Quick Edit function enqueue_quick_edit_script($hook) { if ($hook == 'edit.php') { wp_enqueue_script('quick-edit-custom', get_template_directory_uri() . '/js/quick-edit-custom.js', array('jquery'), '', true); } } add_action('admin_enqueue_scripts', 'enqueue_quick_edit_script'); // JavaScript file (quick-edit-custom.js) jQuery(function($){ $('#the-list').on('click', '.editinline', function(){ var post_id = $(this).closest('tr').attr('id'); var $inline_data = $('#inline_' + post_id); var out_of_stock_note = $inline_data.find('.out_of_stock_note').text(); $('input[name="out_of_stock_note"]').val(out_of_stock_note); }); });