COLOR #5F7077

HEX: #5F7077
RGB: (95,112,119)

Color info

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

RGB color model

#5F7077 color RGB value is (95,112,119).

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

RGB channels and saturation

R 95 of 255 = 37%
G 112 of 255 = 44%
B 119 of 255 = 47%

95
112
119

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

Portions of RGB colors in percentages

R + G + B =
95 + 112 + 119 = 326 (100%)
R 95 of 326 ~ 29.14%
G 112 of 326 ~ 34.36%
B 119 of 326 ~ 36.5%

%29.14
%34.36
%36.5

CMYK color model

#5F7077 color CMYK value is (20,6,0,53).

  • cyan value is 20.17%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(20,6,0,53)
C20M6Y0K53 
(20%,6%,0%,53%)
(0.20/0.06/0.00/0.53)	

CMYK percentages

%20.17
%5.88
%0
%53.33

Codes

Color #5F7077 in popluar color models

5F7077
RGB95112119
HSL198°11.21%41.96%
HSB/HSV198°20.17%46.67%
CMYK20.17%5.88%0.00%
53.33%

Color #5F7077 in popluar number systems.

HEX5F7077
Decimal95112119
Binary101111111100001110111
Octal137160167

Shades and tints

Shades of #5F7077

#5F7077
(95,112,119)
#57666D
(87,102,109)
#4F5C63
(79,92,99)
#475259
(71,82,89)
#3F484F
(63,72,79)
#373E45
(55,62,69)
#2F343B
(47,52,59)
#272A31
(39,42,49)
#1F2027
(31,32,39)
#17161D
(23,22,29)
#0F0C13
(15,12,19)
#000000
(0,0,0)

Tints of #5F7077

#5F7077
(95,112,119)
#6D7D83
(109,125,131)
#7B8A8F
(123,138,143)
#89979B
(137,151,155)
#97A4A7
(151,164,167)
#A5B1B3
(165,177,179)
#B3BEBF
(179,190,191)
#C1CBCB
(193,203,203)
#CFD8D7
(207,216,215)
#DDE5E3
(221,229,227)
#EBF2EF
(235,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F7077; }

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

This text font color is #5F7077.


Background Color

.myBgColor { background-color: #5F7077; }

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

This div background color is #5F7077.


Border color

.myBorderColor { border: 1px solid #5F7077; }

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

This div border color is #5F7077.


Opacity

.myOpacity80 { color: #5F7077; opacity: 0.8; }

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

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

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

This text has shadow with #5F7077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7077 on black background.


Color preview on white background

This text has color #5F7077 on white background.



Black color preview on #5F7077 background

This text has black color on #5F7077 background.


White color preview on #5F7077 background

This text has white color on #5F7077 background.