COLOR #52627C

HEX: #52627C RGB: (82,98,124)

Color info

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

RGB color model

#52627C color RGB value is (82,98,124).

RGB: (82,98,124) (32%, 38%, 49%)

RGB channels and saturation

R 82 of 255 = 32%
G 98 of 255 = 38%
B 124 of 255 = 49%

82
98
124

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

Portions of RGB colors in percentages

R + G + B = 82 + 98 + 124 = 304 (100%)
R 82 of 304 ~ 26.97%
G 98 of 304 ~ 32.24%
B 124 of 304 ~ 40.79'%

%26.97
%32.24
%40.79

CMYK color model

#52627C color CMYK value is (34,21,0,51).

  • cyan value is 33.87%
  • magenta value is 20.97%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (34,21,0,51)
C34M21Y0K51 (34%, 21%, 0%, 51%)
(0.34 / 0.21 / 0.00 / 0.51)

CMYK percentages

%33.87
%20.97
%0
%51.37

Codes

Color #52627C in popluar color models

52 62 7C
RGB 82 98 124
HSL 217° 20.39% 40.39%
HSB/HSV 217° 33.87% 48.63%
CMYK 33.87% 20.97% 0.00%
51.37%

Color #52627C in popluar number systems.

HEX 52 62 7C
Decimal 82 98 124
Binary 1010010 1100010 1111100
Octal 122 142 174

Shades and tints

Shades of #52627C

#52627C
(82,98,124)
#4B5A71
(75,90,113)
#445266
(68,82,102)
#3D4A5B
(61,74,91)
#364250
(54,66,80)
#2F3A45
(47,58,69)
#28323A
(40,50,58)
#212A2F
(33,42,47)
#1A2224
(26,34,36)
#131A19
(19,26,25)
#0C120E
(12,18,14)
#000000
(0,0,0)

Tints of #52627C

#52627C
(82,98,124)
#617087
(97,112,135)
#707E92
(112,126,146)
#7F8C9D
(127,140,157)
#8E9AA8
(142,154,168)
#9DA8B3
(157,168,179)
#ACB6BE
(172,182,190)
#BBC4C9
(187,196,201)
#CAD2D4
(202,210,212)
#D9E0DF
(217,224,223)
#E8EEEA
(232,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52627C; }

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

This text font color is #52627C.

Background Color

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

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

This div background color is #52627C.

Border color

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

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

This div border color is #52627C.

Opacity

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

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

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

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

This text has shadow with #52627C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52627C.

Preview

Color preview on black background

This text has color #52627C on black background.


Color preview on white background

This text has color #52627C on white background.


Black color preview on #52627C background

This text has black color on #52627C background.


White color preview on #52627C background

This text has white color on #52627C background.


Related colors

Complementary color

Complementary color for #hex is #AD9D83.


I love getcolorcode.com

Triadic colors

1 #7C5262 and #627C52 with #52627C are triadic colors.

2 #7C6252 and #62527C with #52627C are triadic colors.