COLOR #52776C

HEX: #52776C RGB: (82,119,108)

Color info

#52776C contains red, green and blue colors in about the same proportion. Web safe color of #52776C is #666666 (or #666).

RGB color model

#52776C color RGB value is (82,119,108).

RGB: (82,119,108) (32%, 47%, 42%)

RGB channels and saturation

R 82 of 255 = 32%
G 119 of 255 = 47%
B 108 of 255 = 42%

82
119
108

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

Portions of RGB colors in percentages

R + G + B = 82 + 119 + 108 = 309 (100%)
R 82 of 309 ~ 26.54%
G 119 of 309 ~ 38.51%
B 108 of 309 ~ 34.95'%

%26.54
%38.51
%34.95

CMYK color model

#52776C color CMYK value is (31,0,9,53).

  • cyan value is 31.09%
  • magenta value is 0.00%
  • yellow value is 9.24%
  • key color value is 53.33%

CMYK: (31,0,9,53)
C31M0Y9K53 (31%, 0%, 9%, 53%)
(0.31 / 0.00 / 0.09 / 0.53)

CMYK percentages

%31.09
%0
%9.24
%53.33

Codes

Color #52776C in popluar color models

52 77 6C
RGB 82 119 108
HSL 162° 18.41% 39.41%
HSB/HSV 162° 31.09% 46.67%
CMYK 31.09% 0.00% 9.24%
53.33%

Color #52776C in popluar number systems.

HEX 52 77 6C
Decimal 82 119 108
Binary 1010010 1110111 1101100
Octal 122 167 154

Shades and tints

Shades of #52776C

#52776C
(82,119,108)
#4B6D63
(75,109,99)
#44635A
(68,99,90)
#3D5951
(61,89,81)
#364F48
(54,79,72)
#2F453F
(47,69,63)
#283B36
(40,59,54)
#21312D
(33,49,45)
#1A2724
(26,39,36)
#131D1B
(19,29,27)
#0C1312
(12,19,18)
#000000
(0,0,0)

Tints of #52776C

#52776C
(82,119,108)
#618379
(97,131,121)
#708F86
(112,143,134)
#7F9B93
(127,155,147)
#8EA7A0
(142,167,160)
#9DB3AD
(157,179,173)
#ACBFBA
(172,191,186)
#BBCBC7
(187,203,199)
#CAD7D4
(202,215,212)
#D9E3E1
(217,227,225)
#E8EFEE
(232,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52776C color. Also use rgb(82,119,108) instead hex code.

Text Font Color

.myTextColor { color: #52776C; }

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

This text font color is #52776C.

Background Color

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

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

This div background color is #52776C.

Border color

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

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

This div border color is #52776C.

Opacity

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

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

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

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

This text has shadow with #52776C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52776C.

Preview

Color preview on black background

This text has color #52776C on black background.


Color preview on white background

This text has color #52776C on white background.


Black color preview on #52776C background

This text has black color on #52776C background.


White color preview on #52776C background

This text has white color on #52776C background.


Related colors

Complementary color

Complementary color for #hex is #AD8893.


I love getcolorcode.com

Triadic colors

1 #6C5277 and #776C52 with #52776C are triadic colors.

2 #6C7752 and #77526C with #52776C are triadic colors.