COLOR #5E150F

HEX: #5E150F
RGB: (94,21,15)

Color info

#5E150F contains mainly red color. Web safe color of #5E150F is #660000 (or #600).

RGB color model

#5E150F color RGB value is (94,21,15).

  • red value is 94;
  • green value is 21;
  • blue value is 15.
RGB:
(94,21,15)
(37%,8%,6%)

RGB channels and saturation

R 94 of 255 = 37%
G 21 of 255 = 8%
B 15 of 255 = 6%

94
21
15

R + G + B ~ 17%. #5E150F is dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 21 + 15 = 130 (100%)
R 94 of 130 ~ 72.31%
G 21 of 130 ~ 16.15%
B 15 of 130 ~ 11.54%

%72.31
%16.15
%11.54

CMYK color model

#5E150F color CMYK value is (0,78,84,63).

  • cyan value is 0.00%
  • magenta value is 77.66%
  • yellow value is 84.04%
  • key color value is 63.14%
CMYK:
(0,78,84,63)
C0M78Y84K63 
(0%,78%,84%,63%)
(0.00/0.78/0.84/0.63)	

CMYK percentages

%0
%77.66
%84.04
%63.14

Codes

Color #5E150F in popluar color models

5E150F
RGB942115
HSL72.48%21.37%
HSB/HSV84.04%36.86%
CMYK0.00%77.66%84.04%
63.14%

Color #5E150F in popluar number systems.

HEX5E150F
Decimal942115
Binary1011110101011111
Octal1362517

Shades and tints

Shades of #5E150F

#5E150F
(94,21,15)
#56140E
(86,20,14)
#4E130D
(78,19,13)
#46120C
(70,18,12)
#3E110B
(62,17,11)
#36100A
(54,16,10)
#2E0F09
(46,15,9)
#260E08
(38,14,8)
#1E0D07
(30,13,7)
#160C06
(22,12,6)
#0E0B05
(14,11,5)
#000000
(0,0,0)

Tints of #5E150F

#5E150F
(94,21,15)
#6C2A24
(108,42,36)
#7A3F39
(122,63,57)
#88544E
(136,84,78)
#966963
(150,105,99)
#A47E78
(164,126,120)
#B2938D
(178,147,141)
#C0A8A2
(192,168,162)
#CEBDB7
(206,189,183)
#DCD2CC
(220,210,204)
#EAE7E1
(234,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E150F color. Also use rgb(94,21,15) instead hex code.

Text Font Color

.myTextColor { color: #5E150F; }

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

This text font color is #5E150F.


Background Color

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

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

This div background color is #5E150F.


Border color

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

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

This div border color is #5E150F.


Opacity

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

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

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

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

This text has shadow with #5E150F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E150F on black background.


Color preview on white background

This text has color #5E150F on white background.



Black color preview on #5E150F background

This text has black color on #5E150F background.


White color preview on #5E150F background

This text has white color on #5E150F background.