COLOR #607072

HEX: #607072
RGB: (96,112,114)

Color info

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

RGB color model

#607072 color RGB value is (96,112,114).

  • red value is 96;
  • green value is 112;
  • blue value is 114.
RGB:
(96,112,114)
(38%,44%,45%)

RGB channels and saturation

R 96 of 255 = 38%
G 112 of 255 = 44%
B 114 of 255 = 45%

96
112
114

R + G + B ~ 42%. #607072 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 112 + 114 = 322 (100%)
R 96 of 322 ~ 29.81%
G 112 of 322 ~ 34.78%
B 114 of 322 ~ 35.4%

%29.81
%34.78
%35.4

CMYK color model

#607072 color CMYK value is (16,2,0,55).

  • cyan value is 15.79%
  • magenta value is 1.75%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(16,2,0,55)
C16M2Y0K55 
(16%,2%,0%,55%)
(0.16/0.02/0.00/0.55)	

CMYK percentages

%15.79
%1.75
%0
%55.29

Codes

Color #607072 in popluar color models

607072
RGB96112114
HSL187°8.57%41.18%
HSB/HSV187°15.79%44.71%
CMYK15.79%1.75%0.00%
55.29%

Color #607072 in popluar number systems.

HEX607072
Decimal96112114
Binary110000011100001110010
Octal140160162

Shades and tints

Shades of #607072

#607072
(96,112,114)
#586668
(88,102,104)
#505C5E
(80,92,94)
#485254
(72,82,84)
#40484A
(64,72,74)
#383E40
(56,62,64)
#303436
(48,52,54)
#282A2C
(40,42,44)
#202022
(32,32,34)
#181618
(24,22,24)
#100C0E
(16,12,14)
#000000
(0,0,0)

Tints of #607072

#607072
(96,112,114)
#6E7D7E
(110,125,126)
#7C8A8A
(124,138,138)
#8A9796
(138,151,150)
#98A4A2
(152,164,162)
#A6B1AE
(166,177,174)
#B4BEBA
(180,190,186)
#C2CBC6
(194,203,198)
#D0D8D2
(208,216,210)
#DEE5DE
(222,229,222)
#ECF2EA
(236,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #607072 color. Also use rgb(96,112,114) instead hex code.

Text Font Color

.myTextColor { color: #607072; }

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

This text font color is #607072.


Background Color

.myBgColor { background-color: #607072; }

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

This div background color is #607072.


Border color

.myBorderColor { border: 1px solid #607072; }

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

This div border color is #607072.


Opacity

.myOpacity80 { color: #607072; opacity: 0.8; }

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

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

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

This text has shadow with #607072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #607072 on black background.


Color preview on white background

This text has color #607072 on white background.



Black color preview on #607072 background

This text has black color on #607072 background.


White color preview on #607072 background

This text has white color on #607072 background.