COLOR #055309

HEX: #055309
RGB: (5,83,9)

Color info

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

RGB color model

#055309 color RGB value is (5,83,9).

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

RGB channels and saturation

R 5 of 255 = 2%
G 83 of 255 = 33%
B 9 of 255 = 4%

5
83
9

R + G + B ~ 13%. #055309 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 83 + 9 = 97 (100%)
R 5 of 97 ~ 5.15%
G 83 of 97 ~ 85.57%
B 9 of 97 ~ 9.28%

%85.57

CMYK color model

#055309 color CMYK value is (94,0,89,67).

  • cyan value is 93.98%
  • magenta value is 0.00%
  • yellow value is 89.16%
  • key color value is 67.45%
CMYK:
(94,0,89,67)
C94M0Y89K67 
(94%,0%,89%,67%)
(0.94/0.00/0.89/0.67)	

CMYK percentages

%93.98
%0
%89.16
%67.45

Codes

Color #055309 in popluar color models

055309
RGB5839
HSL123°88.64%17.25%
HSB/HSV123°93.98%32.55%
CMYK93.98%0.00%89.16%
67.45%

Color #055309 in popluar number systems.

HEX055309
Decimal5839
Binary10110100111001
Octal512311

Shades and tints

Shades of #055309

#055309
(5,83,9)
#054C09
(5,76,9)
#054509
(5,69,9)
#053E09
(5,62,9)
#053709
(5,55,9)
#053009
(5,48,9)
#052909
(5,41,9)
#052209
(5,34,9)
#051B09
(5,27,9)
#051409
(5,20,9)
#050D09
(5,13,9)
#000000
(0,0,0)

Tints of #055309

#055309
(5,83,9)
#1B621F
(27,98,31)
#317135
(49,113,53)
#47804B
(71,128,75)
#5D8F61
(93,143,97)
#739E77
(115,158,119)
#89AD8D
(137,173,141)
#9FBCA3
(159,188,163)
#B5CBB9
(181,203,185)
#CBDACF
(203,218,207)
#E1E9E5
(225,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #055309; }

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

This text font color is #055309.


Background Color

.myBgColor { background-color: #055309; }

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

This div background color is #055309.


Border color

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

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

This div border color is #055309.


Opacity

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

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

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

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

This text has shadow with #055309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #055309 on black background.


Color preview on white background

This text has color #055309 on white background.



Black color preview on #055309 background

This text has black color on #055309 background.


White color preview on #055309 background

This text has white color on #055309 background.