COLOR #055C1E

HEX: #055C1E
RGB: (5,92,30)

Color info

#055C1E contains mainly green color. Web safe color of #055C1E is #006633 (or #063).

RGB color model

#055C1E color RGB value is (5,92,30).

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

RGB channels and saturation

R 5 of 255 = 2%
G 92 of 255 = 36%
B 30 of 255 = 12%

5
92
30

R + G + B ~ 17%. #055C1E is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 92 + 30 = 127 (100%)
R 5 of 127 ~ 3.94%
G 92 of 127 ~ 72.44%
B 30 of 127 ~ 23.62%

%72.44
%23.62

CMYK color model

#055C1E color CMYK value is (95,0,67,64).

  • cyan value is 94.57%
  • magenta value is 0.00%
  • yellow value is 67.39%
  • key color value is 63.92%
CMYK:
(95,0,67,64)
C95M0Y67K64 
(95%,0%,67%,64%)
(0.95/0.00/0.67/0.64)	

CMYK percentages

%94.57
%0
%67.39
%63.92

Codes

Color #055C1E in popluar color models

055C1E
RGB59230
HSL137°89.69%19.02%
HSB/HSV137°94.57%36.08%
CMYK94.57%0.00%67.39%
63.92%

Color #055C1E in popluar number systems.

HEX055C1E
Decimal59230
Binary101101110011110
Octal513436

Shades and tints

Shades of #055C1E

#055C1E
(5,92,30)
#05541C
(5,84,28)
#054C1A
(5,76,26)
#054418
(5,68,24)
#053C16
(5,60,22)
#053414
(5,52,20)
#052C12
(5,44,18)
#052410
(5,36,16)
#051C0E
(5,28,14)
#05140C
(5,20,12)
#050C0A
(5,12,10)
#000000
(0,0,0)

Tints of #055C1E

#055C1E
(5,92,30)
#1B6A32
(27,106,50)
#317846
(49,120,70)
#47865A
(71,134,90)
#5D946E
(93,148,110)
#73A282
(115,162,130)
#89B096
(137,176,150)
#9FBEAA
(159,190,170)
#B5CCBE
(181,204,190)
#CBDAD2
(203,218,210)
#E1E8E6
(225,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #055C1E; }

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

This text font color is #055C1E.


Background Color

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

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

This div background color is #055C1E.


Border color

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

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

This div border color is #055C1E.


Opacity

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

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

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

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

This text has shadow with #055C1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #055C1E on black background.


Color preview on white background

This text has color #055C1E on white background.



Black color preview on #055C1E background

This text has black color on #055C1E background.


White color preview on #055C1E background

This text has white color on #055C1E background.