COLOR #528565

HEX: #528565
RGB: (82,133,101)

Color info

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

RGB color model

#528565 color RGB value is (82,133,101).

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

RGB channels and saturation

R 82 of 255 = 32%
G 133 of 255 = 52%
B 101 of 255 = 40%

82
133
101

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

Portions of RGB colors in percentages

R + G + B =
82 + 133 + 101 = 316 (100%)
R 82 of 316 ~ 25.95%
G 133 of 316 ~ 42.09%
B 101 of 316 ~ 31.96%

%25.95
%42.09
%31.96

CMYK color model

#528565 color CMYK value is (38,0,24,48).

  • cyan value is 38.35%
  • magenta value is 0.00%
  • yellow value is 24.06%
  • key color value is 47.84%
CMYK:
(38,0,24,48)
C38M0Y24K48 
(38%,0%,24%,48%)
(0.38/0.00/0.24/0.48)	

CMYK percentages

%38.35
%0
%24.06
%47.84

Codes

Color #528565 in popluar color models

528565
RGB82133101
HSL142°23.72%42.16%
HSB/HSV142°38.35%52.16%
CMYK38.35%0.00%24.06%
47.84%

Color #528565 in popluar number systems.

HEX528565
Decimal82133101
Binary1010010100001011100101
Octal122205145

Shades and tints

Shades of #528565

#528565
(82,133,101)
#4B795C
(75,121,92)
#446D53
(68,109,83)
#3D614A
(61,97,74)
#365541
(54,85,65)
#2F4938
(47,73,56)
#283D2F
(40,61,47)
#213126
(33,49,38)
#1A251D
(26,37,29)
#131914
(19,25,20)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #528565

#528565
(82,133,101)
#619073
(97,144,115)
#709B81
(112,155,129)
#7FA68F
(127,166,143)
#8EB19D
(142,177,157)
#9DBCAB
(157,188,171)
#ACC7B9
(172,199,185)
#BBD2C7
(187,210,199)
#CADDD5
(202,221,213)
#D9E8E3
(217,232,227)
#E8F3F1
(232,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #528565; }

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

This text font color is #528565.


Background Color

.myBgColor { background-color: #528565; }

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

This div background color is #528565.


Border color

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

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

This div border color is #528565.


Opacity

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

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

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

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

This text has shadow with #528565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #528565 on black background.


Color preview on white background

This text has color #528565 on white background.



Black color preview on #528565 background

This text has black color on #528565 background.


White color preview on #528565 background

This text has white color on #528565 background.