COLOR #051C09

HEX: #051C09 RGB: (5,28,9)

Color info

#051C09 contains red, green and blue colors in about the same proportion. Web safe color of #051C09 is #003300 (or #030).

RGB color model

#051C09 color RGB value is (5,28,9).

RGB: (5,28,9) (2%, 11%, 4%)

RGB channels and saturation

R 5 of 255 = 2%
G 28 of 255 = 11%
B 9 of 255 = 4%

5
28
9

R + G + B ~ 6%. #051C09 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 28 + 9 = 42 (100%)
R 5 of 42 ~ 11.9%
G 28 of 42 ~ 66.67%
B 9 of 42 ~ 21.43'%

%11.9
%66.67
%21.43

CMYK color model

#051C09 color CMYK value is (82,0,68,89).

  • cyan value is 82.14%
  • magenta value is 0.00%
  • yellow value is 67.86%
  • key color value is 89.02%

CMYK: (82,0,68,89)
C82M0Y68K89 (82%, 0%, 68%, 89%)
(0.82 / 0.00 / 0.68 / 0.89)

CMYK percentages

%82.14
%0
%67.86
%89.02

Codes

Color #051C09 in popluar color models

05 1C 09
RGB 5 28 9
HSL 130° 69.70% 6.47%
HSB/HSV 130° 82.14% 10.98%
CMYK 82.14% 0.00% 67.86%
89.02%

Color #051C09 in popluar number systems.

HEX 05 1C 09
Decimal 5 28 9
Binary 101 11100 1001
Octal 5 34 11

Shades and tints

Shades of #051C09

#051C09
(5,28,9)
#051A09
(5,26,9)
#051809
(5,24,9)
#051609
(5,22,9)
#051409
(5,20,9)
#051209
(5,18,9)
#051009
(5,16,9)
#050E09
(5,14,9)
#050C09
(5,12,9)
#050A09
(5,10,9)
#050809
(5,8,9)
#000000
(0,0,0)

Tints of #051C09

#051C09
(5,28,9)
#1B301F
(27,48,31)
#314435
(49,68,53)
#47584B
(71,88,75)
#5D6C61
(93,108,97)
#738077
(115,128,119)
#89948D
(137,148,141)
#9FA8A3
(159,168,163)
#B5BCB9
(181,188,185)
#CBD0CF
(203,208,207)
#E1E4E5
(225,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051C09; }

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

This text font color is #051C09.

Background Color

.myBgColor { background-color: #051C09; }

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

This div background color is #051C09.

Border color

.myBorderColor { border: 1px solid #051C09; }

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

This div border color is #051C09.

Opacity

.myOpacity80 { color: #051C09; opacity: 0.8; }

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

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

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

This text has shadow with #051C09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #051C09.

Preview

Color preview on black background

This text has color #051C09 on black background.


Color preview on white background

This text has color #051C09 on white background.


Black color preview on #051C09 background

This text has black color on #051C09 background.


White color preview on #051C09 background

This text has white color on #051C09 background.


Related colors

Complementary color

Complementary color for #hex is #FAE3F6.


I love getcolorcode.com

Triadic colors

1 #09051C and #1C0905 with #051C09 are triadic colors.

2 #091C05 and #1C0509 with #051C09 are triadic colors.