COLOR #525253

HEX: #525253
RGB: (82,82,83)

Color info

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

RGB color model

#525253 color RGB value is (82,82,83).

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

RGB channels and saturation

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

82
82
83

R + G + B ~ 32%. #525253 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 82 + 83 = 247 (100%)
R 82 of 247 ~ 33.2%
G 82 of 247 ~ 33.2%
B 83 of 247 ~ 33.6%

%33.2
%33.2
%33.6

CMYK color model

#525253 color CMYK value is (1,1,0,67).

  • cyan value is 1.20%
  • magenta value is 1.20%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(1,1,0,67)
C1M1Y0K67 
(1%,1%,0%,67%)
(0.01/0.01/0.00/0.67)	

CMYK percentages

%1.2
%1.2
%0
%67.45

Codes

Color #525253 in popluar color models

525253
RGB828283
HSL240°0.61%32.35%
HSB/HSV240°1.20%32.55%
CMYK1.20%1.20%0.00%
67.45%

Color #525253 in popluar number systems.

HEX525253
Decimal828283
Binary101001010100101010011
Octal122122123

Shades and tints

Shades of #525253

#525253
(82,82,83)
#4B4B4C
(75,75,76)
#444445
(68,68,69)
#3D3D3E
(61,61,62)
#363637
(54,54,55)
#2F2F30
(47,47,48)
#282829
(40,40,41)
#212122
(33,33,34)
#1A1A1B
(26,26,27)
#131314
(19,19,20)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #525253

#525253
(82,82,83)
#616162
(97,97,98)
#707071
(112,112,113)
#7F7F80
(127,127,128)
#8E8E8F
(142,142,143)
#9D9D9E
(157,157,158)
#ACACAD
(172,172,173)
#BBBBBC
(187,187,188)
#CACACB
(202,202,203)
#D9D9DA
(217,217,218)
#E8E8E9
(232,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525253; }

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

This text font color is #525253.


Background Color

.myBgColor { background-color: #525253; }

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

This div background color is #525253.


Border color

.myBorderColor { border: 1px solid #525253; }

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

This div border color is #525253.


Opacity

.myOpacity80 { color: #525253; opacity: 0.8; }

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

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

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

This text has shadow with #525253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525253 on black background.


Color preview on white background

This text has color #525253 on white background.



Black color preview on #525253 background

This text has black color on #525253 background.


White color preview on #525253 background

This text has white color on #525253 background.