COLOR #529A6C

HEX: #529A6C
RGB: (82,154,108)

Color info

#529A6C contains mainly green and blue colors. Web safe color of #529A6C is #669966 (or #696).

RGB color model

#529A6C color RGB value is (82,154,108).

  • red value is 82;
  • green value is 154;
  • blue value is 108.
RGB:
(82,154,108)
(32%,60%,42%)

RGB channels and saturation

R 82 of 255 = 32%
G 154 of 255 = 60%
B 108 of 255 = 42%

82
154
108

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

Portions of RGB colors in percentages

R + G + B =
82 + 154 + 108 = 344 (100%)
R 82 of 344 ~ 23.84%
G 154 of 344 ~ 44.77%
B 108 of 344 ~ 31.4%

%23.84
%44.77
%31.4

CMYK color model

#529A6C color CMYK value is (47,0,30,40).

  • cyan value is 46.75%
  • magenta value is 0.00%
  • yellow value is 29.87%
  • key color value is 39.61%
CMYK:
(47,0,30,40)
C47M0Y30K40 
(47%,0%,30%,40%)
(0.47/0.00/0.30/0.40)	

CMYK percentages

%46.75
%0
%29.87
%39.61

Codes

Color #529A6C in popluar color models

529A6C
RGB82154108
HSL142°30.51%46.27%
HSB/HSV142°46.75%60.39%
CMYK46.75%0.00%29.87%
39.61%

Color #529A6C in popluar number systems.

HEX529A6C
Decimal82154108
Binary1010010100110101101100
Octal122232154

Shades and tints

Shades of #529A6C

#529A6C
(82,154,108)
#4B8C63
(75,140,99)
#447E5A
(68,126,90)
#3D7051
(61,112,81)
#366248
(54,98,72)
#2F543F
(47,84,63)
#284636
(40,70,54)
#21382D
(33,56,45)
#1A2A24
(26,42,36)
#131C1B
(19,28,27)
#0C0E12
(12,14,18)
#000000
(0,0,0)

Tints of #529A6C

#529A6C
(82,154,108)
#61A379
(97,163,121)
#70AC86
(112,172,134)
#7FB593
(127,181,147)
#8EBEA0
(142,190,160)
#9DC7AD
(157,199,173)
#ACD0BA
(172,208,186)
#BBD9C7
(187,217,199)
#CAE2D4
(202,226,212)
#D9EBE1
(217,235,225)
#E8F4EE
(232,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #529A6C color. Also use rgb(82,154,108) instead hex code.

Text Font Color

.myTextColor { color: #529A6C; }

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

This text font color is #529A6C.


Background Color

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

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

This div background color is #529A6C.


Border color

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

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

This div border color is #529A6C.


Opacity

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

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

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

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

This text has shadow with #529A6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #529A6C on black background.


Color preview on white background

This text has color #529A6C on white background.



Black color preview on #529A6C background

This text has black color on #529A6C background.


White color preview on #529A6C background

This text has white color on #529A6C background.