COLOR #5C6E3B

HEX: #5C6E3B
RGB: (92,110,59)

Color info

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

RGB color model

#5C6E3B color RGB value is (92,110,59).

  • red value is 92;
  • green value is 110;
  • blue value is 59.
RGB:
(92,110,59)
(36%,43%,23%)

RGB channels and saturation

R 92 of 255 = 36%
G 110 of 255 = 43%
B 59 of 255 = 23%

92
110
59

R + G + B ~ 34%. #5C6E3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 110 + 59 = 261 (100%)
R 92 of 261 ~ 35.25%
G 110 of 261 ~ 42.15%
B 59 of 261 ~ 22.61%

%35.25
%42.15
%22.61

CMYK color model

#5C6E3B color CMYK value is (16,0,46,57).

  • cyan value is 16.36%
  • magenta value is 0.00%
  • yellow value is 46.36%
  • key color value is 56.86%
CMYK:
(16,0,46,57)
C16M0Y46K57 
(16%,0%,46%,57%)
(0.16/0.00/0.46/0.57)	

CMYK percentages

%16.36
%0
%46.36
%56.86

Codes

Color #5C6E3B in popluar color models

5C6E3B
RGB9211059
HSL81°30.18%33.14%
HSB/HSV81°46.36%43.14%
CMYK16.36%0.00%46.36%
56.86%

Color #5C6E3B in popluar number systems.

HEX5C6E3B
Decimal9211059
Binary10111001101110111011
Octal13415673

Shades and tints

Shades of #5C6E3B

#5C6E3B
(92,110,59)
#546436
(84,100,54)
#4C5A31
(76,90,49)
#44502C
(68,80,44)
#3C4627
(60,70,39)
#343C22
(52,60,34)
#2C321D
(44,50,29)
#242818
(36,40,24)
#1C1E13
(28,30,19)
#14140E
(20,20,14)
#0C0A09
(12,10,9)
#000000
(0,0,0)

Tints of #5C6E3B

#5C6E3B
(92,110,59)
#6A7B4C
(106,123,76)
#78885D
(120,136,93)
#86956E
(134,149,110)
#94A27F
(148,162,127)
#A2AF90
(162,175,144)
#B0BCA1
(176,188,161)
#BEC9B2
(190,201,178)
#CCD6C3
(204,214,195)
#DAE3D4
(218,227,212)
#E8F0E5
(232,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C6E3B color. Also use rgb(92,110,59) instead hex code.

Text Font Color

.myTextColor { color: #5C6E3B; }

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

This text font color is #5C6E3B.


Background Color

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

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

This div background color is #5C6E3B.


Border color

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

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

This div border color is #5C6E3B.


Opacity

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

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

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

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

This text has shadow with #5C6E3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6E3B on black background.


Color preview on white background

This text has color #5C6E3B on white background.



Black color preview on #5C6E3B background

This text has black color on #5C6E3B background.


White color preview on #5C6E3B background

This text has white color on #5C6E3B background.