COLOR #051004

HEX: #051004 RGB: (5,16,4)

Color info

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

RGB color model

#051004 color RGB value is (5,16,4).

RGB: (5,16,4) (2%, 6%, 2%)

RGB channels and saturation

R 5 of 255 = 2%
G 16 of 255 = 6%
B 4 of 255 = 2%

5
16
4

R + G + B ~ 3%. #051004 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 16 + 4 = 25 (100%)
R 5 of 25 ~ 20%
G 16 of 25 ~ 64%
B 4 of 25 ~ 16'%

%20
%64
%16

CMYK color model

#051004 color CMYK value is (69,0,75,94).

  • cyan value is 68.75%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 93.73%

CMYK: (69,0,75,94)
C69M0Y75K94 (69%, 0%, 75%, 94%)
(0.69 / 0.00 / 0.75 / 0.94)

CMYK percentages

%68.75
%0
%75
%93.73

Codes

Color #051004 in popluar color models

05 10 04
RGB 5 16 4
HSL 115° 60.00% 3.92%
HSB/HSV 115° 75.00% 6.27%
CMYK 68.75% 0.00% 75.00%
93.73%

Color #051004 in popluar number systems.

HEX 05 10 04
Decimal 5 16 4
Binary 101 10000 100
Octal 5 20 4

Shades and tints

Shades of #051004

#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)
#050904
(5,9,4)
#050804
(5,8,4)
#050704
(5,7,4)
#050604
(5,6,4)
#000000
(0,0,0)

Tints of #051004

#051004
(5,16,4)
#1B251A
(27,37,26)
#313A30
(49,58,48)
#474F46
(71,79,70)
#5D645C
(93,100,92)
#737972
(115,121,114)
#898E88
(137,142,136)
#9FA39E
(159,163,158)
#B5B8B4
(181,184,180)
#CBCDCA
(203,205,202)
#E1E2E0
(225,226,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051004; }

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

This text font color is #051004.

Background Color

.myBgColor { background-color: #051004; }

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

This div background color is #051004.

Border color

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

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

This div border color is #051004.

Opacity

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

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

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

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

This text has shadow with #051004 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #051004.

Preview

Color preview on black background

This text has color #051004 on black background.


Color preview on white background

This text has color #051004 on white background.


Black color preview on #051004 background

This text has black color on #051004 background.


White color preview on #051004 background

This text has white color on #051004 background.


Related colors

Complementary color

Complementary color for #hex is #FAEFFB.


I love getcolorcode.com

Triadic colors

1 #040510 and #100405 with #051004 are triadic colors.

2 #041005 and #100504 with #051004 are triadic colors.