COLOR #051109

HEX: #051109
RGB: (5,17,9)

Color info

#051109 contains red, green and blue colors in about the same proportion. Web safe color of #051109 is #000000 (or #000).

RGB color model

#051109 color RGB value is (5,17,9).

  • red value is 5;
  • green value is 17;
  • blue value is 9.
RGB:
(5,17,9)
(2%,7%,4%)

RGB channels and saturation

R 5 of 255 = 2%
G 17 of 255 = 7%
B 9 of 255 = 4%

5
17
9

R + G + B ~ 4%. #051109 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 17 + 9 = 31 (100%)
R 5 of 31 ~ 16.13%
G 17 of 31 ~ 54.84%
B 9 of 31 ~ 29.03%

%16.13
%54.84
%29.03

CMYK color model

#051109 color CMYK value is (71,0,47,93).

  • cyan value is 70.59%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 93.33%
CMYK:
(71,0,47,93)
C71M0Y47K93 
(71%,0%,47%,93%)
(0.71/0.00/0.47/0.93)	

CMYK percentages

%70.59
%0
%47.06
%93.33

Codes

Color #051109 in popluar color models

051109
RGB5179
HSL140°54.55%4.31%
HSB/HSV140°70.59%6.67%
CMYK70.59%0.00%47.06%
93.33%

Color #051109 in popluar number systems.

HEX051109
Decimal5179
Binary101100011001
Octal52111

Shades and tints

Shades of #051109

#051109
(5,17,9)
#051009
(5,16,9)
#050F09
(5,15,9)
#050E09
(5,14,9)
#050D09
(5,13,9)
#050C09
(5,12,9)
#050B09
(5,11,9)
#050A09
(5,10,9)
#050909
(5,9,9)
#050809
(5,8,9)
#050709
(5,7,9)
#000000
(0,0,0)

Tints of #051109

#051109
(5,17,9)
#1B261F
(27,38,31)
#313B35
(49,59,53)
#47504B
(71,80,75)
#5D6561
(93,101,97)
#737A77
(115,122,119)
#898F8D
(137,143,141)
#9FA4A3
(159,164,163)
#B5B9B9
(181,185,185)
#CBCECF
(203,206,207)
#E1E3E5
(225,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051109; }

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

This text font color is #051109.


Background Color

.myBgColor { background-color: #051109; }

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

This div background color is #051109.


Border color

.myBorderColor { border: 1px solid #051109; }

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

This div border color is #051109.


Opacity

.myOpacity80 { color: #051109; opacity: 0.8; }

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

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

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

This text has shadow with #051109 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051109 on black background.


Color preview on white background

This text has color #051109 on white background.



Black color preview on #051109 background

This text has black color on #051109 background.


White color preview on #051109 background

This text has white color on #051109 background.