COLOR #054009

HEX: #054009 RGB: (5,64,9)

Color info

#054009 contains red, green and blue colors in about the same proportion. Web safe color of #054009 is #003300 (or #030).

RGB color model

#054009 color RGB value is (5,64,9).

RGB: (5,64,9) (2%, 25%, 4%)

RGB channels and saturation

R 5 of 255 = 2%
G 64 of 255 = 25%
B 9 of 255 = 4%

5
64
9

R + G + B ~ 10%. #054009 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 64 + 9 = 78 (100%)
R 5 of 78 ~ 6.41%
G 64 of 78 ~ 82.05%
B 9 of 78 ~ 11.54'%

%82.05
%11.54

CMYK color model

#054009 color CMYK value is (92,0,86,75).

  • cyan value is 92.19%
  • magenta value is 0.00%
  • yellow value is 85.94%
  • key color value is 74.90%
CMYK: (92,0,86,75) C92M0Y86K75 (92%,0%,86%,75%) (0.92/0.00/0.86/0.75) 

CMYK percentages

%92.19
%0
%85.94
%74.9

Codes

Color #054009 in popluar color models

05 40 09
RGB 5 64 9
HSL 124° 85.51% 13.53%
HSB/HSV 124° 92.19% 25.10%
CMYK 92.19% 0.00% 85.94%
74.90%

Color #054009 in popluar number systems.

HEX 05 40 09
Decimal 5 64 9
Binary 101 1000000 1001
Octal 5 100 11

Shades and tints

Shades of #054009

#054009
(5,64,9)
#053B09
(5,59,9)
#053609
(5,54,9)
#053109
(5,49,9)
#052C09
(5,44,9)
#052709
(5,39,9)
#052209
(5,34,9)
#051D09
(5,29,9)
#051809
(5,24,9)
#051309
(5,19,9)
#050E09
(5,14,9)
#000000
(0,0,0)

Tints of #054009

#054009
(5,64,9)
#1B511F
(27,81,31)
#316235
(49,98,53)
#47734B
(71,115,75)
#5D8461
(93,132,97)
#739577
(115,149,119)
#89A68D
(137,166,141)
#9FB7A3
(159,183,163)
#B5C8B9
(181,200,185)
#CBD9CF
(203,217,207)
#E1EAE5
(225,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #054009 color. Also use rgb(5,64,9) instead hex code.

Text Font Color

.myTextColor { color: #054009; }

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

This text font color is #054009.

Background Color

.myBgColor { background-color: #054009; }

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

This div background color is #054009.

Border color

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

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

This div border color is #054009.

Opacity

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

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

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

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

This text has shadow with #054009 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #054009.

Preview

Color preview on black background

This text has color #054009 on black background.


Color preview on white background

This text has color #054009 on white background.


Black color preview on #054009 background

This text has black color on #054009 background.


White color preview on #054009 background

This text has white color on #054009 background.


Related colors

Complementary color

Complementary color for #hex is #FABFF6.


I love getcolorcode.com

Triadic colors

1 #090540 and #400905 with #054009 are triadic colors.

2 #094005 and #400509 with #054009 are triadic colors.