COLOR #5F714F

HEX: #5F714F
RGB: (95,113,79)

Color info

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

RGB color model

#5F714F color RGB value is (95,113,79).

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

RGB channels and saturation

R 95 of 255 = 37%
G 113 of 255 = 44%
B 79 of 255 = 31%

95
113
79

R + G + B ~ 37%. #5F714F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 113 + 79 = 287 (100%)
R 95 of 287 ~ 33.1%
G 113 of 287 ~ 39.37%
B 79 of 287 ~ 27.53%

%33.1
%39.37
%27.53

CMYK color model

#5F714F color CMYK value is (16,0,30,56).

  • cyan value is 15.93%
  • magenta value is 0.00%
  • yellow value is 30.09%
  • key color value is 55.69%
CMYK:
(16,0,30,56)
C16M0Y30K56 
(16%,0%,30%,56%)
(0.16/0.00/0.30/0.56)	

CMYK percentages

%15.93
%0
%30.09
%55.69

Codes

Color #5F714F in popluar color models

5F714F
RGB9511379
HSL92°17.71%37.65%
HSB/HSV92°30.09%44.31%
CMYK15.93%0.00%30.09%
55.69%

Color #5F714F in popluar number systems.

HEX5F714F
Decimal9511379
Binary101111111100011001111
Octal137161117

Shades and tints

Shades of #5F714F

#5F714F
(95,113,79)
#576748
(87,103,72)
#4F5D41
(79,93,65)
#47533A
(71,83,58)
#3F4933
(63,73,51)
#373F2C
(55,63,44)
#2F3525
(47,53,37)
#272B1E
(39,43,30)
#1F2117
(31,33,23)
#171710
(23,23,16)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #5F714F

#5F714F
(95,113,79)
#6D7D5F
(109,125,95)
#7B896F
(123,137,111)
#89957F
(137,149,127)
#97A18F
(151,161,143)
#A5AD9F
(165,173,159)
#B3B9AF
(179,185,175)
#C1C5BF
(193,197,191)
#CFD1CF
(207,209,207)
#DDDDDF
(221,221,223)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F714F; }

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

This text font color is #5F714F.


Background Color

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

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

This div background color is #5F714F.


Border color

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

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

This div border color is #5F714F.


Opacity

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

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

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

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

This text has shadow with #5F714F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F714F on black background.


Color preview on white background

This text has color #5F714F on white background.



Black color preview on #5F714F background

This text has black color on #5F714F background.


White color preview on #5F714F background

This text has white color on #5F714F background.