COLOR #051404

HEX: #051404 RGB: (5,20,4)

Color info

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

RGB color model

#051404 color RGB value is (5,20,4).

RGB: (5,20,4) (2%, 8%, 2%)

RGB channels and saturation

R 5 of 255 = 2%
G 20 of 255 = 8%
B 4 of 255 = 2%

5
20
4

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

Portions of RGB colors in percentages

R + G + B = 5 + 20 + 4 = 29 (100%)
R 5 of 29 ~ 17.24%
G 20 of 29 ~ 68.97%
B 4 of 29 ~ 13.79'%

%17.24
%68.97
%13.79

CMYK color model

#051404 color CMYK value is (75,0,80,92).

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

CMYK: (75,0,80,92)
C75M0Y80K92 (75%, 0%, 80%, 92%)
(0.75 / 0.00 / 0.80 / 0.92)

CMYK percentages

%75
%0
%80
%92.16

Codes

Color #051404 in popluar color models

05 14 04
RGB 5 20 4
HSL 116° 66.67% 4.71%
HSB/HSV 116° 80.00% 7.84%
CMYK 75.00% 0.00% 80.00%
92.16%

Color #051404 in popluar number systems.

HEX 05 14 04
Decimal 5 20 4
Binary 101 10100 100
Octal 5 24 4

Shades and tints

Shades of #051404

#051404
(5,20,4)
#051304
(5,19,4)
#051204
(5,18,4)
#051104
(5,17,4)
#051004
(5,16,4)
#050F04
(5,15,4)
#050E04
(5,14,4)
#050D04
(5,13,4)
#050C04
(5,12,4)
#050B04
(5,11,4)
#050A04
(5,10,4)
#000000
(0,0,0)

Tints of #051404

#051404
(5,20,4)
#1B291A
(27,41,26)
#313E30
(49,62,48)
#475346
(71,83,70)
#5D685C
(93,104,92)
#737D72
(115,125,114)
#899288
(137,146,136)
#9FA79E
(159,167,158)
#B5BCB4
(181,188,180)
#CBD1CA
(203,209,202)
#E1E6E0
(225,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051404; }

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

This text font color is #051404.

Background Color

.myBgColor { background-color: #051404; }

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

This div background color is #051404.

Border color

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

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

This div border color is #051404.

Opacity

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

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

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

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

This text has shadow with #051404 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #051404.

Preview

Color preview on black background

This text has color #051404 on black background.


Color preview on white background

This text has color #051404 on white background.


Black color preview on #051404 background

This text has black color on #051404 background.


White color preview on #051404 background

This text has white color on #051404 background.


Related colors

Complementary color

Complementary color for #hex is #FAEBFB.


I love getcolorcode.com

Triadic colors

1 #040514 and #140405 with #051404 are triadic colors.

2 #041405 and #140504 with #051404 are triadic colors.