COLOR #056509

HEX: #056509
RGB: (5,101,9)

Color info

#056509 contains mainly green color. Web safe color of #056509 is #006600 (or #060).

RGB color model

#056509 color RGB value is (5,101,9).

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

RGB channels and saturation

R 5 of 255 = 2%
G 101 of 255 = 40%
B 9 of 255 = 4%

5
101
9

R + G + B ~ 15%. #056509 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 101 + 9 = 115 (100%)
R 5 of 115 ~ 4.35%
G 101 of 115 ~ 87.83%
B 9 of 115 ~ 7.83%

%87.83

CMYK color model

#056509 color CMYK value is (95,0,91,60).

  • cyan value is 95.05%
  • magenta value is 0.00%
  • yellow value is 91.09%
  • key color value is 60.39%
CMYK:
(95,0,91,60)
C95M0Y91K60 
(95%,0%,91%,60%)
(0.95/0.00/0.91/0.60)	

CMYK percentages

%95.05
%0
%91.09
%60.39

Codes

Color #056509 in popluar color models

056509
RGB51019
HSL123°90.57%20.78%
HSB/HSV123°95.05%39.61%
CMYK95.05%0.00%91.09%
60.39%

Color #056509 in popluar number systems.

HEX056509
Decimal51019
Binary10111001011001
Octal514511

Shades and tints

Shades of #056509

#056509
(5,101,9)
#055C09
(5,92,9)
#055309
(5,83,9)
#054A09
(5,74,9)
#054109
(5,65,9)
#053809
(5,56,9)
#052F09
(5,47,9)
#052609
(5,38,9)
#051D09
(5,29,9)
#051409
(5,20,9)
#050B09
(5,11,9)
#000000
(0,0,0)

Tints of #056509

#056509
(5,101,9)
#1B731F
(27,115,31)
#318135
(49,129,53)
#478F4B
(71,143,75)
#5D9D61
(93,157,97)
#73AB77
(115,171,119)
#89B98D
(137,185,141)
#9FC7A3
(159,199,163)
#B5D5B9
(181,213,185)
#CBE3CF
(203,227,207)
#E1F1E5
(225,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #056509; }

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

This text font color is #056509.


Background Color

.myBgColor { background-color: #056509; }

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

This div background color is #056509.


Border color

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

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

This div border color is #056509.


Opacity

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

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

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

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

This text has shadow with #056509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #056509 on black background.


Color preview on white background

This text has color #056509 on white background.



Black color preview on #056509 background

This text has black color on #056509 background.


White color preview on #056509 background

This text has white color on #056509 background.