COLOR #00522B

HEX: #00522B
RGB: (0,82,43)

Color info

#00522B contains only green and blue colors. Web safe color of #00522B is #006633 (or #063).

RGB color model

#00522B color RGB value is (0,82,43).

  • red value is 0;
  • green value is 82;
  • blue value is 43.
RGB:
(0,82,43)
(0%,32%,17%)

RGB channels and saturation

R 0 of 255 = 0%
G 82 of 255 = 32%
B 43 of 255 = 17%

0
82
43

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

Portions of RGB colors in percentages

R + G + B =
0 + 82 + 43 = 125 (100%)
R 0 of 125 ~ 0%
G 82 of 125 ~ 65.6%
B 43 of 125 ~ 34.4%

%65.6
%34.4

CMYK color model

#00522B color CMYK value is (100,0,48,68).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 47.56%
  • key color value is 67.84%
CMYK:
(100,0,48,68)
C100M0Y48K68 
(100%,0%,48%,68%)
(1.00/0.00/0.48/0.68)	

CMYK percentages

%100
%0
%47.56
%67.84

Codes

Color #00522B in popluar color models

00522B
RGB08243
HSL151°100.00%16.08%
HSB/HSV151°100.00%32.16%
CMYK100.00%0.00%47.56%
67.84%

Color #00522B in popluar number systems.

HEX00522B
Decimal08243
Binary01010010101011
Octal012253

Shades and tints

Shades of #00522B

#00522B
(0,82,43)
#004B28
(0,75,40)
#004425
(0,68,37)
#003D22
(0,61,34)
#00361F
(0,54,31)
#002F1C
(0,47,28)
#002819
(0,40,25)
#002116
(0,33,22)
#001A13
(0,26,19)
#001310
(0,19,16)
#000C0D
(0,12,13)
#000000
(0,0,0)

Tints of #00522B

#00522B
(0,82,43)
#17613E
(23,97,62)
#2E7051
(46,112,81)
#457F64
(69,127,100)
#5C8E77
(92,142,119)
#739D8A
(115,157,138)
#8AAC9D
(138,172,157)
#A1BBB0
(161,187,176)
#B8CAC3
(184,202,195)
#CFD9D6
(207,217,214)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00522B color. Also use rgb(0,82,43) instead hex code.

Text Font Color

.myTextColor { color: #00522B; }

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

This text font color is #00522B.


Background Color

.myBgColor { background-color: #00522B; }

<div style="background-color:#00522B">Inner text</div>

This div background color is #00522B.


Border color

.myBorderColor { border: 1px solid #00522B; }

<div style="border:3px solid #00522B">Div</div>

This div border color is #00522B.


Opacity

.myOpacity80 { color: #00522B; opacity: 0.8; }

<p style="color:#00522B;opacity:0.8;">80%</p>

Text with #00522B 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 #00522B;}

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

This text has shadow with #00522B color.

.textShadow {text-shadow: 3px 3px 1px #00522B, 3px 3px 1px red;}

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

This text has shadow with #00522B primary color and red secondary color.


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

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

This text has shadow with #00522B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00522B on black background.


Color preview on white background

This text has color #00522B on white background.



Black color preview on #00522B background

This text has black color on #00522B background.


White color preview on #00522B background

This text has white color on #00522B background.