COLOR #055B1A

HEX: #055B1A
RGB: (5,91,26)

Color info

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

RGB color model

#055B1A color RGB value is (5,91,26).

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

RGB channels and saturation

R 5 of 255 = 2%
G 91 of 255 = 36%
B 26 of 255 = 10%

5
91
26

R + G + B ~ 16%. #055B1A is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 91 + 26 = 122 (100%)
R 5 of 122 ~ 4.1%
G 91 of 122 ~ 74.59%
B 26 of 122 ~ 21.31%

%74.59
%21.31

CMYK color model

#055B1A color CMYK value is (95,0,71,64).

  • cyan value is 94.51%
  • magenta value is 0.00%
  • yellow value is 71.43%
  • key color value is 64.31%
CMYK:
(95,0,71,64)
C95M0Y71K64 
(95%,0%,71%,64%)
(0.95/0.00/0.71/0.64)	

CMYK percentages

%94.51
%0
%71.43
%64.31

Codes

Color #055B1A in popluar color models

055B1A
RGB59126
HSL135°89.58%18.82%
HSB/HSV135°94.51%35.69%
CMYK94.51%0.00%71.43%
64.31%

Color #055B1A in popluar number systems.

HEX055B1A
Decimal59126
Binary101101101111010
Octal513332

Shades and tints

Shades of #055B1A

#055B1A
(5,91,26)
#055318
(5,83,24)
#054B16
(5,75,22)
#054314
(5,67,20)
#053B12
(5,59,18)
#053310
(5,51,16)
#052B0E
(5,43,14)
#05230C
(5,35,12)
#051B0A
(5,27,10)
#051308
(5,19,8)
#050B06
(5,11,6)
#000000
(0,0,0)

Tints of #055B1A

#055B1A
(5,91,26)
#1B692E
(27,105,46)
#317742
(49,119,66)
#478556
(71,133,86)
#5D936A
(93,147,106)
#73A17E
(115,161,126)
#89AF92
(137,175,146)
#9FBDA6
(159,189,166)
#B5CBBA
(181,203,186)
#CBD9CE
(203,217,206)
#E1E7E2
(225,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #055B1A; }

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

This text font color is #055B1A.


Background Color

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

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

This div background color is #055B1A.


Border color

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

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

This div border color is #055B1A.


Opacity

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

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

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

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

This text has shadow with #055B1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #055B1A on black background.


Color preview on white background

This text has color #055B1A on white background.



Black color preview on #055B1A background

This text has black color on #055B1A background.


White color preview on #055B1A background

This text has white color on #055B1A background.