COLOR #528653

HEX: #528653
RGB: (82,134,83)

Color info

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

RGB color model

#528653 color RGB value is (82,134,83).

  • red value is 82;
  • green value is 134;
  • blue value is 83.
RGB:
(82,134,83)
(32%,53%,33%)

RGB channels and saturation

R 82 of 255 = 32%
G 134 of 255 = 53%
B 83 of 255 = 33%

82
134
83

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

Portions of RGB colors in percentages

R + G + B =
82 + 134 + 83 = 299 (100%)
R 82 of 299 ~ 27.42%
G 134 of 299 ~ 44.82%
B 83 of 299 ~ 27.76%

%27.42
%44.82
%27.76

CMYK color model

#528653 color CMYK value is (39,0,38,47).

  • cyan value is 38.81%
  • magenta value is 0.00%
  • yellow value is 38.06%
  • key color value is 47.45%
CMYK:
(39,0,38,47)
C39M0Y38K47 
(39%,0%,38%,47%)
(0.39/0.00/0.38/0.47)	

CMYK percentages

%38.81
%0
%38.06
%47.45

Codes

Color #528653 in popluar color models

528653
RGB8213483
HSL121°24.07%42.35%
HSB/HSV121°38.81%52.55%
CMYK38.81%0.00%38.06%
47.45%

Color #528653 in popluar number systems.

HEX528653
Decimal8213483
Binary1010010100001101010011
Octal122206123

Shades and tints

Shades of #528653

#528653
(82,134,83)
#4B7A4C
(75,122,76)
#446E45
(68,110,69)
#3D623E
(61,98,62)
#365637
(54,86,55)
#2F4A30
(47,74,48)
#283E29
(40,62,41)
#213222
(33,50,34)
#1A261B
(26,38,27)
#131A14
(19,26,20)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #528653

#528653
(82,134,83)
#619162
(97,145,98)
#709C71
(112,156,113)
#7FA780
(127,167,128)
#8EB28F
(142,178,143)
#9DBD9E
(157,189,158)
#ACC8AD
(172,200,173)
#BBD3BC
(187,211,188)
#CADECB
(202,222,203)
#D9E9DA
(217,233,218)
#E8F4E9
(232,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #528653 color. Also use rgb(82,134,83) instead hex code.

Text Font Color

.myTextColor { color: #528653; }

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

This text font color is #528653.


Background Color

.myBgColor { background-color: #528653; }

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

This div background color is #528653.


Border color

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

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

This div border color is #528653.


Opacity

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

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

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

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

This text has shadow with #528653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #528653 on black background.


Color preview on white background

This text has color #528653 on white background.



Black color preview on #528653 background

This text has black color on #528653 background.


White color preview on #528653 background

This text has white color on #528653 background.