COLOR #5E241D

HEX: #5E241D
RGB: (94,36,29)

Color info

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

RGB color model

#5E241D color RGB value is (94,36,29).

  • red value is 94;
  • green value is 36;
  • blue value is 29.
RGB:
(94,36,29)
(37%,14%,11%)

RGB channels and saturation

R 94 of 255 = 37%
G 36 of 255 = 14%
B 29 of 255 = 11%

94
36
29

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

Portions of RGB colors in percentages

R + G + B =
94 + 36 + 29 = 159 (100%)
R 94 of 159 ~ 59.12%
G 36 of 159 ~ 22.64%
B 29 of 159 ~ 18.24%

%59.12
%22.64
%18.24

CMYK color model

#5E241D color CMYK value is (0,62,69,63).

  • cyan value is 0.00%
  • magenta value is 61.70%
  • yellow value is 69.15%
  • key color value is 63.14%
CMYK:
(0,62,69,63)
C0M62Y69K63 
(0%,62%,69%,63%)
(0.00/0.62/0.69/0.63)	

CMYK percentages

%0
%61.7
%69.15
%63.14

Codes

Color #5E241D in popluar color models

5E241D
RGB943629
HSL52.85%24.12%
HSB/HSV69.15%36.86%
CMYK0.00%61.70%69.15%
63.14%

Color #5E241D in popluar number systems.

HEX5E241D
Decimal943629
Binary101111010010011101
Octal1364435

Shades and tints

Shades of #5E241D

#5E241D
(94,36,29)
#56211B
(86,33,27)
#4E1E19
(78,30,25)
#461B17
(70,27,23)
#3E1815
(62,24,21)
#361513
(54,21,19)
#2E1211
(46,18,17)
#260F0F
(38,15,15)
#1E0C0D
(30,12,13)
#16090B
(22,9,11)
#0E0609
(14,6,9)
#000000
(0,0,0)

Tints of #5E241D

#5E241D
(94,36,29)
#6C3731
(108,55,49)
#7A4A45
(122,74,69)
#885D59
(136,93,89)
#96706D
(150,112,109)
#A48381
(164,131,129)
#B29695
(178,150,149)
#C0A9A9
(192,169,169)
#CEBCBD
(206,188,189)
#DCCFD1
(220,207,209)
#EAE2E5
(234,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E241D color. Also use rgb(94,36,29) instead hex code.

Text Font Color

.myTextColor { color: #5E241D; }

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

This text font color is #5E241D.


Background Color

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

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

This div background color is #5E241D.


Border color

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

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

This div border color is #5E241D.


Opacity

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

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

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

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

This text has shadow with #5E241D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E241D on black background.


Color preview on white background

This text has color #5E241D on white background.



Black color preview on #5E241D background

This text has black color on #5E241D background.


White color preview on #5E241D background

This text has white color on #5E241D background.