COLOR #52536F

HEX: #52536F
RGB: (82,83,111)

Color info

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

RGB color model

#52536F color RGB value is (82,83,111).

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

RGB channels and saturation

R 82 of 255 = 32%
G 83 of 255 = 33%
B 111 of 255 = 44%

82
83
111

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

Portions of RGB colors in percentages

R + G + B =
82 + 83 + 111 = 276 (100%)
R 82 of 276 ~ 29.71%
G 83 of 276 ~ 30.07%
B 111 of 276 ~ 40.22%

%29.71
%30.07
%40.22

CMYK color model

#52536F color CMYK value is (26,25,0,56).

  • cyan value is 26.13%
  • magenta value is 25.23%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(26,25,0,56)
C26M25Y0K56 
(26%,25%,0%,56%)
(0.26/0.25/0.00/0.56)	

CMYK percentages

%26.13
%25.23
%0
%56.47

Codes

Color #52536F in popluar color models

52536F
RGB8283111
HSL238°15.03%37.84%
HSB/HSV238°26.13%43.53%
CMYK26.13%25.23%0.00%
56.47%

Color #52536F in popluar number systems.

HEX52536F
Decimal8283111
Binary101001010100111101111
Octal122123157

Shades and tints

Shades of #52536F

#52536F
(82,83,111)
#4B4C65
(75,76,101)
#44455B
(68,69,91)
#3D3E51
(61,62,81)
#363747
(54,55,71)
#2F303D
(47,48,61)
#282933
(40,41,51)
#212229
(33,34,41)
#1A1B1F
(26,27,31)
#131415
(19,20,21)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #52536F

#52536F
(82,83,111)
#61627C
(97,98,124)
#707189
(112,113,137)
#7F8096
(127,128,150)
#8E8FA3
(142,143,163)
#9D9EB0
(157,158,176)
#ACADBD
(172,173,189)
#BBBCCA
(187,188,202)
#CACBD7
(202,203,215)
#D9DAE4
(217,218,228)
#E8E9F1
(232,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52536F color. Also use rgb(82,83,111) instead hex code.

Text Font Color

.myTextColor { color: #52536F; }

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

This text font color is #52536F.


Background Color

.myBgColor { background-color: #52536F; }

<div style="background-color:#52536F">Inner text</div>

This div background color is #52536F.


Border color

.myBorderColor { border: 1px solid #52536F; }

<div style="border:3px solid #52536F">Div</div>

This div border color is #52536F.


Opacity

.myOpacity80 { color: #52536F; opacity: 0.8; }

<p style="color:#52536F;opacity:0.8;">80%</p>

Text with #52536F 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 #52536F;}

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

This text has shadow with #52536F color.

.textShadow {text-shadow: 3px 3px 1px #52536F, 3px 3px 1px red;}

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

This text has shadow with #52536F primary color and red secondary color.


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

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

This text has shadow with #52536F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52536F on black background.


Color preview on white background

This text has color #52536F on white background.



Black color preview on #52536F background

This text has black color on #52536F background.


White color preview on #52536F background

This text has white color on #52536F background.