COLOR #52477C

HEX: #52477C
RGB: (82,71,124)

Color info

#52477C contains red, green and blue colors in about the same proportion. Web safe color of #52477C is #663366 (or #636).

RGB color model

#52477C color RGB value is (82,71,124).

  • red value is 82;
  • green value is 71;
  • blue value is 124.
RGB:
(82,71,124)
(32%,28%,49%)

RGB channels and saturation

R 82 of 255 = 32%
G 71 of 255 = 28%
B 124 of 255 = 49%

82
71
124

R + G + B ~ 36%. #52477C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 71 + 124 = 277 (100%)
R 82 of 277 ~ 29.6%
G 71 of 277 ~ 25.63%
B 124 of 277 ~ 44.77%

%29.6
%25.63
%44.77

CMYK color model

#52477C color CMYK value is (34,43,0,51).

  • cyan value is 33.87%
  • magenta value is 42.74%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(34,43,0,51)
C34M43Y0K51 
(34%,43%,0%,51%)
(0.34/0.43/0.00/0.51)	

CMYK percentages

%33.87
%42.74
%0
%51.37

Codes

Color #52477C in popluar color models

52477C
RGB8271124
HSL252°27.18%38.24%
HSB/HSV252°42.74%48.63%
CMYK33.87%42.74%0.00%
51.37%

Color #52477C in popluar number systems.

HEX52477C
Decimal8271124
Binary101001010001111111100
Octal122107174

Shades and tints

Shades of #52477C

#52477C
(82,71,124)
#4B4171
(75,65,113)
#443B66
(68,59,102)
#3D355B
(61,53,91)
#362F50
(54,47,80)
#2F2945
(47,41,69)
#28233A
(40,35,58)
#211D2F
(33,29,47)
#1A1724
(26,23,36)
#131119
(19,17,25)
#0C0B0E
(12,11,14)
#000000
(0,0,0)

Tints of #52477C

#52477C
(82,71,124)
#615787
(97,87,135)
#706792
(112,103,146)
#7F779D
(127,119,157)
#8E87A8
(142,135,168)
#9D97B3
(157,151,179)
#ACA7BE
(172,167,190)
#BBB7C9
(187,183,201)
#CAC7D4
(202,199,212)
#D9D7DF
(217,215,223)
#E8E7EA
(232,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52477C; }

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

This text font color is #52477C.


Background Color

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

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

This div background color is #52477C.


Border color

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

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

This div border color is #52477C.


Opacity

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

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

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

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

This text has shadow with #52477C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52477C on black background.


Color preview on white background

This text has color #52477C on white background.



Black color preview on #52477C background

This text has black color on #52477C background.


White color preview on #52477C background

This text has white color on #52477C background.