COLOR #051411

HEX: #051411 RGB: (5,20,17)

Color info

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

RGB color model

#051411 color RGB value is (5,20,17).

RGB: (5,20,17) (2%, 8%, 7%)

RGB channels and saturation

R 5 of 255 = 2%
G 20 of 255 = 8%
B 17 of 255 = 7%

5
20
17

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

Portions of RGB colors in percentages

R + G + B = 5 + 20 + 17 = 42 (100%)
R 5 of 42 ~ 11.9%
G 20 of 42 ~ 47.62%
B 17 of 42 ~ 40.48'%

%11.9
%47.62
%40.48

CMYK color model

#051411 color CMYK value is (75,0,15,92).

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 92.16%

CMYK: (75,0,15,92)
C75M0Y15K92 (75%, 0%, 15%, 92%)
(0.75 / 0.00 / 0.15 / 0.92)

CMYK percentages

%75
%0
%15
%92.16

Codes

Color #051411 in popluar color models

05 14 11
RGB 5 20 17
HSL 168° 60.00% 4.90%
HSB/HSV 168° 75.00% 7.84%
CMYK 75.00% 0.00% 15.00%
92.16%

Color #051411 in popluar number systems.

HEX 05 14 11
Decimal 5 20 17
Binary 101 10100 10001
Octal 5 24 21

Shades and tints

Shades of #051411

#051411
(5,20,17)
#051310
(5,19,16)
#05120F
(5,18,15)
#05110E
(5,17,14)
#05100D
(5,16,13)
#050F0C
(5,15,12)
#050E0B
(5,14,11)
#050D0A
(5,13,10)
#050C09
(5,12,9)
#050B08
(5,11,8)
#050A07
(5,10,7)
#000000
(0,0,0)

Tints of #051411

#051411
(5,20,17)
#1B2926
(27,41,38)
#313E3B
(49,62,59)
#475350
(71,83,80)
#5D6865
(93,104,101)
#737D7A
(115,125,122)
#89928F
(137,146,143)
#9FA7A4
(159,167,164)
#B5BCB9
(181,188,185)
#CBD1CE
(203,209,206)
#E1E6E3
(225,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051411; }

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

This text font color is #051411.

Background Color

.myBgColor { background-color: #051411; }

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

This div background color is #051411.

Border color

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

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

This div border color is #051411.

Opacity

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

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

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

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

This text has shadow with #051411 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #051411.

Preview

Color preview on black background

This text has color #051411 on black background.


Color preview on white background

This text has color #051411 on white background.


Black color preview on #051411 background

This text has black color on #051411 background.


White color preview on #051411 background

This text has white color on #051411 background.


Related colors

Complementary color

Complementary color for #hex is #FAEBEE.


I love getcolorcode.com

Triadic colors

1 #110514 and #141105 with #051411 are triadic colors.

2 #111405 and #140511 with #051411 are triadic colors.