COLOR #5E391B

HEX: #5E391B
RGB: (94,57,27)

Color info

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

RGB color model

#5E391B color RGB value is (94,57,27).

  • red value is 94;
  • green value is 57;
  • blue value is 27.
RGB:
(94,57,27)
(37%,22%,11%)

RGB channels and saturation

R 94 of 255 = 37%
G 57 of 255 = 22%
B 27 of 255 = 11%

94
57
27

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

Portions of RGB colors in percentages

R + G + B =
94 + 57 + 27 = 178 (100%)
R 94 of 178 ~ 52.81%
G 57 of 178 ~ 32.02%
B 27 of 178 ~ 15.17%

%52.81
%32.02
%15.17

CMYK color model

#5E391B color CMYK value is (0,39,71,63).

  • cyan value is 0.00%
  • magenta value is 39.36%
  • yellow value is 71.28%
  • key color value is 63.14%
CMYK:
(0,39,71,63)
C0M39Y71K63 
(0%,39%,71%,63%)
(0.00/0.39/0.71/0.63)	

CMYK percentages

%0
%39.36
%71.28
%63.14

Codes

Color #5E391B in popluar color models

5E391B
RGB945727
HSL27°55.37%23.73%
HSB/HSV27°71.28%36.86%
CMYK0.00%39.36%71.28%
63.14%

Color #5E391B in popluar number systems.

HEX5E391B
Decimal945727
Binary101111011100111011
Octal1367133

Shades and tints

Shades of #5E391B

#5E391B
(94,57,27)
#563419
(86,52,25)
#4E2F17
(78,47,23)
#462A15
(70,42,21)
#3E2513
(62,37,19)
#362011
(54,32,17)
#2E1B0F
(46,27,15)
#26160D
(38,22,13)
#1E110B
(30,17,11)
#160C09
(22,12,9)
#0E0707
(14,7,7)
#000000
(0,0,0)

Tints of #5E391B

#5E391B
(94,57,27)
#6C4B2F
(108,75,47)
#7A5D43
(122,93,67)
#886F57
(136,111,87)
#96816B
(150,129,107)
#A4937F
(164,147,127)
#B2A593
(178,165,147)
#C0B7A7
(192,183,167)
#CEC9BB
(206,201,187)
#DCDBCF
(220,219,207)
#EAEDE3
(234,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E391B color. Also use rgb(94,57,27) instead hex code.

Text Font Color

.myTextColor { color: #5E391B; }

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

This text font color is #5E391B.


Background Color

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

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

This div background color is #5E391B.


Border color

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

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

This div border color is #5E391B.


Opacity

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

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

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

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

This text has shadow with #5E391B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E391B on black background.


Color preview on white background

This text has color #5E391B on white background.



Black color preview on #5E391B background

This text has black color on #5E391B background.


White color preview on #5E391B background

This text has white color on #5E391B background.