COLOR #52525B

HEX: #52525B
RGB: (82,82,91)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

82
82
91

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

Portions of RGB colors in percentages

R + G + B =
82 + 82 + 91 = 255 (100%)
R 82 of 255 ~ 32.16%
G 82 of 255 ~ 32.16%
B 91 of 255 ~ 35.69%

%32.16
%32.16
%35.69

CMYK color model

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

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

CMYK percentages

%9.89
%9.89
%0
%64.31

Codes

Color #52525B in popluar color models

52525B
RGB828291
HSL240°5.20%33.92%
HSB/HSV240°9.89%35.69%
CMYK9.89%9.89%0.00%
64.31%

Color #52525B in popluar number systems.

HEX52525B
Decimal828291
Binary101001010100101011011
Octal122122133

Shades and tints

Shades of #52525B

#52525B
(82,82,91)
#4B4B53
(75,75,83)
#44444B
(68,68,75)
#3D3D43
(61,61,67)
#36363B
(54,54,59)
#2F2F33
(47,47,51)
#28282B
(40,40,43)
#212123
(33,33,35)
#1A1A1B
(26,26,27)
#131313
(19,19,19)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #52525B

#52525B
(82,82,91)
#616169
(97,97,105)
#707077
(112,112,119)
#7F7F85
(127,127,133)
#8E8E93
(142,142,147)
#9D9DA1
(157,157,161)
#ACACAF
(172,172,175)
#BBBBBD
(187,187,189)
#CACACB
(202,202,203)
#D9D9D9
(217,217,217)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52525B; }

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

This text font color is #52525B.


Background Color

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

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

This div background color is #52525B.


Border color

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

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

This div border color is #52525B.


Opacity

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

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

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

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

This text has shadow with #52525B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52525B on black background.


Color preview on white background

This text has color #52525B on white background.



Black color preview on #52525B background

This text has black color on #52525B background.


White color preview on #52525B background

This text has white color on #52525B background.