COLOR #529601

HEX: #529601
RGB: (82,150,1)

Color info

#529601 contains mainly green color. Web safe color of #529601 is #669900 (or #690).

RGB color model

#529601 color RGB value is (82,150,1).

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

RGB channels and saturation

R 82 of 255 = 32%
G 150 of 255 = 59%
B 1 of 255 = 0%

82
150
1

R + G + B ~ 30%. #529601 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 150 + 1 = 233 (100%)
R 82 of 233 ~ 35.19%
G 150 of 233 ~ 64.38%
B 1 of 233 ~ 0.43%

%35.19
%64.38

CMYK color model

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

  • cyan value is 45.33%
  • magenta value is 0.00%
  • yellow value is 99.33%
  • key color value is 41.18%
CMYK:
(45,0,99,41)
C45M0Y99K41 
(45%,0%,99%,41%)
(0.45/0.00/0.99/0.41)	

CMYK percentages

%45.33
%0
%99.33
%41.18

Codes

Color #529601 in popluar color models

529601
RGB821501
HSL87°98.68%29.61%
HSB/HSV87°99.33%58.82%
CMYK45.33%0.00%99.33%
41.18%

Color #529601 in popluar number systems.

HEX529601
Decimal821501
Binary1010010100101101
Octal1222261

Shades and tints

Shades of #529601

#529601
(82,150,1)
#4B8901
(75,137,1)
#447C01
(68,124,1)
#3D6F01
(61,111,1)
#366201
(54,98,1)
#2F5501
(47,85,1)
#284801
(40,72,1)
#213B01
(33,59,1)
#1A2E01
(26,46,1)
#132101
(19,33,1)
#0C1401
(12,20,1)
#000000
(0,0,0)

Tints of #529601

#529601
(82,150,1)
#619F18
(97,159,24)
#70A82F
(112,168,47)
#7FB146
(127,177,70)
#8EBA5D
(142,186,93)
#9DC374
(157,195,116)
#ACCC8B
(172,204,139)
#BBD5A2
(187,213,162)
#CADEB9
(202,222,185)
#D9E7D0
(217,231,208)
#E8F0E7
(232,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #529601; }

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

This text font color is #529601.


Background Color

.myBgColor { background-color: #529601; }

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

This div background color is #529601.


Border color

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

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

This div border color is #529601.


Opacity

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

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

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

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

This text has shadow with #529601 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #529601 on black background.


Color preview on white background

This text has color #529601 on white background.



Black color preview on #529601 background

This text has black color on #529601 background.


White color preview on #529601 background

This text has white color on #529601 background.