COLOR #529DA1

HEX: #529DA1
RGB: (82,157,161)

Color info

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

RGB color model

#529DA1 color RGB value is (82,157,161).

  • red value is 82;
  • green value is 157;
  • blue value is 161.
RGB:
(82,157,161)
(32%,62%,63%)

RGB channels and saturation

R 82 of 255 = 32%
G 157 of 255 = 62%
B 161 of 255 = 63%

82
157
161

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

Portions of RGB colors in percentages

R + G + B =
82 + 157 + 161 = 400 (100%)
R 82 of 400 ~ 20.5%
G 157 of 400 ~ 39.25%
B 161 of 400 ~ 40.25%

%20.5
%39.25
%40.25

CMYK color model

#529DA1 color CMYK value is (49,2,0,37).

  • cyan value is 49.07%
  • magenta value is 2.48%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(49,2,0,37)
C49M2Y0K37 
(49%,2%,0%,37%)
(0.49/0.02/0.00/0.37)	

CMYK percentages

%49.07
%2.48
%0
%36.86

Codes

Color #529DA1 in popluar color models

529DA1
RGB82157161
HSL183°32.51%47.65%
HSB/HSV183°49.07%63.14%
CMYK49.07%2.48%0.00%
36.86%

Color #529DA1 in popluar number systems.

HEX529DA1
Decimal82157161
Binary10100101001110110100001
Octal122235241

Shades and tints

Shades of #529DA1

#529DA1
(82,157,161)
#4B8F93
(75,143,147)
#448185
(68,129,133)
#3D7377
(61,115,119)
#366569
(54,101,105)
#2F575B
(47,87,91)
#28494D
(40,73,77)
#213B3F
(33,59,63)
#1A2D31
(26,45,49)
#131F23
(19,31,35)
#0C1115
(12,17,21)
#000000
(0,0,0)

Tints of #529DA1

#529DA1
(82,157,161)
#61A5A9
(97,165,169)
#70ADB1
(112,173,177)
#7FB5B9
(127,181,185)
#8EBDC1
(142,189,193)
#9DC5C9
(157,197,201)
#ACCDD1
(172,205,209)
#BBD5D9
(187,213,217)
#CADDE1
(202,221,225)
#D9E5E9
(217,229,233)
#E8EDF1
(232,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #529DA1 color. Also use rgb(82,157,161) instead hex code.

Text Font Color

.myTextColor { color: #529DA1; }

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

This text font color is #529DA1.


Background Color

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

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

This div background color is #529DA1.


Border color

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

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

This div border color is #529DA1.


Opacity

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

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

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

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

This text has shadow with #529DA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #529DA1 on black background.


Color preview on white background

This text has color #529DA1 on white background.



Black color preview on #529DA1 background

This text has black color on #529DA1 background.


White color preview on #529DA1 background

This text has white color on #529DA1 background.