COLOR #528A24

HEX: #528A24
RGB: (82,138,36)

Color info

#528A24 contains mainly red and green colors. Web safe color of #528A24 is #669933 (or #693).

RGB color model

#528A24 color RGB value is (82,138,36).

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

RGB channels and saturation

R 82 of 255 = 32%
G 138 of 255 = 54%
B 36 of 255 = 14%

82
138
36

R + G + B ~ 33%. #528A24 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 138 + 36 = 256 (100%)
R 82 of 256 ~ 32.03%
G 138 of 256 ~ 53.91%
B 36 of 256 ~ 14.06%

%32.03
%53.91
%14.06

CMYK color model

#528A24 color CMYK value is (41,0,74,46).

  • cyan value is 40.58%
  • magenta value is 0.00%
  • yellow value is 73.91%
  • key color value is 45.88%
CMYK:
(41,0,74,46)
C41M0Y74K46 
(41%,0%,74%,46%)
(0.41/0.00/0.74/0.46)	

CMYK percentages

%40.58
%0
%73.91
%45.88

Codes

Color #528A24 in popluar color models

528A24
RGB8213836
HSL93°58.62%34.12%
HSB/HSV93°73.91%54.12%
CMYK40.58%0.00%73.91%
45.88%

Color #528A24 in popluar number systems.

HEX528A24
Decimal8213836
Binary101001010001010100100
Octal12221244

Shades and tints

Shades of #528A24

#528A24
(82,138,36)
#4B7E21
(75,126,33)
#44721E
(68,114,30)
#3D661B
(61,102,27)
#365A18
(54,90,24)
#2F4E15
(47,78,21)
#284212
(40,66,18)
#21360F
(33,54,15)
#1A2A0C
(26,42,12)
#131E09
(19,30,9)
#0C1206
(12,18,6)
#000000
(0,0,0)

Tints of #528A24

#528A24
(82,138,36)
#619437
(97,148,55)
#709E4A
(112,158,74)
#7FA85D
(127,168,93)
#8EB270
(142,178,112)
#9DBC83
(157,188,131)
#ACC696
(172,198,150)
#BBD0A9
(187,208,169)
#CADABC
(202,218,188)
#D9E4CF
(217,228,207)
#E8EEE2
(232,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #528A24 color. Also use rgb(82,138,36) instead hex code.

Text Font Color

.myTextColor { color: #528A24; }

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

This text font color is #528A24.


Background Color

.myBgColor { background-color: #528A24; }

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

This div background color is #528A24.


Border color

.myBorderColor { border: 1px solid #528A24; }

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

This div border color is #528A24.


Opacity

.myOpacity80 { color: #528A24; opacity: 0.8; }

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

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

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

This text has shadow with #528A24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #528A24 on black background.


Color preview on white background

This text has color #528A24 on white background.



Black color preview on #528A24 background

This text has black color on #528A24 background.


White color preview on #528A24 background

This text has white color on #528A24 background.