COLOR #52776F

HEX: #52776F
RGB: (82,119,111)

Color info

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

RGB color model

#52776F color RGB value is (82,119,111).

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

RGB channels and saturation

R 82 of 255 = 32%
G 119 of 255 = 47%
B 111 of 255 = 44%

82
119
111

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

Portions of RGB colors in percentages

R + G + B =
82 + 119 + 111 = 312 (100%)
R 82 of 312 ~ 26.28%
G 119 of 312 ~ 38.14%
B 111 of 312 ~ 35.58%

%26.28
%38.14
%35.58

CMYK color model

#52776F color CMYK value is (31,0,7,53).

  • cyan value is 31.09%
  • magenta value is 0.00%
  • yellow value is 6.72%
  • key color value is 53.33%
CMYK:
(31,0,7,53)
C31M0Y7K53 
(31%,0%,7%,53%)
(0.31/0.00/0.07/0.53)	

CMYK percentages

%31.09
%0
%6.72
%53.33

Codes

Color #52776F in popluar color models

52776F
RGB82119111
HSL167°18.41%39.41%
HSB/HSV167°31.09%46.67%
CMYK31.09%0.00%6.72%
53.33%

Color #52776F in popluar number systems.

HEX52776F
Decimal82119111
Binary101001011101111101111
Octal122167157

Shades and tints

Shades of #52776F

#52776F
(82,119,111)
#4B6D65
(75,109,101)
#44635B
(68,99,91)
#3D5951
(61,89,81)
#364F47
(54,79,71)
#2F453D
(47,69,61)
#283B33
(40,59,51)
#213129
(33,49,41)
#1A271F
(26,39,31)
#131D15
(19,29,21)
#0C130B
(12,19,11)
#000000
(0,0,0)

Tints of #52776F

#52776F
(82,119,111)
#61837C
(97,131,124)
#708F89
(112,143,137)
#7F9B96
(127,155,150)
#8EA7A3
(142,167,163)
#9DB3B0
(157,179,176)
#ACBFBD
(172,191,189)
#BBCBCA
(187,203,202)
#CAD7D7
(202,215,215)
#D9E3E4
(217,227,228)
#E8EFF1
(232,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52776F; }

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

This text font color is #52776F.


Background Color

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

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

This div background color is #52776F.


Border color

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

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

This div border color is #52776F.


Opacity

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

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

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

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

This text has shadow with #52776F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52776F on black background.


Color preview on white background

This text has color #52776F on white background.



Black color preview on #52776F background

This text has black color on #52776F background.


White color preview on #52776F background

This text has white color on #52776F background.