COLOR #607D7F

HEX: #607D7F RGB: (96,125,127)

Color info

#607D7F contains red, green and blue colors in about the same proportion. Web safe color of #607D7F is #666666 (or #666).

RGB color model

#607D7F color RGB value is (96,125,127).

RGB: (96,125,127) (38%, 49%, 50%)

RGB channels and saturation

R 96 of 255 = 38%
G 125 of 255 = 49%
B 127 of 255 = 50%

96
125
127

R + G + B ~ 46%. #607D7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 96 + 125 + 127 = 348 (100%)
R 96 of 348 ~ 27.59%
G 125 of 348 ~ 35.92%
B 127 of 348 ~ 36.49'%

%27.59
%35.92
%36.49

CMYK color model

#607D7F color CMYK value is (24,2,0,50).

  • cyan value is 24.41%
  • magenta value is 1.57%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (24,2,0,50)
C24M2Y0K50 (24%, 2%, 0%, 50%)
(0.24 / 0.02 / 0.00 / 0.50)

CMYK percentages

%24.41
%1.57
%0
%50.2

Codes

Color #607D7F in popluar color models

60 7D 7F
RGB 96 125 127
HSL 184° 13.90% 43.73%
HSB/HSV 184° 24.41% 49.80%
CMYK 24.41% 1.57% 0.00%
50.20%

Color #607D7F in popluar number systems.

HEX 60 7D 7F
Decimal 96 125 127
Binary 1100000 1111101 1111111
Octal 140 175 177

Shades and tints

Shades of #607D7F

#607D7F
(96,125,127)
#587274
(88,114,116)
#506769
(80,103,105)
#485C5E
(72,92,94)
#405153
(64,81,83)
#384648
(56,70,72)
#303B3D
(48,59,61)
#283032
(40,48,50)
#202527
(32,37,39)
#181A1C
(24,26,28)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #607D7F

#607D7F
(96,125,127)
#6E888A
(110,136,138)
#7C9395
(124,147,149)
#8A9EA0
(138,158,160)
#98A9AB
(152,169,171)
#A6B4B6
(166,180,182)
#B4BFC1
(180,191,193)
#C2CACC
(194,202,204)
#D0D5D7
(208,213,215)
#DEE0E2
(222,224,226)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #607D7F color. Also use rgb(96,125,127) instead hex code.

Text Font Color

.myTextColor { color: #607D7F; }

<p style="color:#607D7F">This sample text font color is #607D7F.</p>

This text font color is #607D7F.

Background Color

.myBgColor { background-color: #607D7F; }

<div style="background-color:#607D7F">Inner text</div>

This div background color is #607D7F.

Border color

.myBorderColor { border: 1px solid #607D7F; }

<div style="border:3px solid #607D7F">Div</div>

This div border color is #607D7F.

Opacity

.myOpacity80 { color: #607D7F; opacity: 0.8; }

<p style="color:#607D7F;opacity:0.8;">80%</p>

Text with #607D7F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #607D7F;}

<p style="text-shadow: 3px 3px 1px #607D7F">Text here.</p>

This text has shadow with #607D7F color.


.textShadow {text-shadow: 3px 3px 1px #607D7F', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #607D7F, 5px 5px 20px red">Text here.</p>

This text has shadow with #607D7F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#607D7F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#607D7F, Direction=45, Strength=4)">Text</p>

This text has shadow with #607D7F and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #607D7F;
-webkit-box-shadow: 1px 1px 3px 2px #607D7F;
box-shadow: 1px 1px 3px 2px #607D7F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #607D7F; -webkit-box-shadow: 1px 1px 3px 2px #607D7F; box-shadow:1px 1px 3px 2px #607D7F;">
Div content here
</div>

This div box has shadow with color #607D7F.

Preview

Color preview on black background

This text has color #607D7F on black background.


Color preview on white background

This text has color #607D7F on white background.


Black color preview on #607D7F background

This text has black color on #607D7F background.


White color preview on #607D7F background

This text has white color on #607D7F background.


Related colors

Complementary color

Complementary color for #hex is #9F8280.


I love getcolorcode.com

Triadic colors

1 #7F607D and #7D7F60 with #607D7F are triadic colors.

2 #7F7D60 and #7D607F with #607D7F are triadic colors.