COLOR #5F7F77

HEX: #5F7F77
RGB: (95,127,119)

Color info

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

RGB color model

#5F7F77 color RGB value is (95,127,119).

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

RGB channels and saturation

R 95 of 255 = 37%
G 127 of 255 = 50%
B 119 of 255 = 47%

95
127
119

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

Portions of RGB colors in percentages

R + G + B =
95 + 127 + 119 = 341 (100%)
R 95 of 341 ~ 27.86%
G 127 of 341 ~ 37.24%
B 119 of 341 ~ 34.9%

%27.86
%37.24
%34.9

CMYK color model

#5F7F77 color CMYK value is (25,0,6,50).

  • cyan value is 25.20%
  • magenta value is 0.00%
  • yellow value is 6.30%
  • key color value is 50.20%
CMYK:
(25,0,6,50)
C25M0Y6K50 
(25%,0%,6%,50%)
(0.25/0.00/0.06/0.50)	

CMYK percentages

%25.2
%0
%6.3
%50.2

Codes

Color #5F7F77 in popluar color models

5F7F77
RGB95127119
HSL165°14.41%43.53%
HSB/HSV165°25.20%49.80%
CMYK25.20%0.00%6.30%
50.20%

Color #5F7F77 in popluar number systems.

HEX5F7F77
Decimal95127119
Binary101111111111111110111
Octal137177167

Shades and tints

Shades of #5F7F77

#5F7F77
(95,127,119)
#57746D
(87,116,109)
#4F6963
(79,105,99)
#475E59
(71,94,89)
#3F534F
(63,83,79)
#374845
(55,72,69)
#2F3D3B
(47,61,59)
#273231
(39,50,49)
#1F2727
(31,39,39)
#171C1D
(23,28,29)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #5F7F77

#5F7F77
(95,127,119)
#6D8A83
(109,138,131)
#7B958F
(123,149,143)
#89A09B
(137,160,155)
#97ABA7
(151,171,167)
#A5B6B3
(165,182,179)
#B3C1BF
(179,193,191)
#C1CCCB
(193,204,203)
#CFD7D7
(207,215,215)
#DDE2E3
(221,226,227)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F7F77; }

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

This text font color is #5F7F77.


Background Color

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

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

This div background color is #5F7F77.


Border color

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

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

This div border color is #5F7F77.


Opacity

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

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

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

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

This text has shadow with #5F7F77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7F77 on black background.


Color preview on white background

This text has color #5F7F77 on white background.



Black color preview on #5F7F77 background

This text has black color on #5F7F77 background.


White color preview on #5F7F77 background

This text has white color on #5F7F77 background.