COLOR #5E3C2A

HEX: #5E3C2A
RGB: (94,60,42)

Color info

#5E3C2A contains red, green and blue colors in about the same proportion. Web safe color of #5E3C2A is #663333 (or #633).

RGB color model

#5E3C2A color RGB value is (94,60,42).

  • red value is 94;
  • green value is 60;
  • blue value is 42.
RGB:
(94,60,42)
(37%,24%,16%)

RGB channels and saturation

R 94 of 255 = 37%
G 60 of 255 = 24%
B 42 of 255 = 16%

94
60
42

R + G + B ~ 26%. #5E3C2A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 60 + 42 = 196 (100%)
R 94 of 196 ~ 47.96%
G 60 of 196 ~ 30.61%
B 42 of 196 ~ 21.43%

%47.96
%30.61
%21.43

CMYK color model

#5E3C2A color CMYK value is (0,36,55,63).

  • cyan value is 0.00%
  • magenta value is 36.17%
  • yellow value is 55.32%
  • key color value is 63.14%
CMYK:
(0,36,55,63)
C0M36Y55K63 
(0%,36%,55%,63%)
(0.00/0.36/0.55/0.63)	

CMYK percentages

%0
%36.17
%55.32
%63.14

Codes

Color #5E3C2A in popluar color models

5E3C2A
RGB946042
HSL21°38.24%26.67%
HSB/HSV21°55.32%36.86%
CMYK0.00%36.17%55.32%
63.14%

Color #5E3C2A in popluar number systems.

HEX5E3C2A
Decimal946042
Binary1011110111100101010
Octal1367452

Shades and tints

Shades of #5E3C2A

#5E3C2A
(94,60,42)
#563727
(86,55,39)
#4E3224
(78,50,36)
#462D21
(70,45,33)
#3E281E
(62,40,30)
#36231B
(54,35,27)
#2E1E18
(46,30,24)
#261915
(38,25,21)
#1E1412
(30,20,18)
#160F0F
(22,15,15)
#0E0A0C
(14,10,12)
#000000
(0,0,0)

Tints of #5E3C2A

#5E3C2A
(94,60,42)
#6C4D3D
(108,77,61)
#7A5E50
(122,94,80)
#886F63
(136,111,99)
#968076
(150,128,118)
#A49189
(164,145,137)
#B2A29C
(178,162,156)
#C0B3AF
(192,179,175)
#CEC4C2
(206,196,194)
#DCD5D5
(220,213,213)
#EAE6E8
(234,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E3C2A color. Also use rgb(94,60,42) instead hex code.

Text Font Color

.myTextColor { color: #5E3C2A; }

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

This text font color is #5E3C2A.


Background Color

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

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

This div background color is #5E3C2A.


Border color

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

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

This div border color is #5E3C2A.


Opacity

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

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

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

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

This text has shadow with #5E3C2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E3C2A on black background.


Color preview on white background

This text has color #5E3C2A on white background.



Black color preview on #5E3C2A background

This text has black color on #5E3C2A background.


White color preview on #5E3C2A background

This text has white color on #5E3C2A background.