COLOR #528C37

HEX: #528C37
RGB: (82,140,55)

Color info

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

RGB color model

#528C37 color RGB value is (82,140,55).

  • red value is 82;
  • green value is 140;
  • blue value is 55.
RGB:
(82,140,55)
(32%,55%,22%)

RGB channels and saturation

R 82 of 255 = 32%
G 140 of 255 = 55%
B 55 of 255 = 22%

82
140
55

R + G + B ~ 36%. #528C37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 140 + 55 = 277 (100%)
R 82 of 277 ~ 29.6%
G 140 of 277 ~ 50.54%
B 55 of 277 ~ 19.86%

%29.6
%50.54
%19.86

CMYK color model

#528C37 color CMYK value is (41,0,61,45).

  • cyan value is 41.43%
  • magenta value is 0.00%
  • yellow value is 60.71%
  • key color value is 45.10%
CMYK:
(41,0,61,45)
C41M0Y61K45 
(41%,0%,61%,45%)
(0.41/0.00/0.61/0.45)	

CMYK percentages

%41.43
%0
%60.71
%45.1

Codes

Color #528C37 in popluar color models

528C37
RGB8214055
HSL101°43.59%38.24%
HSB/HSV101°60.71%54.90%
CMYK41.43%0.00%60.71%
45.10%

Color #528C37 in popluar number systems.

HEX528C37
Decimal8214055
Binary101001010001100110111
Octal12221467

Shades and tints

Shades of #528C37

#528C37
(82,140,55)
#4B8032
(75,128,50)
#44742D
(68,116,45)
#3D6828
(61,104,40)
#365C23
(54,92,35)
#2F501E
(47,80,30)
#284419
(40,68,25)
#213814
(33,56,20)
#1A2C0F
(26,44,15)
#13200A
(19,32,10)
#0C1405
(12,20,5)
#000000
(0,0,0)

Tints of #528C37

#528C37
(82,140,55)
#619649
(97,150,73)
#70A05B
(112,160,91)
#7FAA6D
(127,170,109)
#8EB47F
(142,180,127)
#9DBE91
(157,190,145)
#ACC8A3
(172,200,163)
#BBD2B5
(187,210,181)
#CADCC7
(202,220,199)
#D9E6D9
(217,230,217)
#E8F0EB
(232,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #528C37 color. Also use rgb(82,140,55) instead hex code.

Text Font Color

.myTextColor { color: #528C37; }

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

This text font color is #528C37.


Background Color

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

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

This div background color is #528C37.


Border color

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

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

This div border color is #528C37.


Opacity

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

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

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

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

This text has shadow with #528C37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #528C37 on black background.


Color preview on white background

This text has color #528C37 on white background.



Black color preview on #528C37 background

This text has black color on #528C37 background.


White color preview on #528C37 background

This text has white color on #528C37 background.