COLOR #055516

HEX: #055516 RGB: (5,85,22)

Color info

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

RGB color model

#055516 color RGB value is (5,85,22).

RGB: (5,85,22) (2%, 33%, 9%)

RGB channels and saturation

R 5 of 255 = 2%
G 85 of 255 = 33%
B 22 of 255 = 9%

5
85
22

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

Portions of RGB colors in percentages

R + G + B = 5 + 85 + 22 = 112 (100%)
R 5 of 112 ~ 4.46%
G 85 of 112 ~ 75.89%
B 22 of 112 ~ 19.64'%

%75.89
%19.64

CMYK color model

#055516 color CMYK value is (94,0,74,67).

  • cyan value is 94.12%
  • magenta value is 0.00%
  • yellow value is 74.12%
  • key color value is 66.67%

CMYK: (94,0,74,67)
C94M0Y74K67 (94%, 0%, 74%, 67%)
(0.94 / 0.00 / 0.74 / 0.67)

CMYK percentages

%94.12
%0
%74.12
%66.67

Codes

Color #055516 in popluar color models

05 55 16
RGB 5 85 22
HSL 133° 88.89% 17.65%
HSB/HSV 133° 94.12% 33.33%
CMYK 94.12% 0.00% 74.12%
66.67%

Color #055516 in popluar number systems.

HEX 05 55 16
Decimal 5 85 22
Binary 101 1010101 10110
Octal 5 125 26

Shades and tints

Shades of #055516

#055516
(5,85,22)
#054E14
(5,78,20)
#054712
(5,71,18)
#054010
(5,64,16)
#05390E
(5,57,14)
#05320C
(5,50,12)
#052B0A
(5,43,10)
#052408
(5,36,8)
#051D06
(5,29,6)
#051604
(5,22,4)
#050F02
(5,15,2)
#000000
(0,0,0)

Tints of #055516

#055516
(5,85,22)
#1B642B
(27,100,43)
#317340
(49,115,64)
#478255
(71,130,85)
#5D916A
(93,145,106)
#73A07F
(115,160,127)
#89AF94
(137,175,148)
#9FBEA9
(159,190,169)
#B5CDBE
(181,205,190)
#CBDCD3
(203,220,211)
#E1EBE8
(225,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #055516 color. Also use rgb(5,85,22) instead hex code.

Text Font Color

.myTextColor { color: #055516; }

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

This text font color is #055516.

Background Color

.myBgColor { background-color: #055516; }

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

This div background color is #055516.

Border color

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

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

This div border color is #055516.

Opacity

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

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

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

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

This text has shadow with #055516 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #055516.

Preview

Color preview on black background

This text has color #055516 on black background.


Color preview on white background

This text has color #055516 on white background.


Black color preview on #055516 background

This text has black color on #055516 background.


White color preview on #055516 background

This text has white color on #055516 background.


Related colors

Complementary color

Complementary color for #hex is #FAAAE9.


I love getcolorcode.com

Triadic colors

1 #160555 and #551605 with #055516 are triadic colors.

2 #165505 and #550516 with #055516 are triadic colors.