COLOR #607D6B

HEX: #607D6B RGB: (96,125,107)

Color info

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

RGB color model

#607D6B color RGB value is (96,125,107).

RGB: (96,125,107) (38%, 49%, 42%)

RGB channels and saturation

R 96 of 255 = 38%
G 125 of 255 = 49%
B 107 of 255 = 42%

96
125
107

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

Portions of RGB colors in percentages

R + G + B = 96 + 125 + 107 = 328 (100%)
R 96 of 328 ~ 29.27%
G 125 of 328 ~ 38.11%
B 107 of 328 ~ 32.62'%

%29.27
%38.11
%32.62

CMYK color model

#607D6B color CMYK value is (23,0,14,51).

  • cyan value is 23.20%
  • magenta value is 0.00%
  • yellow value is 14.40%
  • key color value is 50.98%

CMYK: (23,0,14,51)
C23M0Y14K51 (23%, 0%, 14%, 51%)
(0.23 / 0.00 / 0.14 / 0.51)

CMYK percentages

%23.2
%0
%14.4
%50.98

Codes

Color #607D6B in popluar color models

60 7D 6B
RGB 96 125 107
HSL 143° 13.12% 43.33%
HSB/HSV 143° 23.20% 49.02%
CMYK 23.20% 0.00% 14.40%
50.98%

Color #607D6B in popluar number systems.

HEX 60 7D 6B
Decimal 96 125 107
Binary 1100000 1111101 1101011
Octal 140 175 153

Shades and tints

Shades of #607D6B

#607D6B
(96,125,107)
#587262
(88,114,98)
#506759
(80,103,89)
#485C50
(72,92,80)
#405147
(64,81,71)
#38463E
(56,70,62)
#303B35
(48,59,53)
#28302C
(40,48,44)
#202523
(32,37,35)
#181A1A
(24,26,26)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #607D6B

#607D6B
(96,125,107)
#6E8878
(110,136,120)
#7C9385
(124,147,133)
#8A9E92
(138,158,146)
#98A99F
(152,169,159)
#A6B4AC
(166,180,172)
#B4BFB9
(180,191,185)
#C2CAC6
(194,202,198)
#D0D5D3
(208,213,211)
#DEE0E0
(222,224,224)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #607D6B; }

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

This text font color is #607D6B.

Background Color

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

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

This div background color is #607D6B.

Border color

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

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

This div border color is #607D6B.

Opacity

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

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

Text with #607D6B 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 #607D6B;}

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

This text has shadow with #607D6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #607D6B.

Preview

Color preview on black background

This text has color #607D6B on black background.


Color preview on white background

This text has color #607D6B on white background.


Black color preview on #607D6B background

This text has black color on #607D6B background.


White color preview on #607D6B background

This text has white color on #607D6B background.


Related colors

Complementary color

Complementary color for #hex is #9F8294.


I love getcolorcode.com

Triadic colors

1 #6B607D and #7D6B60 with #607D6B are triadic colors.

2 #6B7D60 and #7D606B with #607D6B are triadic colors.