COLOR #528E5E

HEX: #528E5E
RGB: (82,142,94)

Color info

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

RGB color model

#528E5E color RGB value is (82,142,94).

  • red value is 82;
  • green value is 142;
  • blue value is 94.
RGB:
(82,142,94)
(32%,56%,37%)

RGB channels and saturation

R 82 of 255 = 32%
G 142 of 255 = 56%
B 94 of 255 = 37%

82
142
94

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

Portions of RGB colors in percentages

R + G + B =
82 + 142 + 94 = 318 (100%)
R 82 of 318 ~ 25.79%
G 142 of 318 ~ 44.65%
B 94 of 318 ~ 29.56%

%25.79
%44.65
%29.56

CMYK color model

#528E5E color CMYK value is (42,0,34,44).

  • cyan value is 42.25%
  • magenta value is 0.00%
  • yellow value is 33.80%
  • key color value is 44.31%
CMYK:
(42,0,34,44)
C42M0Y34K44 
(42%,0%,34%,44%)
(0.42/0.00/0.34/0.44)	

CMYK percentages

%42.25
%0
%33.8
%44.31

Codes

Color #528E5E in popluar color models

528E5E
RGB8214294
HSL132°26.79%43.92%
HSB/HSV132°42.25%55.69%
CMYK42.25%0.00%33.80%
44.31%

Color #528E5E in popluar number systems.

HEX528E5E
Decimal8214294
Binary1010010100011101011110
Octal122216136

Shades and tints

Shades of #528E5E

#528E5E
(82,142,94)
#4B8256
(75,130,86)
#44764E
(68,118,78)
#3D6A46
(61,106,70)
#365E3E
(54,94,62)
#2F5236
(47,82,54)
#28462E
(40,70,46)
#213A26
(33,58,38)
#1A2E1E
(26,46,30)
#132216
(19,34,22)
#0C160E
(12,22,14)
#000000
(0,0,0)

Tints of #528E5E

#528E5E
(82,142,94)
#61986C
(97,152,108)
#70A27A
(112,162,122)
#7FAC88
(127,172,136)
#8EB696
(142,182,150)
#9DC0A4
(157,192,164)
#ACCAB2
(172,202,178)
#BBD4C0
(187,212,192)
#CADECE
(202,222,206)
#D9E8DC
(217,232,220)
#E8F2EA
(232,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #528E5E color. Also use rgb(82,142,94) instead hex code.

Text Font Color

.myTextColor { color: #528E5E; }

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

This text font color is #528E5E.


Background Color

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

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

This div background color is #528E5E.


Border color

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

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

This div border color is #528E5E.


Opacity

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

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

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

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

This text has shadow with #528E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #528E5E on black background.


Color preview on white background

This text has color #528E5E on white background.



Black color preview on #528E5E background

This text has black color on #528E5E background.


White color preview on #528E5E background

This text has white color on #528E5E background.