COLOR #607077

HEX: #607077
RGB: (96,112,119)

Color info

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

RGB color model

#607077 color RGB value is (96,112,119).

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

RGB channels and saturation

R 96 of 255 = 38%
G 112 of 255 = 44%
B 119 of 255 = 47%

96
112
119

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

Portions of RGB colors in percentages

R + G + B =
96 + 112 + 119 = 327 (100%)
R 96 of 327 ~ 29.36%
G 112 of 327 ~ 34.25%
B 119 of 327 ~ 36.39%

%29.36
%34.25
%36.39

CMYK color model

#607077 color CMYK value is (19,6,0,53).

  • cyan value is 19.33%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(19,6,0,53)
C19M6Y0K53 
(19%,6%,0%,53%)
(0.19/0.06/0.00/0.53)	

CMYK percentages

%19.33
%5.88
%0
%53.33

Codes

Color #607077 in popluar color models

607077
RGB96112119
HSL198°10.70%42.16%
HSB/HSV198°19.33%46.67%
CMYK19.33%5.88%0.00%
53.33%

Color #607077 in popluar number systems.

HEX607077
Decimal96112119
Binary110000011100001110111
Octal140160167

Shades and tints

Shades of #607077

#607077
(96,112,119)
#58666D
(88,102,109)
#505C63
(80,92,99)
#485259
(72,82,89)
#40484F
(64,72,79)
#383E45
(56,62,69)
#30343B
(48,52,59)
#282A31
(40,42,49)
#202027
(32,32,39)
#18161D
(24,22,29)
#100C13
(16,12,19)
#000000
(0,0,0)

Tints of #607077

#607077
(96,112,119)
#6E7D83
(110,125,131)
#7C8A8F
(124,138,143)
#8A979B
(138,151,155)
#98A4A7
(152,164,167)
#A6B1B3
(166,177,179)
#B4BEBF
(180,190,191)
#C2CBCB
(194,203,203)
#D0D8D7
(208,216,215)
#DEE5E3
(222,229,227)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #607077; }

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

This text font color is #607077.


Background Color

.myBgColor { background-color: #607077; }

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

This div background color is #607077.


Border color

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

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

This div border color is #607077.


Opacity

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

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

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

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

This text has shadow with #607077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #607077 on black background.


Color preview on white background

This text has color #607077 on white background.



Black color preview on #607077 background

This text has black color on #607077 background.


White color preview on #607077 background

This text has white color on #607077 background.