COLOR #53525B

HEX: #53525B
RGB: (83,82,91)

Color info

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

RGB color model

#53525B color RGB value is (83,82,91).

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

RGB channels and saturation

R 83 of 255 = 33%
G 82 of 255 = 32%
B 91 of 255 = 36%

83
82
91

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

Portions of RGB colors in percentages

R + G + B =
83 + 82 + 91 = 256 (100%)
R 83 of 256 ~ 32.42%
G 82 of 256 ~ 32.03%
B 91 of 256 ~ 35.55%

%32.42
%32.03
%35.55

CMYK color model

#53525B color CMYK value is (9,10,0,64).

  • cyan value is 8.79%
  • magenta value is 9.89%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(9,10,0,64)
C9M10Y0K64 
(9%,10%,0%,64%)
(0.09/0.10/0.00/0.64)	

CMYK percentages

%8.79
%9.89
%0
%64.31

Codes

Color #53525B in popluar color models

53525B
RGB838291
HSL247°5.20%33.92%
HSB/HSV247°9.89%35.69%
CMYK8.79%9.89%0.00%
64.31%

Color #53525B in popluar number systems.

HEX53525B
Decimal838291
Binary101001110100101011011
Octal123122133

Shades and tints

Shades of #53525B

#53525B
(83,82,91)
#4C4B53
(76,75,83)
#45444B
(69,68,75)
#3E3D43
(62,61,67)
#37363B
(55,54,59)
#302F33
(48,47,51)
#29282B
(41,40,43)
#222123
(34,33,35)
#1B1A1B
(27,26,27)
#141313
(20,19,19)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #53525B

#53525B
(83,82,91)
#626169
(98,97,105)
#717077
(113,112,119)
#807F85
(128,127,133)
#8F8E93
(143,142,147)
#9E9DA1
(158,157,161)
#ADACAF
(173,172,175)
#BCBBBD
(188,187,189)
#CBCACB
(203,202,203)
#DAD9D9
(218,217,217)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53525B color. Also use rgb(83,82,91) instead hex code.

Text Font Color

.myTextColor { color: #53525B; }

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

This text font color is #53525B.


Background Color

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

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

This div background color is #53525B.


Border color

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

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

This div border color is #53525B.


Opacity

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

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

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

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

This text has shadow with #53525B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53525B on black background.


Color preview on white background

This text has color #53525B on white background.



Black color preview on #53525B background

This text has black color on #53525B background.


White color preview on #53525B background

This text has white color on #53525B background.