COLOR #528D4E

HEX: #528D4E
RGB: (82,141,78)

Color info

#528D4E contains mainly red and green colors. Web safe color of #528D4E is #669966 (or #696).

RGB color model

#528D4E color RGB value is (82,141,78).

  • red value is 82;
  • green value is 141;
  • blue value is 78.
RGB:
(82,141,78)
(32%,55%,31%)

RGB channels and saturation

R 82 of 255 = 32%
G 141 of 255 = 55%
B 78 of 255 = 31%

82
141
78

R + G + B ~ 39%. #528D4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 141 + 78 = 301 (100%)
R 82 of 301 ~ 27.24%
G 141 of 301 ~ 46.84%
B 78 of 301 ~ 25.91%

%27.24
%46.84
%25.91

CMYK color model

#528D4E color CMYK value is (42,0,45,45).

  • cyan value is 41.84%
  • magenta value is 0.00%
  • yellow value is 44.68%
  • key color value is 44.71%
CMYK:
(42,0,45,45)
C42M0Y45K45 
(42%,0%,45%,45%)
(0.42/0.00/0.45/0.45)	

CMYK percentages

%41.84
%0
%44.68
%44.71

Codes

Color #528D4E in popluar color models

528D4E
RGB8214178
HSL116°28.77%42.94%
HSB/HSV116°44.68%55.29%
CMYK41.84%0.00%44.68%
44.71%

Color #528D4E in popluar number systems.

HEX528D4E
Decimal8214178
Binary1010010100011011001110
Octal122215116

Shades and tints

Shades of #528D4E

#528D4E
(82,141,78)
#4B8147
(75,129,71)
#447540
(68,117,64)
#3D6939
(61,105,57)
#365D32
(54,93,50)
#2F512B
(47,81,43)
#284524
(40,69,36)
#21391D
(33,57,29)
#1A2D16
(26,45,22)
#13210F
(19,33,15)
#0C1508
(12,21,8)
#000000
(0,0,0)

Tints of #528D4E

#528D4E
(82,141,78)
#61975E
(97,151,94)
#70A16E
(112,161,110)
#7FAB7E
(127,171,126)
#8EB58E
(142,181,142)
#9DBF9E
(157,191,158)
#ACC9AE
(172,201,174)
#BBD3BE
(187,211,190)
#CADDCE
(202,221,206)
#D9E7DE
(217,231,222)
#E8F1EE
(232,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #528D4E color. Also use rgb(82,141,78) instead hex code.

Text Font Color

.myTextColor { color: #528D4E; }

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

This text font color is #528D4E.


Background Color

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

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

This div background color is #528D4E.


Border color

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

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

This div border color is #528D4E.


Opacity

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

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

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

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

This text has shadow with #528D4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #528D4E on black background.


Color preview on white background

This text has color #528D4E on white background.



Black color preview on #528D4E background

This text has black color on #528D4E background.


White color preview on #528D4E background

This text has white color on #528D4E background.