COLOR #52537A

HEX: #52537A
RGB: (82,83,122)

Color info

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

RGB color model

#52537A color RGB value is (82,83,122).

  • red value is 82;
  • green value is 83;
  • blue value is 122.
RGB:
(82,83,122)
(32%,33%,48%)

RGB channels and saturation

R 82 of 255 = 32%
G 83 of 255 = 33%
B 122 of 255 = 48%

82
83
122

R + G + B ~ 38%. #52537A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 83 + 122 = 287 (100%)
R 82 of 287 ~ 28.57%
G 83 of 287 ~ 28.92%
B 122 of 287 ~ 42.51%

%28.57
%28.92
%42.51

CMYK color model

#52537A color CMYK value is (33,32,0,52).

  • cyan value is 32.79%
  • magenta value is 31.97%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(33,32,0,52)
C33M32Y0K52 
(33%,32%,0%,52%)
(0.33/0.32/0.00/0.52)	

CMYK percentages

%32.79
%31.97
%0
%52.16

Codes

Color #52537A in popluar color models

52537A
RGB8283122
HSL239°19.61%40.00%
HSB/HSV239°32.79%47.84%
CMYK32.79%31.97%0.00%
52.16%

Color #52537A in popluar number systems.

HEX52537A
Decimal8283122
Binary101001010100111111010
Octal122123172

Shades and tints

Shades of #52537A

#52537A
(82,83,122)
#4B4C6F
(75,76,111)
#444564
(68,69,100)
#3D3E59
(61,62,89)
#36374E
(54,55,78)
#2F3043
(47,48,67)
#282938
(40,41,56)
#21222D
(33,34,45)
#1A1B22
(26,27,34)
#131417
(19,20,23)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #52537A

#52537A
(82,83,122)
#616286
(97,98,134)
#707192
(112,113,146)
#7F809E
(127,128,158)
#8E8FAA
(142,143,170)
#9D9EB6
(157,158,182)
#ACADC2
(172,173,194)
#BBBCCE
(187,188,206)
#CACBDA
(202,203,218)
#D9DAE6
(217,218,230)
#E8E9F2
(232,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52537A color. Also use rgb(82,83,122) instead hex code.

Text Font Color

.myTextColor { color: #52537A; }

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

This text font color is #52537A.


Background Color

.myBgColor { background-color: #52537A; }

<div style="background-color:#52537A">Inner text</div>

This div background color is #52537A.


Border color

.myBorderColor { border: 1px solid #52537A; }

<div style="border:3px solid #52537A">Div</div>

This div border color is #52537A.


Opacity

.myOpacity80 { color: #52537A; opacity: 0.8; }

<p style="color:#52537A;opacity:0.8;">80%</p>

Text with #52537A 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 #52537A;}

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

This text has shadow with #52537A color.

.textShadow {text-shadow: 3px 3px 1px #52537A, 3px 3px 1px red;}

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

This text has shadow with #52537A primary color and red secondary color.


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

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

This text has shadow with #52537A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52537A on black background.


Color preview on white background

This text has color #52537A on white background.



Black color preview on #52537A background

This text has black color on #52537A background.


White color preview on #52537A background

This text has white color on #52537A background.