COLOR #5E481B

HEX: #5E481B
RGB: (94,72,27)

Color info

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

RGB color model

#5E481B color RGB value is (94,72,27).

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

RGB channels and saturation

R 94 of 255 = 37%
G 72 of 255 = 28%
B 27 of 255 = 11%

94
72
27

R + G + B ~ 25%. #5E481B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 72 + 27 = 193 (100%)
R 94 of 193 ~ 48.7%
G 72 of 193 ~ 37.31%
B 27 of 193 ~ 13.99%

%48.7
%37.31
%13.99

CMYK color model

#5E481B color CMYK value is (0,23,71,63).

  • cyan value is 0.00%
  • magenta value is 23.40%
  • yellow value is 71.28%
  • key color value is 63.14%
CMYK:
(0,23,71,63)
C0M23Y71K63 
(0%,23%,71%,63%)
(0.00/0.23/0.71/0.63)	

CMYK percentages

%0
%23.4
%71.28
%63.14

Codes

Color #5E481B in popluar color models

5E481B
RGB947227
HSL40°55.37%23.73%
HSB/HSV40°71.28%36.86%
CMYK0.00%23.40%71.28%
63.14%

Color #5E481B in popluar number systems.

HEX5E481B
Decimal947227
Binary1011110100100011011
Octal13611033

Shades and tints

Shades of #5E481B

#5E481B
(94,72,27)
#564219
(86,66,25)
#4E3C17
(78,60,23)
#463615
(70,54,21)
#3E3013
(62,48,19)
#362A11
(54,42,17)
#2E240F
(46,36,15)
#261E0D
(38,30,13)
#1E180B
(30,24,11)
#161209
(22,18,9)
#0E0C07
(14,12,7)
#000000
(0,0,0)

Tints of #5E481B

#5E481B
(94,72,27)
#6C582F
(108,88,47)
#7A6843
(122,104,67)
#887857
(136,120,87)
#96886B
(150,136,107)
#A4987F
(164,152,127)
#B2A893
(178,168,147)
#C0B8A7
(192,184,167)
#CEC8BB
(206,200,187)
#DCD8CF
(220,216,207)
#EAE8E3
(234,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E481B; }

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

This text font color is #5E481B.


Background Color

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

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

This div background color is #5E481B.


Border color

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

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

This div border color is #5E481B.


Opacity

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

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

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

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

This text has shadow with #5E481B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E481B on black background.


Color preview on white background

This text has color #5E481B on white background.



Black color preview on #5E481B background

This text has black color on #5E481B background.


White color preview on #5E481B background

This text has white color on #5E481B background.