COLOR #52495E

HEX: #52495E
RGB: (82,73,94)

Color info

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

RGB color model

#52495E color RGB value is (82,73,94).

  • red value is 82;
  • green value is 73;
  • blue value is 94.
RGB:
(82,73,94)
(32%,29%,37%)

RGB channels and saturation

R 82 of 255 = 32%
G 73 of 255 = 29%
B 94 of 255 = 37%

82
73
94

R + G + B ~ 33%. #52495E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 73 + 94 = 249 (100%)
R 82 of 249 ~ 32.93%
G 73 of 249 ~ 29.32%
B 94 of 249 ~ 37.75%

%32.93
%29.32
%37.75

CMYK color model

#52495E color CMYK value is (13,22,0,63).

  • cyan value is 12.77%
  • magenta value is 22.34%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(13,22,0,63)
C13M22Y0K63 
(13%,22%,0%,63%)
(0.13/0.22/0.00/0.63)	

CMYK percentages

%12.77
%22.34
%0
%63.14

Codes

Color #52495E in popluar color models

52495E
RGB827394
HSL266°12.57%32.75%
HSB/HSV266°22.34%36.86%
CMYK12.77%22.34%0.00%
63.14%

Color #52495E in popluar number systems.

HEX52495E
Decimal827394
Binary101001010010011011110
Octal122111136

Shades and tints

Shades of #52495E

#52495E
(82,73,94)
#4B4356
(75,67,86)
#443D4E
(68,61,78)
#3D3746
(61,55,70)
#36313E
(54,49,62)
#2F2B36
(47,43,54)
#28252E
(40,37,46)
#211F26
(33,31,38)
#1A191E
(26,25,30)
#131316
(19,19,22)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #52495E

#52495E
(82,73,94)
#61596C
(97,89,108)
#70697A
(112,105,122)
#7F7988
(127,121,136)
#8E8996
(142,137,150)
#9D99A4
(157,153,164)
#ACA9B2
(172,169,178)
#BBB9C0
(187,185,192)
#CAC9CE
(202,201,206)
#D9D9DC
(217,217,220)
#E8E9EA
(232,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52495E color. Also use rgb(82,73,94) instead hex code.

Text Font Color

.myTextColor { color: #52495E; }

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

This text font color is #52495E.


Background Color

.myBgColor { background-color: #52495E; }

<div style="background-color:#52495E">Inner text</div>

This div background color is #52495E.


Border color

.myBorderColor { border: 1px solid #52495E; }

<div style="border:3px solid #52495E">Div</div>

This div border color is #52495E.


Opacity

.myOpacity80 { color: #52495E; opacity: 0.8; }

<p style="color:#52495E;opacity:0.8;">80%</p>

Text with #52495E 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 #52495E;}

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

This text has shadow with #52495E color.

.textShadow {text-shadow: 3px 3px 1px #52495E, 3px 3px 1px red;}

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

This text has shadow with #52495E primary color and red secondary color.


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

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

This text has shadow with #52495E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52495E on black background.


Color preview on white background

This text has color #52495E on white background.



Black color preview on #52495E background

This text has black color on #52495E background.


White color preview on #52495E background

This text has white color on #52495E background.