COLOR #607D8B

HEX: #607D8B
RGB: (96,125,139)

Color info

#607D8B contains red, green and blue colors in about the same proportion. Web safe color of #607D8B is #666699 (or #669).

RGB color model

#607D8B color RGB value is (96,125,139).

  • red value is 96;
  • green value is 125;
  • blue value is 139.
RGB:
(96,125,139)
(38%,49%,55%)

RGB channels and saturation

R 96 of 255 = 38%
G 125 of 255 = 49%
B 139 of 255 = 55%

96
125
139

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

Portions of RGB colors in percentages

R + G + B =
96 + 125 + 139 = 360 (100%)
R 96 of 360 ~ 26.67%
G 125 of 360 ~ 34.72%
B 139 of 360 ~ 38.61%

%26.67
%34.72
%38.61

CMYK color model

#607D8B color CMYK value is (31,10,0,45).

  • cyan value is 30.94%
  • magenta value is 10.07%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(31,10,0,45)
C31M10Y0K45 
(31%,10%,0%,45%)
(0.31/0.10/0.00/0.45)	

CMYK percentages

%30.94
%10.07
%0
%45.49

Codes

Color #607D8B in popluar color models

607D8B
RGB96125139
HSL200°18.30%46.08%
HSB/HSV200°30.94%54.51%
CMYK30.94%10.07%0.00%
45.49%

Color #607D8B in popluar number systems.

HEX607D8B
Decimal96125139
Binary1100000111110110001011
Octal140175213

Shades and tints

Shades of #607D8B

#607D8B
(96,125,139)
#58727F
(88,114,127)
#506773
(80,103,115)
#485C67
(72,92,103)
#40515B
(64,81,91)
#38464F
(56,70,79)
#303B43
(48,59,67)
#283037
(40,48,55)
#20252B
(32,37,43)
#181A1F
(24,26,31)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #607D8B

#607D8B
(96,125,139)
#6E8895
(110,136,149)
#7C939F
(124,147,159)
#8A9EA9
(138,158,169)
#98A9B3
(152,169,179)
#A6B4BD
(166,180,189)
#B4BFC7
(180,191,199)
#C2CAD1
(194,202,209)
#D0D5DB
(208,213,219)
#DEE0E5
(222,224,229)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #607D8B; }

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

This text font color is #607D8B.


Background Color

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

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

This div background color is #607D8B.


Border color

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

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

This div border color is #607D8B.


Opacity

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

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

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

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

This text has shadow with #607D8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #607D8B on black background.


Color preview on white background

This text has color #607D8B on white background.



Black color preview on #607D8B background

This text has black color on #607D8B background.


White color preview on #607D8B background

This text has white color on #607D8B background.