COLOR #00523E

HEX: #00523E
RGB: (0,82,62)

Color info

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

RGB color model

#00523E color RGB value is (0,82,62).

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

RGB channels and saturation

R 0 of 255 = 0%
G 82 of 255 = 32%
B 62 of 255 = 24%

0
82
62

R + G + B ~ 19%. #00523E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 82 + 62 = 144 (100%)
R 0 of 144 ~ 0%
G 82 of 144 ~ 56.94%
B 62 of 144 ~ 43.06%

%56.94
%43.06

CMYK color model

#00523E color CMYK value is (100,0,24,68).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 24.39%
  • key color value is 67.84%
CMYK:
(100,0,24,68)
C100M0Y24K68 
(100%,0%,24%,68%)
(1.00/0.00/0.24/0.68)	

CMYK percentages

%100
%0
%24.39
%67.84

Codes

Color #00523E in popluar color models

00523E
RGB08262
HSL165°100.00%16.08%
HSB/HSV165°100.00%32.16%
CMYK100.00%0.00%24.39%
67.84%

Color #00523E in popluar number systems.

HEX00523E
Decimal08262
Binary01010010111110
Octal012276

Shades and tints

Shades of #00523E

#00523E
(0,82,62)
#004B39
(0,75,57)
#004434
(0,68,52)
#003D2F
(0,61,47)
#00362A
(0,54,42)
#002F25
(0,47,37)
#002820
(0,40,32)
#00211B
(0,33,27)
#001A16
(0,26,22)
#001311
(0,19,17)
#000C0C
(0,12,12)
#000000
(0,0,0)

Tints of #00523E

#00523E
(0,82,62)
#17614F
(23,97,79)
#2E7060
(46,112,96)
#457F71
(69,127,113)
#5C8E82
(92,142,130)
#739D93
(115,157,147)
#8AACA4
(138,172,164)
#A1BBB5
(161,187,181)
#B8CAC6
(184,202,198)
#CFD9D7
(207,217,215)
#E6E8E8
(230,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00523E color. Also use rgb(0,82,62) instead hex code.

Text Font Color

.myTextColor { color: #00523E; }

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

This text font color is #00523E.


Background Color

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

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

This div background color is #00523E.


Border color

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

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

This div border color is #00523E.


Opacity

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

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

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

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

This text has shadow with #00523E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00523E on black background.


Color preview on white background

This text has color #00523E on white background.



Black color preview on #00523E background

This text has black color on #00523E background.


White color preview on #00523E background

This text has white color on #00523E background.