COLOR #05521E

HEX: #05521E
RGB: (5,82,30)

Color info

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

RGB color model

#05521E color RGB value is (5,82,30).

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

RGB channels and saturation

R 5 of 255 = 2%
G 82 of 255 = 32%
B 30 of 255 = 12%

5
82
30

R + G + B ~ 15%. #05521E is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 82 + 30 = 117 (100%)
R 5 of 117 ~ 4.27%
G 82 of 117 ~ 70.09%
B 30 of 117 ~ 25.64%

%70.09
%25.64

CMYK color model

#05521E color CMYK value is (94,0,63,68).

  • cyan value is 93.90%
  • magenta value is 0.00%
  • yellow value is 63.41%
  • key color value is 67.84%
CMYK:
(94,0,63,68)
C94M0Y63K68 
(94%,0%,63%,68%)
(0.94/0.00/0.63/0.68)	

CMYK percentages

%93.9
%0
%63.41
%67.84

Codes

Color #05521E in popluar color models

05521E
RGB58230
HSL139°88.51%17.06%
HSB/HSV139°93.90%32.16%
CMYK93.90%0.00%63.41%
67.84%

Color #05521E in popluar number systems.

HEX05521E
Decimal58230
Binary101101001011110
Octal512236

Shades and tints

Shades of #05521E

#05521E
(5,82,30)
#054B1C
(5,75,28)
#05441A
(5,68,26)
#053D18
(5,61,24)
#053616
(5,54,22)
#052F14
(5,47,20)
#052812
(5,40,18)
#052110
(5,33,16)
#051A0E
(5,26,14)
#05130C
(5,19,12)
#050C0A
(5,12,10)
#000000
(0,0,0)

Tints of #05521E

#05521E
(5,82,30)
#1B6132
(27,97,50)
#317046
(49,112,70)
#477F5A
(71,127,90)
#5D8E6E
(93,142,110)
#739D82
(115,157,130)
#89AC96
(137,172,150)
#9FBBAA
(159,187,170)
#B5CABE
(181,202,190)
#CBD9D2
(203,217,210)
#E1E8E6
(225,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05521E color. Also use rgb(5,82,30) instead hex code.

Text Font Color

.myTextColor { color: #05521E; }

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

This text font color is #05521E.


Background Color

.myBgColor { background-color: #05521E; }

<div style="background-color:#05521E">Inner text</div>

This div background color is #05521E.


Border color

.myBorderColor { border: 1px solid #05521E; }

<div style="border:3px solid #05521E">Div</div>

This div border color is #05521E.


Opacity

.myOpacity80 { color: #05521E; opacity: 0.8; }

<p style="color:#05521E;opacity:0.8;">80%</p>

Text with #05521E 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 #05521E;}

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

This text has shadow with #05521E color.

.textShadow {text-shadow: 3px 3px 1px #05521E, 3px 3px 1px red;}

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

This text has shadow with #05521E primary color and red secondary color.


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

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

This text has shadow with #05521E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05521E on black background.


Color preview on white background

This text has color #05521E on white background.



Black color preview on #05521E background

This text has black color on #05521E background.


White color preview on #05521E background

This text has white color on #05521E background.