COLOR #528B55

HEX: #528B55
RGB: (82,139,85)

Color info

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

RGB color model

#528B55 color RGB value is (82,139,85).

  • red value is 82;
  • green value is 139;
  • blue value is 85.
RGB:
(82,139,85)
(32%,55%,33%)

RGB channels and saturation

R 82 of 255 = 32%
G 139 of 255 = 55%
B 85 of 255 = 33%

82
139
85

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

Portions of RGB colors in percentages

R + G + B =
82 + 139 + 85 = 306 (100%)
R 82 of 306 ~ 26.8%
G 139 of 306 ~ 45.42%
B 85 of 306 ~ 27.78%

%26.8
%45.42
%27.78

CMYK color model

#528B55 color CMYK value is (41,0,39,45).

  • cyan value is 41.01%
  • magenta value is 0.00%
  • yellow value is 38.85%
  • key color value is 45.49%
CMYK:
(41,0,39,45)
C41M0Y39K45 
(41%,0%,39%,45%)
(0.41/0.00/0.39/0.45)	

CMYK percentages

%41.01
%0
%38.85
%45.49

Codes

Color #528B55 in popluar color models

528B55
RGB8213985
HSL123°25.79%43.33%
HSB/HSV123°41.01%54.51%
CMYK41.01%0.00%38.85%
45.49%

Color #528B55 in popluar number systems.

HEX528B55
Decimal8213985
Binary1010010100010111010101
Octal122213125

Shades and tints

Shades of #528B55

#528B55
(82,139,85)
#4B7F4E
(75,127,78)
#447347
(68,115,71)
#3D6740
(61,103,64)
#365B39
(54,91,57)
#2F4F32
(47,79,50)
#28432B
(40,67,43)
#213724
(33,55,36)
#1A2B1D
(26,43,29)
#131F16
(19,31,22)
#0C130F
(12,19,15)
#000000
(0,0,0)

Tints of #528B55

#528B55
(82,139,85)
#619564
(97,149,100)
#709F73
(112,159,115)
#7FA982
(127,169,130)
#8EB391
(142,179,145)
#9DBDA0
(157,189,160)
#ACC7AF
(172,199,175)
#BBD1BE
(187,209,190)
#CADBCD
(202,219,205)
#D9E5DC
(217,229,220)
#E8EFEB
(232,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #528B55 color. Also use rgb(82,139,85) instead hex code.

Text Font Color

.myTextColor { color: #528B55; }

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

This text font color is #528B55.


Background Color

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

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

This div background color is #528B55.


Border color

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

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

This div border color is #528B55.


Opacity

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

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

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

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

This text has shadow with #528B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #528B55 on black background.


Color preview on white background

This text has color #528B55 on white background.



Black color preview on #528B55 background

This text has black color on #528B55 background.


White color preview on #528B55 background

This text has white color on #528B55 background.