COLOR #055E1F

HEX: #055E1F
RGB: (5,94,31)

Color info

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

RGB color model

#055E1F color RGB value is (5,94,31).

  • red value is 5;
  • green value is 94;
  • blue value is 31.
RGB:
(5,94,31)
(2%,37%,12%)

RGB channels and saturation

R 5 of 255 = 2%
G 94 of 255 = 37%
B 31 of 255 = 12%

5
94
31

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

Portions of RGB colors in percentages

R + G + B =
5 + 94 + 31 = 130 (100%)
R 5 of 130 ~ 3.85%
G 94 of 130 ~ 72.31%
B 31 of 130 ~ 23.85%

%72.31
%23.85

CMYK color model

#055E1F color CMYK value is (95,0,67,63).

  • cyan value is 94.68%
  • magenta value is 0.00%
  • yellow value is 67.02%
  • key color value is 63.14%
CMYK:
(95,0,67,63)
C95M0Y67K63 
(95%,0%,67%,63%)
(0.95/0.00/0.67/0.63)	

CMYK percentages

%94.68
%0
%67.02
%63.14

Codes

Color #055E1F in popluar color models

055E1F
RGB59431
HSL138°89.90%19.41%
HSB/HSV138°94.68%36.86%
CMYK94.68%0.00%67.02%
63.14%

Color #055E1F in popluar number systems.

HEX055E1F
Decimal59431
Binary101101111011111
Octal513637

Shades and tints

Shades of #055E1F

#055E1F
(5,94,31)
#05561D
(5,86,29)
#054E1B
(5,78,27)
#054619
(5,70,25)
#053E17
(5,62,23)
#053615
(5,54,21)
#052E13
(5,46,19)
#052611
(5,38,17)
#051E0F
(5,30,15)
#05160D
(5,22,13)
#050E0B
(5,14,11)
#000000
(0,0,0)

Tints of #055E1F

#055E1F
(5,94,31)
#1B6C33
(27,108,51)
#317A47
(49,122,71)
#47885B
(71,136,91)
#5D966F
(93,150,111)
#73A483
(115,164,131)
#89B297
(137,178,151)
#9FC0AB
(159,192,171)
#B5CEBF
(181,206,191)
#CBDCD3
(203,220,211)
#E1EAE7
(225,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #055E1F color. Also use rgb(5,94,31) instead hex code.

Text Font Color

.myTextColor { color: #055E1F; }

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

This text font color is #055E1F.


Background Color

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

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

This div background color is #055E1F.


Border color

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

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

This div border color is #055E1F.


Opacity

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

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

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

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

This text has shadow with #055E1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #055E1F on black background.


Color preview on white background

This text has color #055E1F on white background.



Black color preview on #055E1F background

This text has black color on #055E1F background.


White color preview on #055E1F background

This text has white color on #055E1F background.