COLOR #529E8A

HEX: #529E8A
RGB: (82,158,138)

Color info

#529E8A contains mainly green and blue colors. Web safe color of #529E8A is #669999 (or #699).

RGB color model

#529E8A color RGB value is (82,158,138).

  • red value is 82;
  • green value is 158;
  • blue value is 138.
RGB:
(82,158,138)
(32%,62%,54%)

RGB channels and saturation

R 82 of 255 = 32%
G 158 of 255 = 62%
B 138 of 255 = 54%

82
158
138

R + G + B ~ 49%. #529E8A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 158 + 138 = 378 (100%)
R 82 of 378 ~ 21.69%
G 158 of 378 ~ 41.8%
B 138 of 378 ~ 36.51%

%21.69
%41.8
%36.51

CMYK color model

#529E8A color CMYK value is (48,0,13,38).

  • cyan value is 48.10%
  • magenta value is 0.00%
  • yellow value is 12.66%
  • key color value is 38.04%
CMYK:
(48,0,13,38)
C48M0Y13K38 
(48%,0%,13%,38%)
(0.48/0.00/0.13/0.38)	

CMYK percentages

%48.1
%0
%12.66
%38.04

Codes

Color #529E8A in popluar color models

529E8A
RGB82158138
HSL164°31.67%47.06%
HSB/HSV164°48.10%61.96%
CMYK48.10%0.00%12.66%
38.04%

Color #529E8A in popluar number systems.

HEX529E8A
Decimal82158138
Binary10100101001111010001010
Octal122236212

Shades and tints

Shades of #529E8A

#529E8A
(82,158,138)
#4B907E
(75,144,126)
#448272
(68,130,114)
#3D7466
(61,116,102)
#36665A
(54,102,90)
#2F584E
(47,88,78)
#284A42
(40,74,66)
#213C36
(33,60,54)
#1A2E2A
(26,46,42)
#13201E
(19,32,30)
#0C1212
(12,18,18)
#000000
(0,0,0)

Tints of #529E8A

#529E8A
(82,158,138)
#61A694
(97,166,148)
#70AE9E
(112,174,158)
#7FB6A8
(127,182,168)
#8EBEB2
(142,190,178)
#9DC6BC
(157,198,188)
#ACCEC6
(172,206,198)
#BBD6D0
(187,214,208)
#CADEDA
(202,222,218)
#D9E6E4
(217,230,228)
#E8EEEE
(232,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #529E8A color. Also use rgb(82,158,138) instead hex code.

Text Font Color

.myTextColor { color: #529E8A; }

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

This text font color is #529E8A.


Background Color

.myBgColor { background-color: #529E8A; }

<div style="background-color:#529E8A">Inner text</div>

This div background color is #529E8A.


Border color

.myBorderColor { border: 1px solid #529E8A; }

<div style="border:3px solid #529E8A">Div</div>

This div border color is #529E8A.


Opacity

.myOpacity80 { color: #529E8A; opacity: 0.8; }

<p style="color:#529E8A;opacity:0.8;">80%</p>

Text with #529E8A 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 #529E8A;}

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

This text has shadow with #529E8A color.

.textShadow {text-shadow: 3px 3px 1px #529E8A, 3px 3px 1px red;}

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

This text has shadow with #529E8A primary color and red secondary color.


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

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

This text has shadow with #529E8A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #529E8A on black background.


Color preview on white background

This text has color #529E8A on white background.



Black color preview on #529E8A background

This text has black color on #529E8A background.


White color preview on #529E8A background

This text has white color on #529E8A background.