COLOR #5E2F13

HEX: #5E2F13
RGB: (94,47,19)

Color info

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

RGB color model

#5E2F13 color RGB value is (94,47,19).

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

RGB channels and saturation

R 94 of 255 = 37%
G 47 of 255 = 18%
B 19 of 255 = 7%

94
47
19

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

Portions of RGB colors in percentages

R + G + B =
94 + 47 + 19 = 160 (100%)
R 94 of 160 ~ 58.75%
G 47 of 160 ~ 29.38%
B 19 of 160 ~ 11.88%

%58.75
%29.38
%11.88

CMYK color model

#5E2F13 color CMYK value is (0,50,80,63).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 79.79%
  • key color value is 63.14%
CMYK:
(0,50,80,63)
C0M50Y80K63 
(0%,50%,80%,63%)
(0.00/0.50/0.80/0.63)	

CMYK percentages

%0
%50
%79.79
%63.14

Codes

Color #5E2F13 in popluar color models

5E2F13
RGB944719
HSL22°66.37%22.16%
HSB/HSV22°79.79%36.86%
CMYK0.00%50.00%79.79%
63.14%

Color #5E2F13 in popluar number systems.

HEX5E2F13
Decimal944719
Binary101111010111110011
Octal1365723

Shades and tints

Shades of #5E2F13

#5E2F13
(94,47,19)
#562B12
(86,43,18)
#4E2711
(78,39,17)
#462310
(70,35,16)
#3E1F0F
(62,31,15)
#361B0E
(54,27,14)
#2E170D
(46,23,13)
#26130C
(38,19,12)
#1E0F0B
(30,15,11)
#160B0A
(22,11,10)
#0E0709
(14,7,9)
#000000
(0,0,0)

Tints of #5E2F13

#5E2F13
(94,47,19)
#6C4128
(108,65,40)
#7A533D
(122,83,61)
#886552
(136,101,82)
#967767
(150,119,103)
#A4897C
(164,137,124)
#B29B91
(178,155,145)
#C0ADA6
(192,173,166)
#CEBFBB
(206,191,187)
#DCD1D0
(220,209,208)
#EAE3E5
(234,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E2F13 color. Also use rgb(94,47,19) instead hex code.

Text Font Color

.myTextColor { color: #5E2F13; }

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

This text font color is #5E2F13.


Background Color

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

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

This div background color is #5E2F13.


Border color

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

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

This div border color is #5E2F13.


Opacity

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

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

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

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

This text has shadow with #5E2F13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E2F13 on black background.


Color preview on white background

This text has color #5E2F13 on white background.



Black color preview on #5E2F13 background

This text has black color on #5E2F13 background.


White color preview on #5E2F13 background

This text has white color on #5E2F13 background.