COLOR #055C09

HEX: #055C09
RGB: (5,92,9)

Color info

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

RGB color model

#055C09 color RGB value is (5,92,9).

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

RGB channels and saturation

R 5 of 255 = 2%
G 92 of 255 = 36%
B 9 of 255 = 4%

5
92
9

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

Portions of RGB colors in percentages

R + G + B =
5 + 92 + 9 = 106 (100%)
R 5 of 106 ~ 4.72%
G 92 of 106 ~ 86.79%
B 9 of 106 ~ 8.49%

%86.79

CMYK color model

#055C09 color CMYK value is (95,0,90,64).

  • cyan value is 94.57%
  • magenta value is 0.00%
  • yellow value is 90.22%
  • key color value is 63.92%
CMYK:
(95,0,90,64)
C95M0Y90K64 
(95%,0%,90%,64%)
(0.95/0.00/0.90/0.64)	

CMYK percentages

%94.57
%0
%90.22
%63.92

Codes

Color #055C09 in popluar color models

055C09
RGB5929
HSL123°89.69%19.02%
HSB/HSV123°94.57%36.08%
CMYK94.57%0.00%90.22%
63.92%

Color #055C09 in popluar number systems.

HEX055C09
Decimal5929
Binary10110111001001
Octal513411

Shades and tints

Shades of #055C09

#055C09
(5,92,9)
#055409
(5,84,9)
#054C09
(5,76,9)
#054409
(5,68,9)
#053C09
(5,60,9)
#053409
(5,52,9)
#052C09
(5,44,9)
#052409
(5,36,9)
#051C09
(5,28,9)
#051409
(5,20,9)
#050C09
(5,12,9)
#000000
(0,0,0)

Tints of #055C09

#055C09
(5,92,9)
#1B6A1F
(27,106,31)
#317835
(49,120,53)
#47864B
(71,134,75)
#5D9461
(93,148,97)
#73A277
(115,162,119)
#89B08D
(137,176,141)
#9FBEA3
(159,190,163)
#B5CCB9
(181,204,185)
#CBDACF
(203,218,207)
#E1E8E5
(225,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #055C09; }

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

This text font color is #055C09.


Background Color

.myBgColor { background-color: #055C09; }

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

This div background color is #055C09.


Border color

.myBorderColor { border: 1px solid #055C09; }

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

This div border color is #055C09.


Opacity

.myOpacity80 { color: #055C09; opacity: 0.8; }

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

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

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

This text has shadow with #055C09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #055C09 on black background.


Color preview on white background

This text has color #055C09 on white background.



Black color preview on #055C09 background

This text has black color on #055C09 background.


White color preview on #055C09 background

This text has white color on #055C09 background.