COLOR #5C8336

HEX: #5C8336
RGB: (92,131,54)

Color info

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

RGB color model

#5C8336 color RGB value is (92,131,54).

  • red value is 92;
  • green value is 131;
  • blue value is 54.
RGB:
(92,131,54)
(36%,51%,21%)

RGB channels and saturation

R 92 of 255 = 36%
G 131 of 255 = 51%
B 54 of 255 = 21%

92
131
54

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

Portions of RGB colors in percentages

R + G + B =
92 + 131 + 54 = 277 (100%)
R 92 of 277 ~ 33.21%
G 131 of 277 ~ 47.29%
B 54 of 277 ~ 19.49%

%33.21
%47.29
%19.49

CMYK color model

#5C8336 color CMYK value is (30,0,59,49).

  • cyan value is 29.77%
  • magenta value is 0.00%
  • yellow value is 58.78%
  • key color value is 48.63%
CMYK:
(30,0,59,49)
C30M0Y59K49 
(30%,0%,59%,49%)
(0.30/0.00/0.59/0.49)	

CMYK percentages

%29.77
%0
%58.78
%48.63

Codes

Color #5C8336 in popluar color models

5C8336
RGB9213154
HSL90°41.62%36.27%
HSB/HSV90°58.78%51.37%
CMYK29.77%0.00%58.78%
48.63%

Color #5C8336 in popluar number systems.

HEX5C8336
Decimal9213154
Binary101110010000011110110
Octal13420366

Shades and tints

Shades of #5C8336

#5C8336
(92,131,54)
#547832
(84,120,50)
#4C6D2E
(76,109,46)
#44622A
(68,98,42)
#3C5726
(60,87,38)
#344C22
(52,76,34)
#2C411E
(44,65,30)
#24361A
(36,54,26)
#1C2B16
(28,43,22)
#142012
(20,32,18)
#0C150E
(12,21,14)
#000000
(0,0,0)

Tints of #5C8336

#5C8336
(92,131,54)
#6A8E48
(106,142,72)
#78995A
(120,153,90)
#86A46C
(134,164,108)
#94AF7E
(148,175,126)
#A2BA90
(162,186,144)
#B0C5A2
(176,197,162)
#BED0B4
(190,208,180)
#CCDBC6
(204,219,198)
#DAE6D8
(218,230,216)
#E8F1EA
(232,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C8336 color. Also use rgb(92,131,54) instead hex code.

Text Font Color

.myTextColor { color: #5C8336; }

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

This text font color is #5C8336.


Background Color

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

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

This div background color is #5C8336.


Border color

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

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

This div border color is #5C8336.


Opacity

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

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

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

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

This text has shadow with #5C8336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C8336 on black background.


Color preview on white background

This text has color #5C8336 on white background.



Black color preview on #5C8336 background

This text has black color on #5C8336 background.


White color preview on #5C8336 background

This text has white color on #5C8336 background.