COLOR #529658

HEX: #529658
RGB: (82,150,88)

Color info

#529658 contains mainly green color. Web safe color of #529658 is #669966 (or #696).

RGB color model

#529658 color RGB value is (82,150,88).

  • red value is 82;
  • green value is 150;
  • blue value is 88.
RGB:
(82,150,88)
(32%,59%,35%)

RGB channels and saturation

R 82 of 255 = 32%
G 150 of 255 = 59%
B 88 of 255 = 35%

82
150
88

R + G + B ~ 42%. #529658 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 150 + 88 = 320 (100%)
R 82 of 320 ~ 25.63%
G 150 of 320 ~ 46.88%
B 88 of 320 ~ 27.5%

%25.63
%46.88
%27.5

CMYK color model

#529658 color CMYK value is (45,0,41,41).

  • cyan value is 45.33%
  • magenta value is 0.00%
  • yellow value is 41.33%
  • key color value is 41.18%
CMYK:
(45,0,41,41)
C45M0Y41K41 
(45%,0%,41%,41%)
(0.45/0.00/0.41/0.41)	

CMYK percentages

%45.33
%0
%41.33
%41.18

Codes

Color #529658 in popluar color models

529658
RGB8215088
HSL125°29.31%45.49%
HSB/HSV125°45.33%58.82%
CMYK45.33%0.00%41.33%
41.18%

Color #529658 in popluar number systems.

HEX529658
Decimal8215088
Binary1010010100101101011000
Octal122226130

Shades and tints

Shades of #529658

#529658
(82,150,88)
#4B8950
(75,137,80)
#447C48
(68,124,72)
#3D6F40
(61,111,64)
#366238
(54,98,56)
#2F5530
(47,85,48)
#284828
(40,72,40)
#213B20
(33,59,32)
#1A2E18
(26,46,24)
#132110
(19,33,16)
#0C1408
(12,20,8)
#000000
(0,0,0)

Tints of #529658

#529658
(82,150,88)
#619F67
(97,159,103)
#70A876
(112,168,118)
#7FB185
(127,177,133)
#8EBA94
(142,186,148)
#9DC3A3
(157,195,163)
#ACCCB2
(172,204,178)
#BBD5C1
(187,213,193)
#CADED0
(202,222,208)
#D9E7DF
(217,231,223)
#E8F0EE
(232,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #529658 color. Also use rgb(82,150,88) instead hex code.

Text Font Color

.myTextColor { color: #529658; }

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

This text font color is #529658.


Background Color

.myBgColor { background-color: #529658; }

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

This div background color is #529658.


Border color

.myBorderColor { border: 1px solid #529658; }

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

This div border color is #529658.


Opacity

.myOpacity80 { color: #529658; opacity: 0.8; }

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

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

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

This text has shadow with #529658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #529658 on black background.


Color preview on white background

This text has color #529658 on white background.



Black color preview on #529658 background

This text has black color on #529658 background.


White color preview on #529658 background

This text has white color on #529658 background.