COLOR #52486B

HEX: #52486B
RGB: (82,72,107)

Color info

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

RGB color model

#52486B color RGB value is (82,72,107).

  • red value is 82;
  • green value is 72;
  • blue value is 107.
RGB:
(82,72,107)
(32%,28%,42%)

RGB channels and saturation

R 82 of 255 = 32%
G 72 of 255 = 28%
B 107 of 255 = 42%

82
72
107

R + G + B ~ 34%. #52486B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 72 + 107 = 261 (100%)
R 82 of 261 ~ 31.42%
G 72 of 261 ~ 27.59%
B 107 of 261 ~ 41%

%31.42
%27.59
%41

CMYK color model

#52486B color CMYK value is (23,33,0,58).

  • cyan value is 23.36%
  • magenta value is 32.71%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(23,33,0,58)
C23M33Y0K58 
(23%,33%,0%,58%)
(0.23/0.33/0.00/0.58)	

CMYK percentages

%23.36
%32.71
%0
%58.04

Codes

Color #52486B in popluar color models

52486B
RGB8272107
HSL257°19.55%35.10%
HSB/HSV257°32.71%41.96%
CMYK23.36%32.71%0.00%
58.04%

Color #52486B in popluar number systems.

HEX52486B
Decimal8272107
Binary101001010010001101011
Octal122110153

Shades and tints

Shades of #52486B

#52486B
(82,72,107)
#4B4262
(75,66,98)
#443C59
(68,60,89)
#3D3650
(61,54,80)
#363047
(54,48,71)
#2F2A3E
(47,42,62)
#282435
(40,36,53)
#211E2C
(33,30,44)
#1A1823
(26,24,35)
#13121A
(19,18,26)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #52486B

#52486B
(82,72,107)
#615878
(97,88,120)
#706885
(112,104,133)
#7F7892
(127,120,146)
#8E889F
(142,136,159)
#9D98AC
(157,152,172)
#ACA8B9
(172,168,185)
#BBB8C6
(187,184,198)
#CAC8D3
(202,200,211)
#D9D8E0
(217,216,224)
#E8E8ED
(232,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52486B color. Also use rgb(82,72,107) instead hex code.

Text Font Color

.myTextColor { color: #52486B; }

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

This text font color is #52486B.


Background Color

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

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

This div background color is #52486B.


Border color

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

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

This div border color is #52486B.


Opacity

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

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

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

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

This text has shadow with #52486B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52486B on black background.


Color preview on white background

This text has color #52486B on white background.



Black color preview on #52486B background

This text has black color on #52486B background.


White color preview on #52486B background

This text has white color on #52486B background.