COLOR #52477B

HEX: #52477B
RGB: (82,71,123)

Color info

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

RGB color model

#52477B color RGB value is (82,71,123).

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

RGB channels and saturation

R 82 of 255 = 32%
G 71 of 255 = 28%
B 123 of 255 = 48%

82
71
123

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

Portions of RGB colors in percentages

R + G + B =
82 + 71 + 123 = 276 (100%)
R 82 of 276 ~ 29.71%
G 71 of 276 ~ 25.72%
B 123 of 276 ~ 44.57%

%29.71
%25.72
%44.57

CMYK color model

#52477B color CMYK value is (33,42,0,52).

  • cyan value is 33.33%
  • magenta value is 42.28%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(33,42,0,52)
C33M42Y0K52 
(33%,42%,0%,52%)
(0.33/0.42/0.00/0.52)	

CMYK percentages

%33.33
%42.28
%0
%51.76

Codes

Color #52477B in popluar color models

52477B
RGB8271123
HSL253°26.80%38.04%
HSB/HSV253°42.28%48.24%
CMYK33.33%42.28%0.00%
51.76%

Color #52477B in popluar number systems.

HEX52477B
Decimal8271123
Binary101001010001111111011
Octal122107173

Shades and tints

Shades of #52477B

#52477B
(82,71,123)
#4B4170
(75,65,112)
#443B65
(68,59,101)
#3D355A
(61,53,90)
#362F4F
(54,47,79)
#2F2944
(47,41,68)
#282339
(40,35,57)
#211D2E
(33,29,46)
#1A1723
(26,23,35)
#131118
(19,17,24)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #52477B

#52477B
(82,71,123)
#615787
(97,87,135)
#706793
(112,103,147)
#7F779F
(127,119,159)
#8E87AB
(142,135,171)
#9D97B7
(157,151,183)
#ACA7C3
(172,167,195)
#BBB7CF
(187,183,207)
#CAC7DB
(202,199,219)
#D9D7E7
(217,215,231)
#E8E7F3
(232,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52477B; }

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

This text font color is #52477B.


Background Color

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

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

This div background color is #52477B.


Border color

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

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

This div border color is #52477B.


Opacity

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

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

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

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

This text has shadow with #52477B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52477B on black background.


Color preview on white background

This text has color #52477B on white background.



Black color preview on #52477B background

This text has black color on #52477B background.


White color preview on #52477B background

This text has white color on #52477B background.