COLOR #5C5E2F

HEX: #5C5E2F
RGB: (92,94,47)

Color info

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

RGB color model

#5C5E2F color RGB value is (92,94,47).

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

RGB channels and saturation

R 92 of 255 = 36%
G 94 of 255 = 37%
B 47 of 255 = 18%

92
94
47

R + G + B ~ 30%. #5C5E2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 94 + 47 = 233 (100%)
R 92 of 233 ~ 39.48%
G 94 of 233 ~ 40.34%
B 47 of 233 ~ 20.17%

%39.48
%40.34
%20.17

CMYK color model

#5C5E2F color CMYK value is (2,0,50,63).

  • cyan value is 2.13%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 63.14%
CMYK:
(2,0,50,63)
C2M0Y50K63 
(2%,0%,50%,63%)
(0.02/0.00/0.50/0.63)	

CMYK percentages

%2.13
%0
%50
%63.14

Codes

Color #5C5E2F in popluar color models

5C5E2F
RGB929447
HSL63°33.33%27.65%
HSB/HSV63°50.00%36.86%
CMYK2.13%0.00%50.00%
63.14%

Color #5C5E2F in popluar number systems.

HEX5C5E2F
Decimal929447
Binary10111001011110101111
Octal13413657

Shades and tints

Shades of #5C5E2F

#5C5E2F
(92,94,47)
#54562B
(84,86,43)
#4C4E27
(76,78,39)
#444623
(68,70,35)
#3C3E1F
(60,62,31)
#34361B
(52,54,27)
#2C2E17
(44,46,23)
#242613
(36,38,19)
#1C1E0F
(28,30,15)
#14160B
(20,22,11)
#0C0E07
(12,14,7)
#000000
(0,0,0)

Tints of #5C5E2F

#5C5E2F
(92,94,47)
#6A6C41
(106,108,65)
#787A53
(120,122,83)
#868865
(134,136,101)
#949677
(148,150,119)
#A2A489
(162,164,137)
#B0B29B
(176,178,155)
#BEC0AD
(190,192,173)
#CCCEBF
(204,206,191)
#DADCD1
(218,220,209)
#E8EAE3
(232,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5E2F; }

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

This text font color is #5C5E2F.


Background Color

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

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

This div background color is #5C5E2F.


Border color

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

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

This div border color is #5C5E2F.


Opacity

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

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

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

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

This text has shadow with #5C5E2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5E2F on black background.


Color preview on white background

This text has color #5C5E2F on white background.



Black color preview on #5C5E2F background

This text has black color on #5C5E2F background.


White color preview on #5C5E2F background

This text has white color on #5C5E2F background.