COLOR #5C711F

HEX: #5C711F
RGB: (92,113,31)

Color info

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

RGB color model

#5C711F color RGB value is (92,113,31).

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

RGB channels and saturation

R 92 of 255 = 36%
G 113 of 255 = 44%
B 31 of 255 = 12%

92
113
31

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

Portions of RGB colors in percentages

R + G + B =
92 + 113 + 31 = 236 (100%)
R 92 of 236 ~ 38.98%
G 113 of 236 ~ 47.88%
B 31 of 236 ~ 13.14%

%38.98
%47.88
%13.14

CMYK color model

#5C711F color CMYK value is (19,0,73,56).

  • cyan value is 18.58%
  • magenta value is 0.00%
  • yellow value is 72.57%
  • key color value is 55.69%
CMYK:
(19,0,73,56)
C19M0Y73K56 
(19%,0%,73%,56%)
(0.19/0.00/0.73/0.56)	

CMYK percentages

%18.58
%0
%72.57
%55.69

Codes

Color #5C711F in popluar color models

5C711F
RGB9211331
HSL75°56.94%28.24%
HSB/HSV75°72.57%44.31%
CMYK18.58%0.00%72.57%
55.69%

Color #5C711F in popluar number systems.

HEX5C711F
Decimal9211331
Binary1011100111000111111
Octal13416137

Shades and tints

Shades of #5C711F

#5C711F
(92,113,31)
#54671D
(84,103,29)
#4C5D1B
(76,93,27)
#445319
(68,83,25)
#3C4917
(60,73,23)
#343F15
(52,63,21)
#2C3513
(44,53,19)
#242B11
(36,43,17)
#1C210F
(28,33,15)
#14170D
(20,23,13)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #5C711F

#5C711F
(92,113,31)
#6A7D33
(106,125,51)
#788947
(120,137,71)
#86955B
(134,149,91)
#94A16F
(148,161,111)
#A2AD83
(162,173,131)
#B0B997
(176,185,151)
#BEC5AB
(190,197,171)
#CCD1BF
(204,209,191)
#DADDD3
(218,221,211)
#E8E9E7
(232,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C711F; }

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

This text font color is #5C711F.


Background Color

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

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

This div background color is #5C711F.


Border color

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

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

This div border color is #5C711F.


Opacity

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

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

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

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

This text has shadow with #5C711F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C711F on black background.


Color preview on white background

This text has color #5C711F on white background.



Black color preview on #5C711F background

This text has black color on #5C711F background.


White color preview on #5C711F background

This text has white color on #5C711F background.