COLOR #054609

HEX: #054609
RGB: (5,70,9)

Color info

#054609 contains mainly green color. Web safe color of #054609 is #003300 (or #030).

RGB color model

#054609 color RGB value is (5,70,9).

  • red value is 5;
  • green value is 70;
  • blue value is 9.
RGB:
(5,70,9)
(2%,27%,4%)

RGB channels and saturation

R 5 of 255 = 2%
G 70 of 255 = 27%
B 9 of 255 = 4%

5
70
9

R + G + B ~ 11%. #054609 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 70 + 9 = 84 (100%)
R 5 of 84 ~ 5.95%
G 70 of 84 ~ 83.33%
B 9 of 84 ~ 10.71%

%83.33
%10.71

CMYK color model

#054609 color CMYK value is (93,0,87,73).

  • cyan value is 92.86%
  • magenta value is 0.00%
  • yellow value is 87.14%
  • key color value is 72.55%
CMYK:
(93,0,87,73)
C93M0Y87K73 
(93%,0%,87%,73%)
(0.93/0.00/0.87/0.73)	

CMYK percentages

%92.86
%0
%87.14
%72.55

Codes

Color #054609 in popluar color models

054609
RGB5709
HSL124°86.67%14.71%
HSB/HSV124°92.86%27.45%
CMYK92.86%0.00%87.14%
72.55%

Color #054609 in popluar number systems.

HEX054609
Decimal5709
Binary10110001101001
Octal510611

Shades and tints

Shades of #054609

#054609
(5,70,9)
#054009
(5,64,9)
#053A09
(5,58,9)
#053409
(5,52,9)
#052E09
(5,46,9)
#052809
(5,40,9)
#052209
(5,34,9)
#051C09
(5,28,9)
#051609
(5,22,9)
#051009
(5,16,9)
#050A09
(5,10,9)
#000000
(0,0,0)

Tints of #054609

#054609
(5,70,9)
#1B561F
(27,86,31)
#316635
(49,102,53)
#47764B
(71,118,75)
#5D8661
(93,134,97)
#739677
(115,150,119)
#89A68D
(137,166,141)
#9FB6A3
(159,182,163)
#B5C6B9
(181,198,185)
#CBD6CF
(203,214,207)
#E1E6E5
(225,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #054609; }

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

This text font color is #054609.


Background Color

.myBgColor { background-color: #054609; }

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

This div background color is #054609.


Border color

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

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

This div border color is #054609.


Opacity

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

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

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

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

This text has shadow with #054609 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #054609 on black background.


Color preview on white background

This text has color #054609 on white background.



Black color preview on #054609 background

This text has black color on #054609 background.


White color preview on #054609 background

This text has white color on #054609 background.