COLOR #00525C

HEX: #00525C
RGB: (0,82,92)

Color info

#00525C contains only green and blue colors. Web safe color of #00525C is #006666 (or #066).

RGB color model

#00525C color RGB value is (0,82,92).

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

RGB channels and saturation

R 0 of 255 = 0%
G 82 of 255 = 32%
B 92 of 255 = 36%

0
82
92

R + G + B ~ 23%. #00525C is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 82 + 92 = 174 (100%)
R 0 of 174 ~ 0%
G 82 of 174 ~ 47.13%
B 92 of 174 ~ 52.87%

%47.13
%52.87

CMYK color model

#00525C color CMYK value is (100,11,0,64).

  • cyan value is 100.00%
  • magenta value is 10.87%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(100,11,0,64)
C100M11Y0K64 
(100%,11%,0%,64%)
(1.00/0.11/0.00/0.64)	

CMYK percentages

%100
%10.87
%0
%63.92

Codes

Color #00525C in popluar color models

00525C
RGB08292
HSL187°100.00%18.04%
HSB/HSV187°100.00%36.08%
CMYK100.00%10.87%0.00%
63.92%

Color #00525C in popluar number systems.

HEX00525C
Decimal08292
Binary010100101011100
Octal0122134

Shades and tints

Shades of #00525C

#00525C
(0,82,92)
#004B54
(0,75,84)
#00444C
(0,68,76)
#003D44
(0,61,68)
#00363C
(0,54,60)
#002F34
(0,47,52)
#00282C
(0,40,44)
#002124
(0,33,36)
#001A1C
(0,26,28)
#001314
(0,19,20)
#000C0C
(0,12,12)
#000000
(0,0,0)

Tints of #00525C

#00525C
(0,82,92)
#17616A
(23,97,106)
#2E7078
(46,112,120)
#457F86
(69,127,134)
#5C8E94
(92,142,148)
#739DA2
(115,157,162)
#8AACB0
(138,172,176)
#A1BBBE
(161,187,190)
#B8CACC
(184,202,204)
#CFD9DA
(207,217,218)
#E6E8E8
(230,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00525C color. Also use rgb(0,82,92) instead hex code.

Text Font Color

.myTextColor { color: #00525C; }

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

This text font color is #00525C.


Background Color

.myBgColor { background-color: #00525C; }

<div style="background-color:#00525C">Inner text</div>

This div background color is #00525C.


Border color

.myBorderColor { border: 1px solid #00525C; }

<div style="border:3px solid #00525C">Div</div>

This div border color is #00525C.


Opacity

.myOpacity80 { color: #00525C; opacity: 0.8; }

<p style="color:#00525C;opacity:0.8;">80%</p>

Text with #00525C 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 #00525C;}

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

This text has shadow with #00525C color.

.textShadow {text-shadow: 3px 3px 1px #00525C, 3px 3px 1px red;}

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

This text has shadow with #00525C primary color and red secondary color.


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

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

This text has shadow with #00525C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00525C on black background.


Color preview on white background

This text has color #00525C on white background.



Black color preview on #00525C background

This text has black color on #00525C background.


White color preview on #00525C background

This text has white color on #00525C background.