COLOR #5C8139

HEX: #5C8139
RGB: (92,129,57)

Color info

#5C8139 contains mainly red and green colors. Web safe color of #5C8139 is #669933 (or #693).

RGB color model

#5C8139 color RGB value is (92,129,57).

  • red value is 92;
  • green value is 129;
  • blue value is 57.
RGB:
(92,129,57)
(36%,51%,22%)

RGB channels and saturation

R 92 of 255 = 36%
G 129 of 255 = 51%
B 57 of 255 = 22%

92
129
57

R + G + B ~ 36%. #5C8139 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 129 + 57 = 278 (100%)
R 92 of 278 ~ 33.09%
G 129 of 278 ~ 46.4%
B 57 of 278 ~ 20.5%

%33.09
%46.4
%20.5

CMYK color model

#5C8139 color CMYK value is (29,0,56,49).

  • cyan value is 28.68%
  • magenta value is 0.00%
  • yellow value is 55.81%
  • key color value is 49.41%
CMYK:
(29,0,56,49)
C29M0Y56K49 
(29%,0%,56%,49%)
(0.29/0.00/0.56/0.49)	

CMYK percentages

%28.68
%0
%55.81
%49.41

Codes

Color #5C8139 in popluar color models

5C8139
RGB9212957
HSL91°38.71%36.47%
HSB/HSV91°55.81%50.59%
CMYK28.68%0.00%55.81%
49.41%

Color #5C8139 in popluar number systems.

HEX5C8139
Decimal9212957
Binary101110010000001111001
Octal13420171

Shades and tints

Shades of #5C8139

#5C8139
(92,129,57)
#547634
(84,118,52)
#4C6B2F
(76,107,47)
#44602A
(68,96,42)
#3C5525
(60,85,37)
#344A20
(52,74,32)
#2C3F1B
(44,63,27)
#243416
(36,52,22)
#1C2911
(28,41,17)
#141E0C
(20,30,12)
#0C1307
(12,19,7)
#000000
(0,0,0)

Tints of #5C8139

#5C8139
(92,129,57)
#6A8C4B
(106,140,75)
#78975D
(120,151,93)
#86A26F
(134,162,111)
#94AD81
(148,173,129)
#A2B893
(162,184,147)
#B0C3A5
(176,195,165)
#BECEB7
(190,206,183)
#CCD9C9
(204,217,201)
#DAE4DB
(218,228,219)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C8139 color. Also use rgb(92,129,57) instead hex code.

Text Font Color

.myTextColor { color: #5C8139; }

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

This text font color is #5C8139.


Background Color

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

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

This div background color is #5C8139.


Border color

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

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

This div border color is #5C8139.


Opacity

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

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

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

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

This text has shadow with #5C8139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C8139 on black background.


Color preview on white background

This text has color #5C8139 on white background.



Black color preview on #5C8139 background

This text has black color on #5C8139 background.


White color preview on #5C8139 background

This text has white color on #5C8139 background.