COLOR #005616

HEX: #005616
RGB: (0,86,22)

Color info

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

RGB color model

#005616 color RGB value is (0,86,22).

  • red value is 0;
  • green value is 86;
  • blue value is 22.
RGB:
(0,86,22)
(0%,34%,9%)

RGB channels and saturation

R 0 of 255 = 0%
G 86 of 255 = 34%
B 22 of 255 = 9%

0
86
22

R + G + B ~ 14%. #005616 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 86 + 22 = 108 (100%)
R 0 of 108 ~ 0%
G 86 of 108 ~ 79.63%
B 22 of 108 ~ 20.37%

%79.63
%20.37

CMYK color model

#005616 color CMYK value is (100,0,74,66).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 74.42%
  • key color value is 66.27%
CMYK:
(100,0,74,66)
C100M0Y74K66 
(100%,0%,74%,66%)
(1.00/0.00/0.74/0.66)	

CMYK percentages

%100
%0
%74.42
%66.27

Codes

Color #005616 in popluar color models

005616
RGB08622
HSL135°100.00%16.86%
HSB/HSV135°100.00%33.73%
CMYK100.00%0.00%74.42%
66.27%

Color #005616 in popluar number systems.

HEX005616
Decimal08622
Binary0101011010110
Octal012626

Shades and tints

Shades of #005616

#005616
(0,86,22)
#004F14
(0,79,20)
#004812
(0,72,18)
#004110
(0,65,16)
#003A0E
(0,58,14)
#00330C
(0,51,12)
#002C0A
(0,44,10)
#002508
(0,37,8)
#001E06
(0,30,6)
#001704
(0,23,4)
#001002
(0,16,2)
#000000
(0,0,0)

Tints of #005616

#005616
(0,86,22)
#17652B
(23,101,43)
#2E7440
(46,116,64)
#458355
(69,131,85)
#5C926A
(92,146,106)
#73A17F
(115,161,127)
#8AB094
(138,176,148)
#A1BFA9
(161,191,169)
#B8CEBE
(184,206,190)
#CFDDD3
(207,221,211)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #005616 color. Also use rgb(0,86,22) instead hex code.

Text Font Color

.myTextColor { color: #005616; }

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

This text font color is #005616.


Background Color

.myBgColor { background-color: #005616; }

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

This div background color is #005616.


Border color

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

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

This div border color is #005616.


Opacity

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

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

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

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

This text has shadow with #005616 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005616 on black background.


Color preview on white background

This text has color #005616 on white background.



Black color preview on #005616 background

This text has black color on #005616 background.


White color preview on #005616 background

This text has white color on #005616 background.