COLOR #5E3312

HEX: #5E3312
RGB: (94,51,18)

Color info

#5E3312 contains mainly red and green colors. Web safe color of #5E3312 is #663300 (or #630).

RGB color model

#5E3312 color RGB value is (94,51,18).

  • red value is 94;
  • green value is 51;
  • blue value is 18.
RGB:
(94,51,18)
(37%,20%,7%)

RGB channels and saturation

R 94 of 255 = 37%
G 51 of 255 = 20%
B 18 of 255 = 7%

94
51
18

R + G + B ~ 21%. #5E3312 is dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 51 + 18 = 163 (100%)
R 94 of 163 ~ 57.67%
G 51 of 163 ~ 31.29%
B 18 of 163 ~ 11.04%

%57.67
%31.29
%11.04

CMYK color model

#5E3312 color CMYK value is (0,46,81,63).

  • cyan value is 0.00%
  • magenta value is 45.74%
  • yellow value is 80.85%
  • key color value is 63.14%
CMYK:
(0,46,81,63)
C0M46Y81K63 
(0%,46%,81%,63%)
(0.00/0.46/0.81/0.63)	

CMYK percentages

%0
%45.74
%80.85
%63.14

Codes

Color #5E3312 in popluar color models

5E3312
RGB945118
HSL26°67.86%21.96%
HSB/HSV26°80.85%36.86%
CMYK0.00%45.74%80.85%
63.14%

Color #5E3312 in popluar number systems.

HEX5E3312
Decimal945118
Binary101111011001110010
Octal1366322

Shades and tints

Shades of #5E3312

#5E3312
(94,51,18)
#562F11
(86,47,17)
#4E2B10
(78,43,16)
#46270F
(70,39,15)
#3E230E
(62,35,14)
#361F0D
(54,31,13)
#2E1B0C
(46,27,12)
#26170B
(38,23,11)
#1E130A
(30,19,10)
#160F09
(22,15,9)
#0E0B08
(14,11,8)
#000000
(0,0,0)

Tints of #5E3312

#5E3312
(94,51,18)
#6C4527
(108,69,39)
#7A573C
(122,87,60)
#886951
(136,105,81)
#967B66
(150,123,102)
#A48D7B
(164,141,123)
#B29F90
(178,159,144)
#C0B1A5
(192,177,165)
#CEC3BA
(206,195,186)
#DCD5CF
(220,213,207)
#EAE7E4
(234,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E3312 color. Also use rgb(94,51,18) instead hex code.

Text Font Color

.myTextColor { color: #5E3312; }

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

This text font color is #5E3312.


Background Color

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

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

This div background color is #5E3312.


Border color

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

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

This div border color is #5E3312.


Opacity

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

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

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

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

This text has shadow with #5E3312 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E3312 on black background.


Color preview on white background

This text has color #5E3312 on white background.



Black color preview on #5E3312 background

This text has black color on #5E3312 background.


White color preview on #5E3312 background

This text has white color on #5E3312 background.