COLOR #055512

HEX: #055512
RGB: (5,85,18)

Color info

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

RGB color model

#055512 color RGB value is (5,85,18).

  • red value is 5;
  • green value is 85;
  • blue value is 18.
RGB:
(5,85,18)
(2%,33%,7%)

RGB channels and saturation

R 5 of 255 = 2%
G 85 of 255 = 33%
B 18 of 255 = 7%

5
85
18

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

Portions of RGB colors in percentages

R + G + B =
5 + 85 + 18 = 108 (100%)
R 5 of 108 ~ 4.63%
G 85 of 108 ~ 78.7%
B 18 of 108 ~ 16.67%

%78.7
%16.67

CMYK color model

#055512 color CMYK value is (94,0,79,67).

  • cyan value is 94.12%
  • magenta value is 0.00%
  • yellow value is 78.82%
  • key color value is 66.67%
CMYK:
(94,0,79,67)
C94M0Y79K67 
(94%,0%,79%,67%)
(0.94/0.00/0.79/0.67)	

CMYK percentages

%94.12
%0
%78.82
%66.67

Codes

Color #055512 in popluar color models

055512
RGB58518
HSL130°88.89%17.65%
HSB/HSV130°94.12%33.33%
CMYK94.12%0.00%78.82%
66.67%

Color #055512 in popluar number systems.

HEX055512
Decimal58518
Binary101101010110010
Octal512522

Shades and tints

Shades of #055512

#055512
(5,85,18)
#054E11
(5,78,17)
#054710
(5,71,16)
#05400F
(5,64,15)
#05390E
(5,57,14)
#05320D
(5,50,13)
#052B0C
(5,43,12)
#05240B
(5,36,11)
#051D0A
(5,29,10)
#051609
(5,22,9)
#050F08
(5,15,8)
#000000
(0,0,0)

Tints of #055512

#055512
(5,85,18)
#1B6427
(27,100,39)
#31733C
(49,115,60)
#478251
(71,130,81)
#5D9166
(93,145,102)
#73A07B
(115,160,123)
#89AF90
(137,175,144)
#9FBEA5
(159,190,165)
#B5CDBA
(181,205,186)
#CBDCCF
(203,220,207)
#E1EBE4
(225,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #055512; }

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

This text font color is #055512.


Background Color

.myBgColor { background-color: #055512; }

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

This div background color is #055512.


Border color

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

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

This div border color is #055512.


Opacity

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

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

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

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

This text has shadow with #055512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #055512 on black background.


Color preview on white background

This text has color #055512 on white background.



Black color preview on #055512 background

This text has black color on #055512 background.


White color preview on #055512 background

This text has white color on #055512 background.