COLOR #054906

HEX: #054906 RGB: (5,73,6)

Color info

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

RGB color model

#054906 color RGB value is (5,73,6).

RGB: (5,73,6) (2%, 29%, 2%)

RGB channels and saturation

R 5 of 255 = 2%
G 73 of 255 = 29%
B 6 of 255 = 2%

5
73
6

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

Portions of RGB colors in percentages

R + G + B = 5 + 73 + 6 = 84 (100%)
R 5 of 84 ~ 5.95%
G 73 of 84 ~ 86.9%
B 6 of 84 ~ 7.14'%

%86.9

CMYK color model

#054906 color CMYK value is (93,0,92,71).

  • cyan value is 93.15%
  • magenta value is 0.00%
  • yellow value is 91.78%
  • key color value is 71.37%

CMYK: (93,0,92,71)
C93M0Y92K71 (93%, 0%, 92%, 71%)
(0.93 / 0.00 / 0.92 / 0.71)

CMYK percentages

%93.15
%0
%91.78
%71.37

Codes

Color #054906 in popluar color models

05 49 06
RGB 5 73 6
HSL 121° 87.18% 15.29%
HSB/HSV 121° 93.15% 28.63%
CMYK 93.15% 0.00% 91.78%
71.37%

Color #054906 in popluar number systems.

HEX 05 49 06
Decimal 5 73 6
Binary 101 1001001 110
Octal 5 111 6

Shades and tints

Shades of #054906

#054906
(5,73,6)
#054306
(5,67,6)
#053D06
(5,61,6)
#053706
(5,55,6)
#053106
(5,49,6)
#052B06
(5,43,6)
#052506
(5,37,6)
#051F06
(5,31,6)
#051906
(5,25,6)
#051306
(5,19,6)
#050D06
(5,13,6)
#000000
(0,0,0)

Tints of #054906

#054906
(5,73,6)
#1B591C
(27,89,28)
#316932
(49,105,50)
#477948
(71,121,72)
#5D895E
(93,137,94)
#739974
(115,153,116)
#89A98A
(137,169,138)
#9FB9A0
(159,185,160)
#B5C9B6
(181,201,182)
#CBD9CC
(203,217,204)
#E1E9E2
(225,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #054906 color. Also use rgb(5,73,6) instead hex code.

Text Font Color

.myTextColor { color: #054906; }

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

This text font color is #054906.

Background Color

.myBgColor { background-color: #054906; }

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

This div background color is #054906.

Border color

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

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

This div border color is #054906.

Opacity

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

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

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

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

This text has shadow with #054906 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #054906.

Preview

Color preview on black background

This text has color #054906 on black background.


Color preview on white background

This text has color #054906 on white background.


Black color preview on #054906 background

This text has black color on #054906 background.


White color preview on #054906 background

This text has white color on #054906 background.


Related colors

Complementary color

Complementary color for #hex is #FAB6F9.


I love getcolorcode.com

Triadic colors

1 #060549 and #490605 with #054906 are triadic colors.

2 #064905 and #490506 with #054906 are triadic colors.