COLOR #5F711F

HEX: #5F711F
RGB: (95,113,31)

Color info

#5F711F contains mainly red and green colors. Web safe color of #5F711F is #666633 (or #663).

RGB color model

#5F711F color RGB value is (95,113,31).

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

RGB channels and saturation

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

95
113
31

R + G + B ~ 31%. #5F711F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 113 + 31 = 239 (100%)
R 95 of 239 ~ 39.75%
G 113 of 239 ~ 47.28%
B 31 of 239 ~ 12.97%

%39.75
%47.28
%12.97

CMYK color model

#5F711F color CMYK value is (16,0,73,56).

  • cyan value is 15.93%
  • magenta value is 0.00%
  • yellow value is 72.57%
  • key color value is 55.69%
CMYK:
(16,0,73,56)
C16M0Y73K56 
(16%,0%,73%,56%)
(0.16/0.00/0.73/0.56)	

CMYK percentages

%15.93
%0
%72.57
%55.69

Codes

Color #5F711F in popluar color models

5F711F
RGB9511331
HSL73°56.94%28.24%
HSB/HSV73°72.57%44.31%
CMYK15.93%0.00%72.57%
55.69%

Color #5F711F in popluar number systems.

HEX5F711F
Decimal9511331
Binary1011111111000111111
Octal13716137

Shades and tints

Shades of #5F711F

#5F711F
(95,113,31)
#57671D
(87,103,29)
#4F5D1B
(79,93,27)
#475319
(71,83,25)
#3F4917
(63,73,23)
#373F15
(55,63,21)
#2F3513
(47,53,19)
#272B11
(39,43,17)
#1F210F
(31,33,15)
#17170D
(23,23,13)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #5F711F

#5F711F
(95,113,31)
#6D7D33
(109,125,51)
#7B8947
(123,137,71)
#89955B
(137,149,91)
#97A16F
(151,161,111)
#A5AD83
(165,173,131)
#B3B997
(179,185,151)
#C1C5AB
(193,197,171)
#CFD1BF
(207,209,191)
#DDDDD3
(221,221,211)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F711F; }

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

This text font color is #5F711F.


Background Color

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

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

This div background color is #5F711F.


Border color

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

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

This div border color is #5F711F.


Opacity

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

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

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

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

This text has shadow with #5F711F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F711F on black background.


Color preview on white background

This text has color #5F711F on white background.



Black color preview on #5F711F background

This text has black color on #5F711F background.


White color preview on #5F711F background

This text has white color on #5F711F background.