COLOR #5C6D3E

HEX: #5C6D3E
RGB: (92,109,62)

Color info

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

RGB color model

#5C6D3E color RGB value is (92,109,62).

  • red value is 92;
  • green value is 109;
  • blue value is 62.
RGB:
(92,109,62)
(36%,43%,24%)

RGB channels and saturation

R 92 of 255 = 36%
G 109 of 255 = 43%
B 62 of 255 = 24%

92
109
62

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

Portions of RGB colors in percentages

R + G + B =
92 + 109 + 62 = 263 (100%)
R 92 of 263 ~ 34.98%
G 109 of 263 ~ 41.44%
B 62 of 263 ~ 23.57%

%34.98
%41.44
%23.57

CMYK color model

#5C6D3E color CMYK value is (16,0,43,57).

  • cyan value is 15.60%
  • magenta value is 0.00%
  • yellow value is 43.12%
  • key color value is 57.25%
CMYK:
(16,0,43,57)
C16M0Y43K57 
(16%,0%,43%,57%)
(0.16/0.00/0.43/0.57)	

CMYK percentages

%15.6
%0
%43.12
%57.25

Codes

Color #5C6D3E in popluar color models

5C6D3E
RGB9210962
HSL82°27.49%33.53%
HSB/HSV82°43.12%42.75%
CMYK15.60%0.00%43.12%
57.25%

Color #5C6D3E in popluar number systems.

HEX5C6D3E
Decimal9210962
Binary10111001101101111110
Octal13415576

Shades and tints

Shades of #5C6D3E

#5C6D3E
(92,109,62)
#546439
(84,100,57)
#4C5B34
(76,91,52)
#44522F
(68,82,47)
#3C492A
(60,73,42)
#344025
(52,64,37)
#2C3720
(44,55,32)
#242E1B
(36,46,27)
#1C2516
(28,37,22)
#141C11
(20,28,17)
#0C130C
(12,19,12)
#000000
(0,0,0)

Tints of #5C6D3E

#5C6D3E
(92,109,62)
#6A7A4F
(106,122,79)
#788760
(120,135,96)
#869471
(134,148,113)
#94A182
(148,161,130)
#A2AE93
(162,174,147)
#B0BBA4
(176,187,164)
#BEC8B5
(190,200,181)
#CCD5C6
(204,213,198)
#DAE2D7
(218,226,215)
#E8EFE8
(232,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C6D3E color. Also use rgb(92,109,62) instead hex code.

Text Font Color

.myTextColor { color: #5C6D3E; }

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

This text font color is #5C6D3E.


Background Color

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

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

This div background color is #5C6D3E.


Border color

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

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

This div border color is #5C6D3E.


Opacity

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

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

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

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

This text has shadow with #5C6D3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6D3E on black background.


Color preview on white background

This text has color #5C6D3E on white background.



Black color preview on #5C6D3E background

This text has black color on #5C6D3E background.


White color preview on #5C6D3E background

This text has white color on #5C6D3E background.