COLOR #5E321F

HEX: #5E321F
RGB: (94,50,31)

Color info

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

RGB color model

#5E321F color RGB value is (94,50,31).

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

RGB channels and saturation

R 94 of 255 = 37%
G 50 of 255 = 20%
B 31 of 255 = 12%

94
50
31

R + G + B ~ 23%. #5E321F is dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 50 + 31 = 175 (100%)
R 94 of 175 ~ 53.71%
G 50 of 175 ~ 28.57%
B 31 of 175 ~ 17.71%

%53.71
%28.57
%17.71

CMYK color model

#5E321F color CMYK value is (0,47,67,63).

  • cyan value is 0.00%
  • magenta value is 46.81%
  • yellow value is 67.02%
  • key color value is 63.14%
CMYK:
(0,47,67,63)
C0M47Y67K63 
(0%,47%,67%,63%)
(0.00/0.47/0.67/0.63)	

CMYK percentages

%0
%46.81
%67.02
%63.14

Codes

Color #5E321F in popluar color models

5E321F
RGB945031
HSL18°50.40%24.51%
HSB/HSV18°67.02%36.86%
CMYK0.00%46.81%67.02%
63.14%

Color #5E321F in popluar number systems.

HEX5E321F
Decimal945031
Binary101111011001011111
Octal1366237

Shades and tints

Shades of #5E321F

#5E321F
(94,50,31)
#562E1D
(86,46,29)
#4E2A1B
(78,42,27)
#462619
(70,38,25)
#3E2217
(62,34,23)
#361E15
(54,30,21)
#2E1A13
(46,26,19)
#261611
(38,22,17)
#1E120F
(30,18,15)
#160E0D
(22,14,13)
#0E0A0B
(14,10,11)
#000000
(0,0,0)

Tints of #5E321F

#5E321F
(94,50,31)
#6C4433
(108,68,51)
#7A5647
(122,86,71)
#88685B
(136,104,91)
#967A6F
(150,122,111)
#A48C83
(164,140,131)
#B29E97
(178,158,151)
#C0B0AB
(192,176,171)
#CEC2BF
(206,194,191)
#DCD4D3
(220,212,211)
#EAE6E7
(234,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E321F; }

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

This text font color is #5E321F.


Background Color

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

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

This div background color is #5E321F.


Border color

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

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

This div border color is #5E321F.


Opacity

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

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

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

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

This text has shadow with #5E321F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E321F on black background.


Color preview on white background

This text has color #5E321F on white background.



Black color preview on #5E321F background

This text has black color on #5E321F background.


White color preview on #5E321F background

This text has white color on #5E321F background.