COLOR #5C6B38

HEX: #5C6B38
RGB: (92,107,56)

Color info

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

RGB color model

#5C6B38 color RGB value is (92,107,56).

  • red value is 92;
  • green value is 107;
  • blue value is 56.
RGB:
(92,107,56)
(36%,42%,22%)

RGB channels and saturation

R 92 of 255 = 36%
G 107 of 255 = 42%
B 56 of 255 = 22%

92
107
56

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

Portions of RGB colors in percentages

R + G + B =
92 + 107 + 56 = 255 (100%)
R 92 of 255 ~ 36.08%
G 107 of 255 ~ 41.96%
B 56 of 255 ~ 21.96%

%36.08
%41.96
%21.96

CMYK color model

#5C6B38 color CMYK value is (14,0,48,58).

  • cyan value is 14.02%
  • magenta value is 0.00%
  • yellow value is 47.66%
  • key color value is 58.04%
CMYK:
(14,0,48,58)
C14M0Y48K58 
(14%,0%,48%,58%)
(0.14/0.00/0.48/0.58)	

CMYK percentages

%14.02
%0
%47.66
%58.04

Codes

Color #5C6B38 in popluar color models

5C6B38
RGB9210756
HSL78°31.29%31.96%
HSB/HSV78°47.66%41.96%
CMYK14.02%0.00%47.66%
58.04%

Color #5C6B38 in popluar number systems.

HEX5C6B38
Decimal9210756
Binary10111001101011111000
Octal13415370

Shades and tints

Shades of #5C6B38

#5C6B38
(92,107,56)
#546233
(84,98,51)
#4C592E
(76,89,46)
#445029
(68,80,41)
#3C4724
(60,71,36)
#343E1F
(52,62,31)
#2C351A
(44,53,26)
#242C15
(36,44,21)
#1C2310
(28,35,16)
#141A0B
(20,26,11)
#0C1106
(12,17,6)
#000000
(0,0,0)

Tints of #5C6B38

#5C6B38
(92,107,56)
#6A784A
(106,120,74)
#78855C
(120,133,92)
#86926E
(134,146,110)
#949F80
(148,159,128)
#A2AC92
(162,172,146)
#B0B9A4
(176,185,164)
#BEC6B6
(190,198,182)
#CCD3C8
(204,211,200)
#DAE0DA
(218,224,218)
#E8EDEC
(232,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C6B38 color. Also use rgb(92,107,56) instead hex code.

Text Font Color

.myTextColor { color: #5C6B38; }

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

This text font color is #5C6B38.


Background Color

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

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

This div background color is #5C6B38.


Border color

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

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

This div border color is #5C6B38.


Opacity

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

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

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

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

This text has shadow with #5C6B38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6B38 on black background.


Color preview on white background

This text has color #5C6B38 on white background.



Black color preview on #5C6B38 background

This text has black color on #5C6B38 background.


White color preview on #5C6B38 background

This text has white color on #5C6B38 background.