COLOR #5E0B09

HEX: #5E0B09 RGB: (94,11,9)

Color info

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

RGB color model

#5E0B09 color RGB value is (94,11,9).

RGB: (94,11,9) (37%, 4%, 4%)

RGB channels and saturation

R 94 of 255 = 37%
G 11 of 255 = 4%
B 9 of 255 = 4%

94
11
9

R + G + B ~ 15%. #5E0B09 is dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 11 + 9 = 114 (100%)
R 94 of 114 ~ 82.46%
G 11 of 114 ~ 9.65%
B 9 of 114 ~ 7.89'%

%82.46

CMYK color model

#5E0B09 color CMYK value is (0,88,90,63).

  • cyan value is 0.00%
  • magenta value is 88.30%
  • yellow value is 90.43%
  • key color value is 63.14%

CMYK: (0,88,90,63)
C0M88Y90K63 (0%, 88%, 90%, 63%)
(0.00 / 0.88 / 0.90 / 0.63)

CMYK percentages

%0
%88.3
%90.43
%63.14

Codes

Color #5E0B09 in popluar color models

5E 0B 09
RGB 94 11 9
HSL 82.52% 20.20%
HSB/HSV 90.43% 36.86%
CMYK 0.00% 88.30% 90.43%
63.14%

Color #5E0B09 in popluar number systems.

HEX 5E 0B 09
Decimal 94 11 9
Binary 1011110 1011 1001
Octal 136 13 11

Shades and tints

Shades of #5E0B09

#5E0B09
(94,11,9)
#560A09
(86,10,9)
#4E0909
(78,9,9)
#460809
(70,8,9)
#3E0709
(62,7,9)
#360609
(54,6,9)
#2E0509
(46,5,9)
#260409
(38,4,9)
#1E0309
(30,3,9)
#160209
(22,2,9)
#0E0109
(14,1,9)
#000000
(0,0,0)

Tints of #5E0B09

#5E0B09
(94,11,9)
#6C211F
(108,33,31)
#7A3735
(122,55,53)
#884D4B
(136,77,75)
#966361
(150,99,97)
#A47977
(164,121,119)
#B28F8D
(178,143,141)
#C0A5A3
(192,165,163)
#CEBBB9
(206,187,185)
#DCD1CF
(220,209,207)
#EAE7E5
(234,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E0B09 color. Also use rgb(94,11,9) instead hex code.

Text Font Color

.myTextColor { color: #5E0B09; }

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

This text font color is #5E0B09.

Background Color

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

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

This div background color is #5E0B09.

Border color

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

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

This div border color is #5E0B09.

Opacity

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

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

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

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

This text has shadow with #5E0B09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E0B09.

Preview

Color preview on black background

This text has color #5E0B09 on black background.


Color preview on white background

This text has color #5E0B09 on white background.


Black color preview on #5E0B09 background

This text has black color on #5E0B09 background.


White color preview on #5E0B09 background

This text has white color on #5E0B09 background.


Related colors

Complementary color

Complementary color for #hex is #A1F4F6.


I love getcolorcode.com

Triadic colors

1 #095E0B and #0B095E with #5E0B09 are triadic colors.

2 #090B5E and #0B5E09 with #5E0B09 are triadic colors.