COLOR #52877C

HEX: #52877C RGB: (82,135,124)

Color info

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

RGB color model

#52877C color RGB value is (82,135,124).

RGB: (82,135,124) (32%, 53%, 49%)

RGB channels and saturation

R 82 of 255 = 32%
G 135 of 255 = 53%
B 124 of 255 = 49%

82
135
124

R + G + B ~ 45%. #52877C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 82 + 135 + 124 = 341 (100%)
R 82 of 341 ~ 24.05%
G 135 of 341 ~ 39.59%
B 124 of 341 ~ 36.36'%

%24.05
%39.59
%36.36

CMYK color model

#52877C color CMYK value is (39,0,8,47).

  • cyan value is 39.26%
  • magenta value is 0.00%
  • yellow value is 8.15%
  • key color value is 47.06%
CMYK: (39,0,8,47) C39M0Y8K47 (39%,0%,8%,47%) (0.39/0.00/0.08/0.47) 

CMYK percentages

%39.26
%0
%8.15
%47.06

Codes

Color #52877C in popluar color models

52 87 7C
RGB 82 135 124
HSL 168° 24.42% 42.55%
HSB/HSV 168° 39.26% 52.94%
CMYK 39.26% 0.00% 8.15%
47.06%

Color #52877C in popluar number systems.

HEX 52 87 7C
Decimal 82 135 124
Binary 1010010 10000111 1111100
Octal 122 207 174

Shades and tints

Shades of #52877C

#52877C
(82,135,124)
#4B7B71
(75,123,113)
#446F66
(68,111,102)
#3D635B
(61,99,91)
#365750
(54,87,80)
#2F4B45
(47,75,69)
#283F3A
(40,63,58)
#21332F
(33,51,47)
#1A2724
(26,39,36)
#131B19
(19,27,25)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #52877C

#52877C
(82,135,124)
#619187
(97,145,135)
#709B92
(112,155,146)
#7FA59D
(127,165,157)
#8EAFA8
(142,175,168)
#9DB9B3
(157,185,179)
#ACC3BE
(172,195,190)
#BBCDC9
(187,205,201)
#CAD7D4
(202,215,212)
#D9E1DF
(217,225,223)
#E8EBEA
(232,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52877C color. Also use rgb(82,135,124) instead hex code.

Text Font Color

.myTextColor { color: #52877C; }

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

This text font color is #52877C.

Background Color

.myBgColor { background-color: #52877C; }

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

This div background color is #52877C.

Border color

.myBorderColor { border: 1px solid #52877C; }

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

This div border color is #52877C.

Opacity

.myOpacity80 { color: #52877C; opacity: 0.8; }

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

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

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

This text has shadow with #52877C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52877C.

Preview

Color preview on black background

This text has color #52877C on black background.


Color preview on white background

This text has color #52877C on white background.


Black color preview on #52877C background

This text has black color on #52877C background.


White color preview on #52877C background

This text has white color on #52877C background.


Related colors

Complementary color

Complementary color for #hex is #AD7883.


I love getcolorcode.com

Triadic colors

1 #7C5287 and #877C52 with #52877C are triadic colors.

2 #7C8752 and #87527C with #52877C are triadic colors.