COLOR #5F766F

HEX: #5F766F RGB: (95,118,111)

Color info

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

RGB color model

#5F766F color RGB value is (95,118,111).

RGB: (95,118,111) (37%, 46%, 44%)

RGB channels and saturation

R 95 of 255 = 37%
G 118 of 255 = 46%
B 111 of 255 = 44%

95
118
111

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

Portions of RGB colors in percentages

R + G + B = 95 + 118 + 111 = 324 (100%)
R 95 of 324 ~ 29.32%
G 118 of 324 ~ 36.42%
B 111 of 324 ~ 34.26'%

%29.32
%36.42
%34.26

CMYK color model

#5F766F color CMYK value is (19,0,6,54).

  • cyan value is 19.49%
  • magenta value is 0.00%
  • yellow value is 5.93%
  • key color value is 53.73%

CMYK: (19,0,6,54)
C19M0Y6K54 (19%, 0%, 6%, 54%)
(0.19 / 0.00 / 0.06 / 0.54)

CMYK percentages

%19.49
%0
%5.93
%53.73

Codes

Color #5F766F in popluar color models

5F 76 6F
RGB 95 118 111
HSL 162° 10.80% 41.76%
HSB/HSV 162° 19.49% 46.27%
CMYK 19.49% 0.00% 5.93%
53.73%

Color #5F766F in popluar number systems.

HEX 5F 76 6F
Decimal 95 118 111
Binary 1011111 1110110 1101111
Octal 137 166 157

Shades and tints

Shades of #5F766F

#5F766F
(95,118,111)
#576C65
(87,108,101)
#4F625B
(79,98,91)
#475851
(71,88,81)
#3F4E47
(63,78,71)
#37443D
(55,68,61)
#2F3A33
(47,58,51)
#273029
(39,48,41)
#1F261F
(31,38,31)
#171C15
(23,28,21)
#0F120B
(15,18,11)
#000000
(0,0,0)

Tints of #5F766F

#5F766F
(95,118,111)
#6D827C
(109,130,124)
#7B8E89
(123,142,137)
#899A96
(137,154,150)
#97A6A3
(151,166,163)
#A5B2B0
(165,178,176)
#B3BEBD
(179,190,189)
#C1CACA
(193,202,202)
#CFD6D7
(207,214,215)
#DDE2E4
(221,226,228)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F766F color. Also use rgb(95,118,111) instead hex code.

Text Font Color

.myTextColor { color: #5F766F; }

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

This text font color is #5F766F.

Background Color

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

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

This div background color is #5F766F.

Border color

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

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

This div border color is #5F766F.

Opacity

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

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

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

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

This text has shadow with #5F766F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F766F.

Preview

Color preview on black background

This text has color #5F766F on black background.


Color preview on white background

This text has color #5F766F on white background.


Black color preview on #5F766F background

This text has black color on #5F766F background.


White color preview on #5F766F background

This text has white color on #5F766F background.


Related colors

Complementary color

Complementary color for #hex is #A08990.


I love getcolorcode.com

Triadic colors

1 #6F5F76 and #766F5F with #5F766F are triadic colors.

2 #6F765F and #765F6F with #5F766F are triadic colors.