COLOR #52876E

HEX: #52876E
RGB: (82,135,110)

Color info

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

RGB color model

#52876E color RGB value is (82,135,110).

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

RGB channels and saturation

R 82 of 255 = 32%
G 135 of 255 = 53%
B 110 of 255 = 43%

82
135
110

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

Portions of RGB colors in percentages

R + G + B =
82 + 135 + 110 = 327 (100%)
R 82 of 327 ~ 25.08%
G 135 of 327 ~ 41.28%
B 110 of 327 ~ 33.64%

%25.08
%41.28
%33.64

CMYK color model

#52876E color CMYK value is (39,0,19,47).

  • cyan value is 39.26%
  • magenta value is 0.00%
  • yellow value is 18.52%
  • key color value is 47.06%
CMYK:
(39,0,19,47)
C39M0Y19K47 
(39%,0%,19%,47%)
(0.39/0.00/0.19/0.47)	

CMYK percentages

%39.26
%0
%18.52
%47.06

Codes

Color #52876E in popluar color models

52876E
RGB82135110
HSL152°24.42%42.55%
HSB/HSV152°39.26%52.94%
CMYK39.26%0.00%18.52%
47.06%

Color #52876E in popluar number systems.

HEX52876E
Decimal82135110
Binary1010010100001111101110
Octal122207156

Shades and tints

Shades of #52876E

#52876E
(82,135,110)
#4B7B64
(75,123,100)
#446F5A
(68,111,90)
#3D6350
(61,99,80)
#365746
(54,87,70)
#2F4B3C
(47,75,60)
#283F32
(40,63,50)
#213328
(33,51,40)
#1A271E
(26,39,30)
#131B14
(19,27,20)
#0C0F0A
(12,15,10)
#000000
(0,0,0)

Tints of #52876E

#52876E
(82,135,110)
#61917B
(97,145,123)
#709B88
(112,155,136)
#7FA595
(127,165,149)
#8EAFA2
(142,175,162)
#9DB9AF
(157,185,175)
#ACC3BC
(172,195,188)
#BBCDC9
(187,205,201)
#CAD7D6
(202,215,214)
#D9E1E3
(217,225,227)
#E8EBF0
(232,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52876E; }

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

This text font color is #52876E.


Background Color

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

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

This div background color is #52876E.


Border color

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

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

This div border color is #52876E.


Opacity

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

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

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

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

This text has shadow with #52876E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52876E on black background.


Color preview on white background

This text has color #52876E on white background.



Black color preview on #52876E background

This text has black color on #52876E background.


White color preview on #52876E background

This text has white color on #52876E background.