COLOR #5F711E

HEX: #5F711E RGB: (95,113,30)

Color info

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

RGB color model

#5F711E color RGB value is (95,113,30).

RGB: (95,113,30) (37%, 44%, 12%)

RGB channels and saturation

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

95
113
30

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

Portions of RGB colors in percentages

R + G + B = 95 + 113 + 30 = 238 (100%)
R 95 of 238 ~ 39.92%
G 113 of 238 ~ 47.48%
B 30 of 238 ~ 12.61'%

%39.92
%47.48
%12.61

CMYK color model

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

  • cyan value is 15.93%
  • magenta value is 0.00%
  • yellow value is 73.45%
  • 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
%73.45
%55.69

Codes

Color #5F711E in popluar color models

5F 71 1E
RGB 95 113 30
HSL 73° 58.04% 28.04%
HSB/HSV 73° 73.45% 44.31%
CMYK 15.93% 0.00% 73.45%
55.69%

Color #5F711E in popluar number systems.

HEX 5F 71 1E
Decimal 95 113 30
Binary 1011111 1110001 11110
Octal 137 161 36

Shades and tints

Shades of #5F711E

#5F711E
(95,113,30)
#57671C
(87,103,28)
#4F5D1A
(79,93,26)
#475318
(71,83,24)
#3F4916
(63,73,22)
#373F14
(55,63,20)
#2F3512
(47,53,18)
#272B10
(39,43,16)
#1F210E
(31,33,14)
#17170C
(23,23,12)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #5F711E

#5F711E
(95,113,30)
#6D7D32
(109,125,50)
#7B8946
(123,137,70)
#89955A
(137,149,90)
#97A16E
(151,161,110)
#A5AD82
(165,173,130)
#B3B996
(179,185,150)
#C1C5AA
(193,197,170)
#CFD1BE
(207,209,190)
#DDDDD2
(221,221,210)
#EBE9E6
(235,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F711E; }

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

This text font color is #5F711E.

Background Color

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

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

This div background color is #5F711E.

Border color

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

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

This div border color is #5F711E.

Opacity

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

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

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

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

This text has shadow with #5F711E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F711E.

Preview

Color preview on black background

This text has color #5F711E on black background.


Color preview on white background

This text has color #5F711E on white background.


Black color preview on #5F711E background

This text has black color on #5F711E background.


White color preview on #5F711E background

This text has white color on #5F711E background.


Related colors

Complementary color

Complementary color for #hex is #A08EE1.


I love getcolorcode.com

Triadic colors

1 #1E5F71 and #711E5F with #5F711E are triadic colors.

2 #1E715F and #715F1E with #5F711E are triadic colors.