COLOR #5E480D

HEX: #5E480D
RGB: (94,72,13)

Color info

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

RGB color model

#5E480D color RGB value is (94,72,13).

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

RGB channels and saturation

R 94 of 255 = 37%
G 72 of 255 = 28%
B 13 of 255 = 5%

94
72
13

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

Portions of RGB colors in percentages

R + G + B =
94 + 72 + 13 = 179 (100%)
R 94 of 179 ~ 52.51%
G 72 of 179 ~ 40.22%
B 13 of 179 ~ 7.26%

%52.51
%40.22

CMYK color model

#5E480D color CMYK value is (0,23,86,63).

  • cyan value is 0.00%
  • magenta value is 23.40%
  • yellow value is 86.17%
  • key color value is 63.14%
CMYK:
(0,23,86,63)
C0M23Y86K63 
(0%,23%,86%,63%)
(0.00/0.23/0.86/0.63)	

CMYK percentages

%0
%23.4
%86.17
%63.14

Codes

Color #5E480D in popluar color models

5E480D
RGB947213
HSL44°75.70%20.98%
HSB/HSV44°86.17%36.86%
CMYK0.00%23.40%86.17%
63.14%

Color #5E480D in popluar number systems.

HEX5E480D
Decimal947213
Binary101111010010001101
Octal13611015

Shades and tints

Shades of #5E480D

#5E480D
(94,72,13)
#56420C
(86,66,12)
#4E3C0B
(78,60,11)
#46360A
(70,54,10)
#3E3009
(62,48,9)
#362A08
(54,42,8)
#2E2407
(46,36,7)
#261E06
(38,30,6)
#1E1805
(30,24,5)
#161204
(22,18,4)
#0E0C03
(14,12,3)
#000000
(0,0,0)

Tints of #5E480D

#5E480D
(94,72,13)
#6C5823
(108,88,35)
#7A6839
(122,104,57)
#88784F
(136,120,79)
#968865
(150,136,101)
#A4987B
(164,152,123)
#B2A891
(178,168,145)
#C0B8A7
(192,184,167)
#CEC8BD
(206,200,189)
#DCD8D3
(220,216,211)
#EAE8E9
(234,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E480D; }

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

This text font color is #5E480D.


Background Color

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

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

This div background color is #5E480D.


Border color

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

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

This div border color is #5E480D.


Opacity

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

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

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

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

This text has shadow with #5E480D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E480D on black background.


Color preview on white background

This text has color #5E480D on white background.



Black color preview on #5E480D background

This text has black color on #5E480D background.


White color preview on #5E480D background

This text has white color on #5E480D background.