COLOR #5E3B14

HEX: #5E3B14
RGB: (94,59,20)

Color info

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

RGB color model

#5E3B14 color RGB value is (94,59,20).

  • red value is 94;
  • green value is 59;
  • blue value is 20.
RGB:
(94,59,20)
(37%,23%,8%)

RGB channels and saturation

R 94 of 255 = 37%
G 59 of 255 = 23%
B 20 of 255 = 8%

94
59
20

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

Portions of RGB colors in percentages

R + G + B =
94 + 59 + 20 = 173 (100%)
R 94 of 173 ~ 54.34%
G 59 of 173 ~ 34.1%
B 20 of 173 ~ 11.56%

%54.34
%34.1
%11.56

CMYK color model

#5E3B14 color CMYK value is (0,37,79,63).

  • cyan value is 0.00%
  • magenta value is 37.23%
  • yellow value is 78.72%
  • key color value is 63.14%
CMYK:
(0,37,79,63)
C0M37Y79K63 
(0%,37%,79%,63%)
(0.00/0.37/0.79/0.63)	

CMYK percentages

%0
%37.23
%78.72
%63.14

Codes

Color #5E3B14 in popluar color models

5E3B14
RGB945920
HSL32°64.91%22.35%
HSB/HSV32°78.72%36.86%
CMYK0.00%37.23%78.72%
63.14%

Color #5E3B14 in popluar number systems.

HEX5E3B14
Decimal945920
Binary101111011101110100
Octal1367324

Shades and tints

Shades of #5E3B14

#5E3B14
(94,59,20)
#563613
(86,54,19)
#4E3112
(78,49,18)
#462C11
(70,44,17)
#3E2710
(62,39,16)
#36220F
(54,34,15)
#2E1D0E
(46,29,14)
#26180D
(38,24,13)
#1E130C
(30,19,12)
#160E0B
(22,14,11)
#0E090A
(14,9,10)
#000000
(0,0,0)

Tints of #5E3B14

#5E3B14
(94,59,20)
#6C4C29
(108,76,41)
#7A5D3E
(122,93,62)
#886E53
(136,110,83)
#967F68
(150,127,104)
#A4907D
(164,144,125)
#B2A192
(178,161,146)
#C0B2A7
(192,178,167)
#CEC3BC
(206,195,188)
#DCD4D1
(220,212,209)
#EAE5E6
(234,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E3B14 color. Also use rgb(94,59,20) instead hex code.

Text Font Color

.myTextColor { color: #5E3B14; }

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

This text font color is #5E3B14.


Background Color

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

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

This div background color is #5E3B14.


Border color

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

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

This div border color is #5E3B14.


Opacity

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

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

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

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

This text has shadow with #5E3B14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E3B14 on black background.


Color preview on white background

This text has color #5E3B14 on white background.



Black color preview on #5E3B14 background

This text has black color on #5E3B14 background.


White color preview on #5E3B14 background

This text has white color on #5E3B14 background.