COLOR #607470

HEX: #607470
RGB: (96,116,112)

Color info

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

RGB color model

#607470 color RGB value is (96,116,112).

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

RGB channels and saturation

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

96
116
112

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

Portions of RGB colors in percentages

R + G + B =
96 + 116 + 112 = 324 (100%)
R 96 of 324 ~ 29.63%
G 116 of 324 ~ 35.8%
B 112 of 324 ~ 34.57%

%29.63
%35.8
%34.57

CMYK color model

#607470 color CMYK value is (17,0,3,55).

  • cyan value is 17.24%
  • magenta value is 0.00%
  • yellow value is 3.45%
  • key color value is 54.51%
CMYK:
(17,0,3,55)
C17M0Y3K55 
(17%,0%,3%,55%)
(0.17/0.00/0.03/0.55)	

CMYK percentages

%17.24
%0
%3.45
%54.51

Codes

Color #607470 in popluar color models

607470
RGB96116112
HSL168°9.43%41.57%
HSB/HSV168°17.24%45.49%
CMYK17.24%0.00%3.45%
54.51%

Color #607470 in popluar number systems.

HEX607470
Decimal96116112
Binary110000011101001110000
Octal140164160

Shades and tints

Shades of #607470

#607470
(96,116,112)
#586A66
(88,106,102)
#50605C
(80,96,92)
#485652
(72,86,82)
#404C48
(64,76,72)
#38423E
(56,66,62)
#303834
(48,56,52)
#282E2A
(40,46,42)
#202420
(32,36,32)
#181A16
(24,26,22)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #607470

#607470
(96,116,112)
#6E807D
(110,128,125)
#7C8C8A
(124,140,138)
#8A9897
(138,152,151)
#98A4A4
(152,164,164)
#A6B0B1
(166,176,177)
#B4BCBE
(180,188,190)
#C2C8CB
(194,200,203)
#D0D4D8
(208,212,216)
#DEE0E5
(222,224,229)
#ECECF2
(236,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #607470; }

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

This text font color is #607470.


Background Color

.myBgColor { background-color: #607470; }

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

This div background color is #607470.


Border color

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

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

This div border color is #607470.


Opacity

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

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

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

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

This text has shadow with #607470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #607470 on black background.


Color preview on white background

This text has color #607470 on white background.



Black color preview on #607470 background

This text has black color on #607470 background.


White color preview on #607470 background

This text has white color on #607470 background.