COLOR #055B2C

HEX: #055B2C
RGB: (5,91,44)

Color info

#055B2C contains mainly green and blue colors. Web safe color of #055B2C is #006633 (or #063).

RGB color model

#055B2C color RGB value is (5,91,44).

  • red value is 5;
  • green value is 91;
  • blue value is 44.
RGB:
(5,91,44)
(2%,36%,17%)

RGB channels and saturation

R 5 of 255 = 2%
G 91 of 255 = 36%
B 44 of 255 = 17%

5
91
44

R + G + B ~ 18%. #055B2C is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 91 + 44 = 140 (100%)
R 5 of 140 ~ 3.57%
G 91 of 140 ~ 65%
B 44 of 140 ~ 31.43%

%65
%31.43

CMYK color model

#055B2C color CMYK value is (95,0,52,64).

  • cyan value is 94.51%
  • magenta value is 0.00%
  • yellow value is 51.65%
  • key color value is 64.31%
CMYK:
(95,0,52,64)
C95M0Y52K64 
(95%,0%,52%,64%)
(0.95/0.00/0.52/0.64)	

CMYK percentages

%94.51
%0
%51.65
%64.31

Codes

Color #055B2C in popluar color models

055B2C
RGB59144
HSL147°89.58%18.82%
HSB/HSV147°94.51%35.69%
CMYK94.51%0.00%51.65%
64.31%

Color #055B2C in popluar number systems.

HEX055B2C
Decimal59144
Binary1011011011101100
Octal513354

Shades and tints

Shades of #055B2C

#055B2C
(5,91,44)
#055328
(5,83,40)
#054B24
(5,75,36)
#054320
(5,67,32)
#053B1C
(5,59,28)
#053318
(5,51,24)
#052B14
(5,43,20)
#052310
(5,35,16)
#051B0C
(5,27,12)
#051308
(5,19,8)
#050B04
(5,11,4)
#000000
(0,0,0)

Tints of #055B2C

#055B2C
(5,91,44)
#1B693F
(27,105,63)
#317752
(49,119,82)
#478565
(71,133,101)
#5D9378
(93,147,120)
#73A18B
(115,161,139)
#89AF9E
(137,175,158)
#9FBDB1
(159,189,177)
#B5CBC4
(181,203,196)
#CBD9D7
(203,217,215)
#E1E7EA
(225,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #055B2C color. Also use rgb(5,91,44) instead hex code.

Text Font Color

.myTextColor { color: #055B2C; }

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

This text font color is #055B2C.


Background Color

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

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

This div background color is #055B2C.


Border color

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

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

This div border color is #055B2C.


Opacity

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

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

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

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

This text has shadow with #055B2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #055B2C on black background.


Color preview on white background

This text has color #055B2C on white background.



Black color preview on #055B2C background

This text has black color on #055B2C background.


White color preview on #055B2C background

This text has white color on #055B2C background.