COLOR #5F764F

HEX: #5F764F
RGB: (95,118,79)

Color info

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

RGB color model

#5F764F color RGB value is (95,118,79).

  • red value is 95;
  • green value is 118;
  • blue value is 79.
RGB:
(95,118,79)
(37%,46%,31%)

RGB channels and saturation

R 95 of 255 = 37%
G 118 of 255 = 46%
B 79 of 255 = 31%

95
118
79

R + G + B ~ 38%. #5F764F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 118 + 79 = 292 (100%)
R 95 of 292 ~ 32.53%
G 118 of 292 ~ 40.41%
B 79 of 292 ~ 27.05%

%32.53
%40.41
%27.05

CMYK color model

#5F764F color CMYK value is (19,0,33,54).

  • cyan value is 19.49%
  • magenta value is 0.00%
  • yellow value is 33.05%
  • key color value is 53.73%
CMYK:
(19,0,33,54)
C19M0Y33K54 
(19%,0%,33%,54%)
(0.19/0.00/0.33/0.54)	

CMYK percentages

%19.49
%0
%33.05
%53.73

Codes

Color #5F764F in popluar color models

5F764F
RGB9511879
HSL95°19.80%38.63%
HSB/HSV95°33.05%46.27%
CMYK19.49%0.00%33.05%
53.73%

Color #5F764F in popluar number systems.

HEX5F764F
Decimal9511879
Binary101111111101101001111
Octal137166117

Shades and tints

Shades of #5F764F

#5F764F
(95,118,79)
#576C48
(87,108,72)
#4F6241
(79,98,65)
#47583A
(71,88,58)
#3F4E33
(63,78,51)
#37442C
(55,68,44)
#2F3A25
(47,58,37)
#27301E
(39,48,30)
#1F2617
(31,38,23)
#171C10
(23,28,16)
#0F1209
(15,18,9)
#000000
(0,0,0)

Tints of #5F764F

#5F764F
(95,118,79)
#6D825F
(109,130,95)
#7B8E6F
(123,142,111)
#899A7F
(137,154,127)
#97A68F
(151,166,143)
#A5B29F
(165,178,159)
#B3BEAF
(179,190,175)
#C1CABF
(193,202,191)
#CFD6CF
(207,214,207)
#DDE2DF
(221,226,223)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F764F; }

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

This text font color is #5F764F.


Background Color

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

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

This div background color is #5F764F.


Border color

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

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

This div border color is #5F764F.


Opacity

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

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

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

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

This text has shadow with #5F764F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F764F on black background.


Color preview on white background

This text has color #5F764F on white background.



Black color preview on #5F764F background

This text has black color on #5F764F background.


White color preview on #5F764F background

This text has white color on #5F764F background.