COLOR #5C5E38

HEX: #5C5E38
RGB: (92,94,56)

Color info

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

RGB color model

#5C5E38 color RGB value is (92,94,56).

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

RGB channels and saturation

R 92 of 255 = 36%
G 94 of 255 = 37%
B 56 of 255 = 22%

92
94
56

R + G + B ~ 32%. #5C5E38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 94 + 56 = 242 (100%)
R 92 of 242 ~ 38.02%
G 94 of 242 ~ 38.84%
B 56 of 242 ~ 23.14%

%38.02
%38.84
%23.14

CMYK color model

#5C5E38 color CMYK value is (2,0,40,63).

  • cyan value is 2.13%
  • magenta value is 0.00%
  • yellow value is 40.43%
  • key color value is 63.14%
CMYK:
(2,0,40,63)
C2M0Y40K63 
(2%,0%,40%,63%)
(0.02/0.00/0.40/0.63)	

CMYK percentages

%2.13
%0
%40.43
%63.14

Codes

Color #5C5E38 in popluar color models

5C5E38
RGB929456
HSL63°25.33%29.41%
HSB/HSV63°40.43%36.86%
CMYK2.13%0.00%40.43%
63.14%

Color #5C5E38 in popluar number systems.

HEX5C5E38
Decimal929456
Binary10111001011110111000
Octal13413670

Shades and tints

Shades of #5C5E38

#5C5E38
(92,94,56)
#545633
(84,86,51)
#4C4E2E
(76,78,46)
#444629
(68,70,41)
#3C3E24
(60,62,36)
#34361F
(52,54,31)
#2C2E1A
(44,46,26)
#242615
(36,38,21)
#1C1E10
(28,30,16)
#14160B
(20,22,11)
#0C0E06
(12,14,6)
#000000
(0,0,0)

Tints of #5C5E38

#5C5E38
(92,94,56)
#6A6C4A
(106,108,74)
#787A5C
(120,122,92)
#86886E
(134,136,110)
#949680
(148,150,128)
#A2A492
(162,164,146)
#B0B2A4
(176,178,164)
#BEC0B6
(190,192,182)
#CCCEC8
(204,206,200)
#DADCDA
(218,220,218)
#E8EAEC
(232,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5E38; }

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

This text font color is #5C5E38.


Background Color

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

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

This div background color is #5C5E38.


Border color

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

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

This div border color is #5C5E38.


Opacity

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

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

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

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

This text has shadow with #5C5E38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5E38 on black background.


Color preview on white background

This text has color #5C5E38 on white background.



Black color preview on #5C5E38 background

This text has black color on #5C5E38 background.


White color preview on #5C5E38 background

This text has white color on #5C5E38 background.