COLOR #52535F

HEX: #52535F
RGB: (82,83,95)

Color info

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

RGB color model

#52535F color RGB value is (82,83,95).

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

RGB channels and saturation

R 82 of 255 = 32%
G 83 of 255 = 33%
B 95 of 255 = 37%

82
83
95

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

Portions of RGB colors in percentages

R + G + B =
82 + 83 + 95 = 260 (100%)
R 82 of 260 ~ 31.54%
G 83 of 260 ~ 31.92%
B 95 of 260 ~ 36.54%

%31.54
%31.92
%36.54

CMYK color model

#52535F color CMYK value is (14,13,0,63).

  • cyan value is 13.68%
  • magenta value is 12.63%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(14,13,0,63)
C14M13Y0K63 
(14%,13%,0%,63%)
(0.14/0.13/0.00/0.63)	

CMYK percentages

%13.68
%12.63
%0
%62.75

Codes

Color #52535F in popluar color models

52535F
RGB828395
HSL235°7.34%34.71%
HSB/HSV235°13.68%37.25%
CMYK13.68%12.63%0.00%
62.75%

Color #52535F in popluar number systems.

HEX52535F
Decimal828395
Binary101001010100111011111
Octal122123137

Shades and tints

Shades of #52535F

#52535F
(82,83,95)
#4B4C57
(75,76,87)
#44454F
(68,69,79)
#3D3E47
(61,62,71)
#36373F
(54,55,63)
#2F3037
(47,48,55)
#28292F
(40,41,47)
#212227
(33,34,39)
#1A1B1F
(26,27,31)
#131417
(19,20,23)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #52535F

#52535F
(82,83,95)
#61626D
(97,98,109)
#70717B
(112,113,123)
#7F8089
(127,128,137)
#8E8F97
(142,143,151)
#9D9EA5
(157,158,165)
#ACADB3
(172,173,179)
#BBBCC1
(187,188,193)
#CACBCF
(202,203,207)
#D9DADD
(217,218,221)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52535F; }

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

This text font color is #52535F.


Background Color

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

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

This div background color is #52535F.


Border color

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

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

This div border color is #52535F.


Opacity

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

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

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

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

This text has shadow with #52535F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52535F on black background.


Color preview on white background

This text has color #52535F on white background.



Black color preview on #52535F background

This text has black color on #52535F background.


White color preview on #52535F background

This text has white color on #52535F background.