COLOR #52747F

HEX: #52747F
RGB: (82,116,127)

Color info

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

RGB color model

#52747F color RGB value is (82,116,127).

  • red value is 82;
  • green value is 116;
  • blue value is 127.
RGB:
(82,116,127)
(32%,45%,50%)

RGB channels and saturation

R 82 of 255 = 32%
G 116 of 255 = 45%
B 127 of 255 = 50%

82
116
127

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

Portions of RGB colors in percentages

R + G + B =
82 + 116 + 127 = 325 (100%)
R 82 of 325 ~ 25.23%
G 116 of 325 ~ 35.69%
B 127 of 325 ~ 39.08%

%25.23
%35.69
%39.08

CMYK color model

#52747F color CMYK value is (35,9,0,50).

  • cyan value is 35.43%
  • magenta value is 8.66%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(35,9,0,50)
C35M9Y0K50 
(35%,9%,0%,50%)
(0.35/0.09/0.00/0.50)	

CMYK percentages

%35.43
%8.66
%0
%50.2

Codes

Color #52747F in popluar color models

52747F
RGB82116127
HSL195°21.53%40.98%
HSB/HSV195°35.43%49.80%
CMYK35.43%8.66%0.00%
50.20%

Color #52747F in popluar number systems.

HEX52747F
Decimal82116127
Binary101001011101001111111
Octal122164177

Shades and tints

Shades of #52747F

#52747F
(82,116,127)
#4B6A74
(75,106,116)
#446069
(68,96,105)
#3D565E
(61,86,94)
#364C53
(54,76,83)
#2F4248
(47,66,72)
#28383D
(40,56,61)
#212E32
(33,46,50)
#1A2427
(26,36,39)
#131A1C
(19,26,28)
#0C1011
(12,16,17)
#000000
(0,0,0)

Tints of #52747F

#52747F
(82,116,127)
#61808A
(97,128,138)
#708C95
(112,140,149)
#7F98A0
(127,152,160)
#8EA4AB
(142,164,171)
#9DB0B6
(157,176,182)
#ACBCC1
(172,188,193)
#BBC8CC
(187,200,204)
#CAD4D7
(202,212,215)
#D9E0E2
(217,224,226)
#E8ECED
(232,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52747F color. Also use rgb(82,116,127) instead hex code.

Text Font Color

.myTextColor { color: #52747F; }

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

This text font color is #52747F.


Background Color

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

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

This div background color is #52747F.


Border color

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

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

This div border color is #52747F.


Opacity

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

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

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

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

This text has shadow with #52747F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52747F on black background.


Color preview on white background

This text has color #52747F on white background.



Black color preview on #52747F background

This text has black color on #52747F background.


White color preview on #52747F background

This text has white color on #52747F background.