COLOR #52876F

HEX: #52876F
RGB: (82,135,111)

Color info

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

RGB color model

#52876F color RGB value is (82,135,111).

  • red value is 82;
  • green value is 135;
  • blue value is 111.
RGB:
(82,135,111)
(32%,53%,44%)

RGB channels and saturation

R 82 of 255 = 32%
G 135 of 255 = 53%
B 111 of 255 = 44%

82
135
111

R + G + B ~ 43%. #52876F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 135 + 111 = 328 (100%)
R 82 of 328 ~ 25%
G 135 of 328 ~ 41.16%
B 111 of 328 ~ 33.84%

%25
%41.16
%33.84

CMYK color model

#52876F color CMYK value is (39,0,18,47).

  • cyan value is 39.26%
  • magenta value is 0.00%
  • yellow value is 17.78%
  • key color value is 47.06%
CMYK:
(39,0,18,47)
C39M0Y18K47 
(39%,0%,18%,47%)
(0.39/0.00/0.18/0.47)	

CMYK percentages

%39.26
%0
%17.78
%47.06

Codes

Color #52876F in popluar color models

52876F
RGB82135111
HSL153°24.42%42.55%
HSB/HSV153°39.26%52.94%
CMYK39.26%0.00%17.78%
47.06%

Color #52876F in popluar number systems.

HEX52876F
Decimal82135111
Binary1010010100001111101111
Octal122207157

Shades and tints

Shades of #52876F

#52876F
(82,135,111)
#4B7B65
(75,123,101)
#446F5B
(68,111,91)
#3D6351
(61,99,81)
#365747
(54,87,71)
#2F4B3D
(47,75,61)
#283F33
(40,63,51)
#213329
(33,51,41)
#1A271F
(26,39,31)
#131B15
(19,27,21)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #52876F

#52876F
(82,135,111)
#61917C
(97,145,124)
#709B89
(112,155,137)
#7FA596
(127,165,150)
#8EAFA3
(142,175,163)
#9DB9B0
(157,185,176)
#ACC3BD
(172,195,189)
#BBCDCA
(187,205,202)
#CAD7D7
(202,215,215)
#D9E1E4
(217,225,228)
#E8EBF1
(232,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52876F color. Also use rgb(82,135,111) instead hex code.

Text Font Color

.myTextColor { color: #52876F; }

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

This text font color is #52876F.


Background Color

.myBgColor { background-color: #52876F; }

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

This div background color is #52876F.


Border color

.myBorderColor { border: 1px solid #52876F; }

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

This div border color is #52876F.


Opacity

.myOpacity80 { color: #52876F; opacity: 0.8; }

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

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

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

This text has shadow with #52876F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52876F on black background.


Color preview on white background

This text has color #52876F on white background.



Black color preview on #52876F background

This text has black color on #52876F background.


White color preview on #52876F background

This text has white color on #52876F background.