COLOR #5E1B16

HEX: #5E1B16
RGB: (94,27,22)

Color info

#5E1B16 contains mainly red color. Web safe color of #5E1B16 is #663300 (or #630).

RGB color model

#5E1B16 color RGB value is (94,27,22).

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

RGB channels and saturation

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

94
27
22

R + G + B ~ 19%. #5E1B16 is dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 27 + 22 = 143 (100%)
R 94 of 143 ~ 65.73%
G 27 of 143 ~ 18.88%
B 22 of 143 ~ 15.38%

%65.73
%18.88
%15.38

CMYK color model

#5E1B16 color CMYK value is (0,71,77,63).

  • cyan value is 0.00%
  • magenta value is 71.28%
  • yellow value is 76.60%
  • key color value is 63.14%
CMYK:
(0,71,77,63)
C0M71Y77K63 
(0%,71%,77%,63%)
(0.00/0.71/0.77/0.63)	

CMYK percentages

%0
%71.28
%76.6
%63.14

Codes

Color #5E1B16 in popluar color models

5E1B16
RGB942722
HSL62.07%22.75%
HSB/HSV76.60%36.86%
CMYK0.00%71.28%76.60%
63.14%

Color #5E1B16 in popluar number systems.

HEX5E1B16
Decimal942722
Binary10111101101110110
Octal1363326

Shades and tints

Shades of #5E1B16

#5E1B16
(94,27,22)
#561914
(86,25,20)
#4E1712
(78,23,18)
#461510
(70,21,16)
#3E130E
(62,19,14)
#36110C
(54,17,12)
#2E0F0A
(46,15,10)
#260D08
(38,13,8)
#1E0B06
(30,11,6)
#160904
(22,9,4)
#0E0702
(14,7,2)
#000000
(0,0,0)

Tints of #5E1B16

#5E1B16
(94,27,22)
#6C2F2B
(108,47,43)
#7A4340
(122,67,64)
#885755
(136,87,85)
#966B6A
(150,107,106)
#A47F7F
(164,127,127)
#B29394
(178,147,148)
#C0A7A9
(192,167,169)
#CEBBBE
(206,187,190)
#DCCFD3
(220,207,211)
#EAE3E8
(234,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E1B16; }

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

This text font color is #5E1B16.


Background Color

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

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

This div background color is #5E1B16.


Border color

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

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

This div border color is #5E1B16.


Opacity

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

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

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

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

This text has shadow with #5E1B16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E1B16 on black background.


Color preview on white background

This text has color #5E1B16 on white background.



Black color preview on #5E1B16 background

This text has black color on #5E1B16 background.


White color preview on #5E1B16 background

This text has white color on #5E1B16 background.