COLOR #528D5F

HEX: #528D5F
RGB: (82,141,95)

Color info

#528D5F contains red, green and blue colors in about the same proportion. Web safe color of #528D5F is #669966 (or #696).

RGB color model

#528D5F color RGB value is (82,141,95).

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

RGB channels and saturation

R 82 of 255 = 32%
G 141 of 255 = 55%
B 95 of 255 = 37%

82
141
95

R + G + B ~ 41%. #528D5F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 141 + 95 = 318 (100%)
R 82 of 318 ~ 25.79%
G 141 of 318 ~ 44.34%
B 95 of 318 ~ 29.87%

%25.79
%44.34
%29.87

CMYK color model

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

  • cyan value is 41.84%
  • magenta value is 0.00%
  • yellow value is 32.62%
  • key color value is 44.71%
CMYK:
(42,0,33,45)
C42M0Y33K45 
(42%,0%,33%,45%)
(0.42/0.00/0.33/0.45)	

CMYK percentages

%41.84
%0
%32.62
%44.71

Codes

Color #528D5F in popluar color models

528D5F
RGB8214195
HSL133°26.46%43.73%
HSB/HSV133°41.84%55.29%
CMYK41.84%0.00%32.62%
44.71%

Color #528D5F in popluar number systems.

HEX528D5F
Decimal8214195
Binary1010010100011011011111
Octal122215137

Shades and tints

Shades of #528D5F

#528D5F
(82,141,95)
#4B8157
(75,129,87)
#44754F
(68,117,79)
#3D6947
(61,105,71)
#365D3F
(54,93,63)
#2F5137
(47,81,55)
#28452F
(40,69,47)
#213927
(33,57,39)
#1A2D1F
(26,45,31)
#132117
(19,33,23)
#0C150F
(12,21,15)
#000000
(0,0,0)

Tints of #528D5F

#528D5F
(82,141,95)
#61976D
(97,151,109)
#70A17B
(112,161,123)
#7FAB89
(127,171,137)
#8EB597
(142,181,151)
#9DBFA5
(157,191,165)
#ACC9B3
(172,201,179)
#BBD3C1
(187,211,193)
#CADDCF
(202,221,207)
#D9E7DD
(217,231,221)
#E8F1EB
(232,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #528D5F; }

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

This text font color is #528D5F.


Background Color

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

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

This div background color is #528D5F.


Border color

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

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

This div border color is #528D5F.


Opacity

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

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

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

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

This text has shadow with #528D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #528D5F on black background.


Color preview on white background

This text has color #528D5F on white background.



Black color preview on #528D5F background

This text has black color on #528D5F background.


White color preview on #528D5F background

This text has white color on #528D5F background.