COLOR #051309

HEX: #051309
RGB: (5,19,9)

Color info

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

RGB color model

#051309 color RGB value is (5,19,9).

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

RGB channels and saturation

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

5
19
9

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

Portions of RGB colors in percentages

R + G + B =
5 + 19 + 9 = 33 (100%)
R 5 of 33 ~ 15.15%
G 19 of 33 ~ 57.58%
B 9 of 33 ~ 27.27%

%15.15
%57.58
%27.27

CMYK color model

#051309 color CMYK value is (74,0,53,93).

  • cyan value is 73.68%
  • magenta value is 0.00%
  • yellow value is 52.63%
  • key color value is 92.55%
CMYK:
(74,0,53,93)
C74M0Y53K93 
(74%,0%,53%,93%)
(0.74/0.00/0.53/0.93)	

CMYK percentages

%73.68
%0
%52.63
%92.55

Codes

Color #051309 in popluar color models

051309
RGB5199
HSL137°58.33%4.71%
HSB/HSV137°73.68%7.45%
CMYK73.68%0.00%52.63%
92.55%

Color #051309 in popluar number systems.

HEX051309
Decimal5199
Binary101100111001
Octal52311

Shades and tints

Shades of #051309

#051309
(5,19,9)
#051209
(5,18,9)
#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)
#000000
(0,0,0)

Tints of #051309

#051309
(5,19,9)
#1B281F
(27,40,31)
#313D35
(49,61,53)
#47524B
(71,82,75)
#5D6761
(93,103,97)
#737C77
(115,124,119)
#89918D
(137,145,141)
#9FA6A3
(159,166,163)
#B5BBB9
(181,187,185)
#CBD0CF
(203,208,207)
#E1E5E5
(225,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051309; }

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

This text font color is #051309.


Background Color

.myBgColor { background-color: #051309; }

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

This div background color is #051309.


Border color

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

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

This div border color is #051309.


Opacity

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

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

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

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

This text has shadow with #051309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051309 on black background.


Color preview on white background

This text has color #051309 on white background.



Black color preview on #051309 background

This text has black color on #051309 background.


White color preview on #051309 background

This text has white color on #051309 background.