COLOR #5C6936

HEX: #5C6936
RGB: (92,105,54)

Color info

#5C6936 contains red, green and blue colors in about the same proportion. Web safe color of #5C6936 is #666633 (or #663).

RGB color model

#5C6936 color RGB value is (92,105,54).

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

RGB channels and saturation

R 92 of 255 = 36%
G 105 of 255 = 41%
B 54 of 255 = 21%

92
105
54

R + G + B ~ 33%. #5C6936 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 105 + 54 = 251 (100%)
R 92 of 251 ~ 36.65%
G 105 of 251 ~ 41.83%
B 54 of 251 ~ 21.51%

%36.65
%41.83
%21.51

CMYK color model

#5C6936 color CMYK value is (12,0,49,59).

  • cyan value is 12.38%
  • magenta value is 0.00%
  • yellow value is 48.57%
  • key color value is 58.82%
CMYK:
(12,0,49,59)
C12M0Y49K59 
(12%,0%,49%,59%)
(0.12/0.00/0.49/0.59)	

CMYK percentages

%12.38
%0
%48.57
%58.82

Codes

Color #5C6936 in popluar color models

5C6936
RGB9210554
HSL75°32.08%31.18%
HSB/HSV75°48.57%41.18%
CMYK12.38%0.00%48.57%
58.82%

Color #5C6936 in popluar number systems.

HEX5C6936
Decimal9210554
Binary10111001101001110110
Octal13415166

Shades and tints

Shades of #5C6936

#5C6936
(92,105,54)
#546032
(84,96,50)
#4C572E
(76,87,46)
#444E2A
(68,78,42)
#3C4526
(60,69,38)
#343C22
(52,60,34)
#2C331E
(44,51,30)
#242A1A
(36,42,26)
#1C2116
(28,33,22)
#141812
(20,24,18)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #5C6936

#5C6936
(92,105,54)
#6A7648
(106,118,72)
#78835A
(120,131,90)
#86906C
(134,144,108)
#949D7E
(148,157,126)
#A2AA90
(162,170,144)
#B0B7A2
(176,183,162)
#BEC4B4
(190,196,180)
#CCD1C6
(204,209,198)
#DADED8
(218,222,216)
#E8EBEA
(232,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6936; }

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

This text font color is #5C6936.


Background Color

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

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

This div background color is #5C6936.


Border color

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

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

This div border color is #5C6936.


Opacity

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

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

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

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

This text has shadow with #5C6936 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6936 on black background.


Color preview on white background

This text has color #5C6936 on white background.



Black color preview on #5C6936 background

This text has black color on #5C6936 background.


White color preview on #5C6936 background

This text has white color on #5C6936 background.