COLOR #52777D

HEX: #52777D
RGB: (82,119,125)

Color info

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

RGB color model

#52777D color RGB value is (82,119,125).

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

RGB channels and saturation

R 82 of 255 = 32%
G 119 of 255 = 47%
B 125 of 255 = 49%

82
119
125

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

Portions of RGB colors in percentages

R + G + B =
82 + 119 + 125 = 326 (100%)
R 82 of 326 ~ 25.15%
G 119 of 326 ~ 36.5%
B 125 of 326 ~ 38.34%

%25.15
%36.5
%38.34

CMYK color model

#52777D color CMYK value is (34,5,0,51).

  • cyan value is 34.40%
  • magenta value is 4.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(34,5,0,51)
C34M5Y0K51 
(34%,5%,0%,51%)
(0.34/0.05/0.00/0.51)	

CMYK percentages

%34.4
%4.8
%0
%50.98

Codes

Color #52777D in popluar color models

52777D
RGB82119125
HSL188°20.77%40.59%
HSB/HSV188°34.40%49.02%
CMYK34.40%4.80%0.00%
50.98%

Color #52777D in popluar number systems.

HEX52777D
Decimal82119125
Binary101001011101111111101
Octal122167175

Shades and tints

Shades of #52777D

#52777D
(82,119,125)
#4B6D72
(75,109,114)
#446367
(68,99,103)
#3D595C
(61,89,92)
#364F51
(54,79,81)
#2F4546
(47,69,70)
#283B3B
(40,59,59)
#213130
(33,49,48)
#1A2725
(26,39,37)
#131D1A
(19,29,26)
#0C130F
(12,19,15)
#000000
(0,0,0)

Tints of #52777D

#52777D
(82,119,125)
#618388
(97,131,136)
#708F93
(112,143,147)
#7F9B9E
(127,155,158)
#8EA7A9
(142,167,169)
#9DB3B4
(157,179,180)
#ACBFBF
(172,191,191)
#BBCBCA
(187,203,202)
#CAD7D5
(202,215,213)
#D9E3E0
(217,227,224)
#E8EFEB
(232,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52777D color. Also use rgb(82,119,125) instead hex code.

Text Font Color

.myTextColor { color: #52777D; }

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

This text font color is #52777D.


Background Color

.myBgColor { background-color: #52777D; }

<div style="background-color:#52777D">Inner text</div>

This div background color is #52777D.


Border color

.myBorderColor { border: 1px solid #52777D; }

<div style="border:3px solid #52777D">Div</div>

This div border color is #52777D.


Opacity

.myOpacity80 { color: #52777D; opacity: 0.8; }

<p style="color:#52777D;opacity:0.8;">80%</p>

Text with #52777D 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 #52777D;}

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

This text has shadow with #52777D color.

.textShadow {text-shadow: 3px 3px 1px #52777D, 3px 3px 1px red;}

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

This text has shadow with #52777D primary color and red secondary color.


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

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

This text has shadow with #52777D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52777D on black background.


Color preview on white background

This text has color #52777D on white background.



Black color preview on #52777D background

This text has black color on #52777D background.


White color preview on #52777D background

This text has white color on #52777D background.