COLOR #05551F

HEX: #05551F
RGB: (5,85,31)

Color info

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

RGB color model

#05551F color RGB value is (5,85,31).

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

RGB channels and saturation

R 5 of 255 = 2%
G 85 of 255 = 33%
B 31 of 255 = 12%

5
85
31

R + G + B ~ 16%. #05551F is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 85 + 31 = 121 (100%)
R 5 of 121 ~ 4.13%
G 85 of 121 ~ 70.25%
B 31 of 121 ~ 25.62%

%70.25
%25.62

CMYK color model

#05551F color CMYK value is (94,0,64,67).

  • cyan value is 94.12%
  • magenta value is 0.00%
  • yellow value is 63.53%
  • key color value is 66.67%
CMYK:
(94,0,64,67)
C94M0Y64K67 
(94%,0%,64%,67%)
(0.94/0.00/0.64/0.67)	

CMYK percentages

%94.12
%0
%63.53
%66.67

Codes

Color #05551F in popluar color models

05551F
RGB58531
HSL140°88.89%17.65%
HSB/HSV140°94.12%33.33%
CMYK94.12%0.00%63.53%
66.67%

Color #05551F in popluar number systems.

HEX05551F
Decimal58531
Binary101101010111111
Octal512537

Shades and tints

Shades of #05551F

#05551F
(5,85,31)
#054E1D
(5,78,29)
#05471B
(5,71,27)
#054019
(5,64,25)
#053917
(5,57,23)
#053215
(5,50,21)
#052B13
(5,43,19)
#052411
(5,36,17)
#051D0F
(5,29,15)
#05160D
(5,22,13)
#050F0B
(5,15,11)
#000000
(0,0,0)

Tints of #05551F

#05551F
(5,85,31)
#1B6433
(27,100,51)
#317347
(49,115,71)
#47825B
(71,130,91)
#5D916F
(93,145,111)
#73A083
(115,160,131)
#89AF97
(137,175,151)
#9FBEAB
(159,190,171)
#B5CDBF
(181,205,191)
#CBDCD3
(203,220,211)
#E1EBE7
(225,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05551F color. Also use rgb(5,85,31) instead hex code.

Text Font Color

.myTextColor { color: #05551F; }

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

This text font color is #05551F.


Background Color

.myBgColor { background-color: #05551F; }

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

This div background color is #05551F.


Border color

.myBorderColor { border: 1px solid #05551F; }

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

This div border color is #05551F.


Opacity

.myOpacity80 { color: #05551F; opacity: 0.8; }

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

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

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

This text has shadow with #05551F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05551F on black background.


Color preview on white background

This text has color #05551F on white background.



Black color preview on #05551F background

This text has black color on #05551F background.


White color preview on #05551F background

This text has white color on #05551F background.