COLOR #051804

HEX: #051804 RGB: (5,24,4)

Color info

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

RGB color model

#051804 color RGB value is (5,24,4).

RGB: (5,24,4) (2%, 9%, 2%)

RGB channels and saturation

R 5 of 255 = 2%
G 24 of 255 = 9%
B 4 of 255 = 2%

5
24
4

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

Portions of RGB colors in percentages

R + G + B = 5 + 24 + 4 = 33 (100%)
R 5 of 33 ~ 15.15%
G 24 of 33 ~ 72.73%
B 4 of 33 ~ 12.12'%

%15.15
%72.73
%12.12

CMYK color model

#051804 color CMYK value is (79,0,83,91).

  • cyan value is 79.17%
  • magenta value is 0.00%
  • yellow value is 83.33%
  • key color value is 90.59%

CMYK: (79,0,83,91)
C79M0Y83K91 (79%, 0%, 83%, 91%)
(0.79 / 0.00 / 0.83 / 0.91)

CMYK percentages

%79.17
%0
%83.33
%90.59

Codes

Color #051804 in popluar color models

05 18 04
RGB 5 24 4
HSL 117° 71.43% 5.49%
HSB/HSV 117° 83.33% 9.41%
CMYK 79.17% 0.00% 83.33%
90.59%

Color #051804 in popluar number systems.

HEX 05 18 04
Decimal 5 24 4
Binary 101 11000 100
Octal 5 30 4

Shades and tints

Shades of #051804

#051804
(5,24,4)
#051604
(5,22,4)
#051404
(5,20,4)
#051204
(5,18,4)
#051004
(5,16,4)
#050E04
(5,14,4)
#050C04
(5,12,4)
#050A04
(5,10,4)
#050804
(5,8,4)
#050604
(5,6,4)
#050404
(5,4,4)
#000000
(0,0,0)

Tints of #051804

#051804
(5,24,4)
#1B2D1A
(27,45,26)
#314230
(49,66,48)
#475746
(71,87,70)
#5D6C5C
(93,108,92)
#738172
(115,129,114)
#899688
(137,150,136)
#9FAB9E
(159,171,158)
#B5C0B4
(181,192,180)
#CBD5CA
(203,213,202)
#E1EAE0
(225,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051804; }

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

This text font color is #051804.

Background Color

.myBgColor { background-color: #051804; }

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

This div background color is #051804.

Border color

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

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

This div border color is #051804.

Opacity

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

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

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

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

This text has shadow with #051804 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #051804.

Preview

Color preview on black background

This text has color #051804 on black background.


Color preview on white background

This text has color #051804 on white background.


Black color preview on #051804 background

This text has black color on #051804 background.


White color preview on #051804 background

This text has white color on #051804 background.


Related colors

Complementary color

Complementary color for #hex is #FAE7FB.


I love getcolorcode.com

Triadic colors

1 #040518 and #180405 with #051804 are triadic colors.

2 #041805 and #180504 with #051804 are triadic colors.