COLOR #52876B

HEX: #52876B RGB: (82,135,107)

Color info

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

RGB color model

#52876B color RGB value is (82,135,107).

RGB: (82,135,107) (32%, 53%, 42%)

RGB channels and saturation

R 82 of 255 = 32%
G 135 of 255 = 53%
B 107 of 255 = 42%

82
135
107

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

Portions of RGB colors in percentages

R + G + B = 82 + 135 + 107 = 324 (100%)
R 82 of 324 ~ 25.31%
G 135 of 324 ~ 41.67%
B 107 of 324 ~ 33.02'%

%25.31
%41.67
%33.02

CMYK color model

#52876B color CMYK value is (39,0,21,47).

  • cyan value is 39.26%
  • magenta value is 0.00%
  • yellow value is 20.74%
  • key color value is 47.06%

CMYK: (39,0,21,47)
C39M0Y21K47 (39%, 0%, 21%, 47%)
(0.39 / 0.00 / 0.21 / 0.47)

CMYK percentages

%39.26
%0
%20.74
%47.06

Codes

Color #52876B in popluar color models

52 87 6B
RGB 82 135 107
HSL 148° 24.42% 42.55%
HSB/HSV 148° 39.26% 52.94%
CMYK 39.26% 0.00% 20.74%
47.06%

Color #52876B in popluar number systems.

HEX 52 87 6B
Decimal 82 135 107
Binary 1010010 10000111 1101011
Octal 122 207 153

Shades and tints

Shades of #52876B

#52876B
(82,135,107)
#4B7B62
(75,123,98)
#446F59
(68,111,89)
#3D6350
(61,99,80)
#365747
(54,87,71)
#2F4B3E
(47,75,62)
#283F35
(40,63,53)
#21332C
(33,51,44)
#1A2723
(26,39,35)
#131B1A
(19,27,26)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #52876B

#52876B
(82,135,107)
#619178
(97,145,120)
#709B85
(112,155,133)
#7FA592
(127,165,146)
#8EAF9F
(142,175,159)
#9DB9AC
(157,185,172)
#ACC3B9
(172,195,185)
#BBCDC6
(187,205,198)
#CAD7D3
(202,215,211)
#D9E1E0
(217,225,224)
#E8EBED
(232,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52876B; }

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

This text font color is #52876B.

Background Color

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

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

This div background color is #52876B.

Border color

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

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

This div border color is #52876B.

Opacity

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

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

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

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

This text has shadow with #52876B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52876B.

Preview

Color preview on black background

This text has color #52876B on black background.


Color preview on white background

This text has color #52876B on white background.


Black color preview on #52876B background

This text has black color on #52876B background.


White color preview on #52876B background

This text has white color on #52876B background.


Related colors

Complementary color

Complementary color for #hex is #AD7894.


I love getcolorcode.com

Triadic colors

1 #6B5287 and #876B52 with #52876B are triadic colors.

2 #6B8752 and #87526B with #52876B are triadic colors.