COLOR #528555

HEX: #528555
RGB: (82,133,85)

Color info

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

RGB color model

#528555 color RGB value is (82,133,85).

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

RGB channels and saturation

R 82 of 255 = 32%
G 133 of 255 = 52%
B 85 of 255 = 33%

82
133
85

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

Portions of RGB colors in percentages

R + G + B =
82 + 133 + 85 = 300 (100%)
R 82 of 300 ~ 27.33%
G 133 of 300 ~ 44.33%
B 85 of 300 ~ 28.33%

%27.33
%44.33
%28.33

CMYK color model

#528555 color CMYK value is (38,0,36,48).

  • cyan value is 38.35%
  • magenta value is 0.00%
  • yellow value is 36.09%
  • key color value is 47.84%
CMYK:
(38,0,36,48)
C38M0Y36K48 
(38%,0%,36%,48%)
(0.38/0.00/0.36/0.48)	

CMYK percentages

%38.35
%0
%36.09
%47.84

Codes

Color #528555 in popluar color models

528555
RGB8213385
HSL124°23.72%42.16%
HSB/HSV124°38.35%52.16%
CMYK38.35%0.00%36.09%
47.84%

Color #528555 in popluar number systems.

HEX528555
Decimal8213385
Binary1010010100001011010101
Octal122205125

Shades and tints

Shades of #528555

#528555
(82,133,85)
#4B794E
(75,121,78)
#446D47
(68,109,71)
#3D6140
(61,97,64)
#365539
(54,85,57)
#2F4932
(47,73,50)
#283D2B
(40,61,43)
#213124
(33,49,36)
#1A251D
(26,37,29)
#131916
(19,25,22)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #528555

#528555
(82,133,85)
#619064
(97,144,100)
#709B73
(112,155,115)
#7FA682
(127,166,130)
#8EB191
(142,177,145)
#9DBCA0
(157,188,160)
#ACC7AF
(172,199,175)
#BBD2BE
(187,210,190)
#CADDCD
(202,221,205)
#D9E8DC
(217,232,220)
#E8F3EB
(232,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #528555; }

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

This text font color is #528555.


Background Color

.myBgColor { background-color: #528555; }

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

This div background color is #528555.


Border color

.myBorderColor { border: 1px solid #528555; }

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

This div border color is #528555.


Opacity

.myOpacity80 { color: #528555; opacity: 0.8; }

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

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

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

This text has shadow with #528555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #528555 on black background.


Color preview on white background

This text has color #528555 on white background.



Black color preview on #528555 background

This text has black color on #528555 background.


White color preview on #528555 background

This text has white color on #528555 background.