COLOR #051709

HEX: #051709
RGB: (5,23,9)

Color info

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

RGB color model

#051709 color RGB value is (5,23,9).

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

RGB channels and saturation

R 5 of 255 = 2%
G 23 of 255 = 9%
B 9 of 255 = 4%

5
23
9

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

Portions of RGB colors in percentages

R + G + B =
5 + 23 + 9 = 37 (100%)
R 5 of 37 ~ 13.51%
G 23 of 37 ~ 62.16%
B 9 of 37 ~ 24.32%

%13.51
%62.16
%24.32

CMYK color model

#051709 color CMYK value is (78,0,61,91).

  • cyan value is 78.26%
  • magenta value is 0.00%
  • yellow value is 60.87%
  • key color value is 90.98%
CMYK:
(78,0,61,91)
C78M0Y61K91 
(78%,0%,61%,91%)
(0.78/0.00/0.61/0.91)	

CMYK percentages

%78.26
%0
%60.87
%90.98

Codes

Color #051709 in popluar color models

051709
RGB5239
HSL133°64.29%5.49%
HSB/HSV133°78.26%9.02%
CMYK78.26%0.00%60.87%
90.98%

Color #051709 in popluar number systems.

HEX051709
Decimal5239
Binary101101111001
Octal52711

Shades and tints

Shades of #051709

#051709
(5,23,9)
#051509
(5,21,9)
#051309
(5,19,9)
#051109
(5,17,9)
#050F09
(5,15,9)
#050D09
(5,13,9)
#050B09
(5,11,9)
#050909
(5,9,9)
#050709
(5,7,9)
#050509
(5,5,9)
#050309
(5,3,9)
#000000
(0,0,0)

Tints of #051709

#051709
(5,23,9)
#1B2C1F
(27,44,31)
#314135
(49,65,53)
#47564B
(71,86,75)
#5D6B61
(93,107,97)
#738077
(115,128,119)
#89958D
(137,149,141)
#9FAAA3
(159,170,163)
#B5BFB9
(181,191,185)
#CBD4CF
(203,212,207)
#E1E9E5
(225,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051709; }

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

This text font color is #051709.


Background Color

.myBgColor { background-color: #051709; }

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

This div background color is #051709.


Border color

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

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

This div border color is #051709.


Opacity

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

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

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

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

This text has shadow with #051709 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051709 on black background.


Color preview on white background

This text has color #051709 on white background.



Black color preview on #051709 background

This text has black color on #051709 background.


White color preview on #051709 background

This text has white color on #051709 background.