COLOR #5E421F

HEX: #5E421F
RGB: (94,66,31)

Color info

#5E421F contains mainly red and green colors. Web safe color of #5E421F is #663333 (or #633).

RGB color model

#5E421F color RGB value is (94,66,31).

  • red value is 94;
  • green value is 66;
  • blue value is 31.
RGB:
(94,66,31)
(37%,26%,12%)

RGB channels and saturation

R 94 of 255 = 37%
G 66 of 255 = 26%
B 31 of 255 = 12%

94
66
31

R + G + B ~ 25%. #5E421F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 66 + 31 = 191 (100%)
R 94 of 191 ~ 49.21%
G 66 of 191 ~ 34.55%
B 31 of 191 ~ 16.23%

%49.21
%34.55
%16.23

CMYK color model

#5E421F color CMYK value is (0,30,67,63).

  • cyan value is 0.00%
  • magenta value is 29.79%
  • yellow value is 67.02%
  • key color value is 63.14%
CMYK:
(0,30,67,63)
C0M30Y67K63 
(0%,30%,67%,63%)
(0.00/0.30/0.67/0.63)	

CMYK percentages

%0
%29.79
%67.02
%63.14

Codes

Color #5E421F in popluar color models

5E421F
RGB946631
HSL33°50.40%24.51%
HSB/HSV33°67.02%36.86%
CMYK0.00%29.79%67.02%
63.14%

Color #5E421F in popluar number systems.

HEX5E421F
Decimal946631
Binary1011110100001011111
Octal13610237

Shades and tints

Shades of #5E421F

#5E421F
(94,66,31)
#563C1D
(86,60,29)
#4E361B
(78,54,27)
#463019
(70,48,25)
#3E2A17
(62,42,23)
#362415
(54,36,21)
#2E1E13
(46,30,19)
#261811
(38,24,17)
#1E120F
(30,18,15)
#160C0D
(22,12,13)
#0E060B
(14,6,11)
#000000
(0,0,0)

Tints of #5E421F

#5E421F
(94,66,31)
#6C5333
(108,83,51)
#7A6447
(122,100,71)
#88755B
(136,117,91)
#96866F
(150,134,111)
#A49783
(164,151,131)
#B2A897
(178,168,151)
#C0B9AB
(192,185,171)
#CECABF
(206,202,191)
#DCDBD3
(220,219,211)
#EAECE7
(234,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E421F color. Also use rgb(94,66,31) instead hex code.

Text Font Color

.myTextColor { color: #5E421F; }

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

This text font color is #5E421F.


Background Color

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

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

This div background color is #5E421F.


Border color

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

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

This div border color is #5E421F.


Opacity

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

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

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

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

This text has shadow with #5E421F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E421F on black background.


Color preview on white background

This text has color #5E421F on white background.



Black color preview on #5E421F background

This text has black color on #5E421F background.


White color preview on #5E421F background

This text has white color on #5E421F background.