COLOR #051120

HEX: #051120 RGB: (5,17,32)

Color info

#051120 contains red, green and blue colors in about the same proportion. Web safe color of #051120 is #000033 (or #003).

RGB color model

#051120 color RGB value is (5,17,32).

RGB: (5,17,32) (2%, 7%, 13%)

RGB channels and saturation

R 5 of 255 = 2%
G 17 of 255 = 7%
B 32 of 255 = 13%

5
17
32

R + G + B ~ 7%. #051120 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 17 + 32 = 54 (100%)
R 5 of 54 ~ 9.26%
G 17 of 54 ~ 31.48%
B 32 of 54 ~ 59.26'%

%31.48
%59.26

CMYK color model

#051120 color CMYK value is (84,47,0,87).

  • cyan value is 84.38%
  • magenta value is 46.88%
  • yellow value is 0.00%
  • key color value is 87.45%
CMYK: (84,47,0,87) C84M47Y0K87 (84%,47%,0%,87%) (0.84/0.47/0.00/0.87) 

CMYK percentages

%84.38
%46.88
%0
%87.45

Codes

Color #051120 in popluar color models

05 11 20
RGB 5 17 32
HSL 213° 72.97% 7.25%
HSB/HSV 213° 84.38% 12.55%
CMYK 84.38% 46.88% 0.00%
87.45%

Color #051120 in popluar number systems.

HEX 05 11 20
Decimal 5 17 32
Binary 101 10001 100000
Octal 5 21 40

Shades and tints

Shades of #051120

#051120
(5,17,32)
#05101E
(5,16,30)
#050F1C
(5,15,28)
#050E1A
(5,14,26)
#050D18
(5,13,24)
#050C16
(5,12,22)
#050B14
(5,11,20)
#050A12
(5,10,18)
#050910
(5,9,16)
#05080E
(5,8,14)
#05070C
(5,7,12)
#000000
(0,0,0)

Tints of #051120

#051120
(5,17,32)
#1B2634
(27,38,52)
#313B48
(49,59,72)
#47505C
(71,80,92)
#5D6570
(93,101,112)
#737A84
(115,122,132)
#898F98
(137,143,152)
#9FA4AC
(159,164,172)
#B5B9C0
(181,185,192)
#CBCED4
(203,206,212)
#E1E3E8
(225,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051120; }

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

This text font color is #051120.

Background Color

.myBgColor { background-color: #051120; }

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

This div background color is #051120.

Border color

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

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

This div border color is #051120.

Opacity

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

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

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

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

This text has shadow with #051120 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #051120.

Preview

Color preview on black background

This text has color #051120 on black background.


Color preview on white background

This text has color #051120 on white background.


Black color preview on #051120 background

This text has black color on #051120 background.


White color preview on #051120 background

This text has white color on #051120 background.


Related colors

Complementary color

Complementary color for #hex is #FAEEDF.


I love getcolorcode.com

Triadic colors

1 #200511 and #112005 with #051120 are triadic colors.

2 #201105 and #110520 with #051120 are triadic colors.