COLOR #525953

HEX: #525953
RGB: (82,89,83)

Color info

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

RGB color model

#525953 color RGB value is (82,89,83).

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

RGB channels and saturation

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

82
89
83

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

Portions of RGB colors in percentages

R + G + B =
82 + 89 + 83 = 254 (100%)
R 82 of 254 ~ 32.28%
G 89 of 254 ~ 35.04%
B 83 of 254 ~ 32.68%

%32.28
%35.04
%32.68

CMYK color model

#525953 color CMYK value is (8,0,7,65).

  • cyan value is 7.87%
  • magenta value is 0.00%
  • yellow value is 6.74%
  • key color value is 65.10%
CMYK:
(8,0,7,65)
C8M0Y7K65 
(8%,0%,7%,65%)
(0.08/0.00/0.07/0.65)	

CMYK percentages

%7.87
%0
%6.74
%65.1

Codes

Color #525953 in popluar color models

525953
RGB828983
HSL129°4.09%33.53%
HSB/HSV129°7.87%34.90%
CMYK7.87%0.00%6.74%
65.10%

Color #525953 in popluar number systems.

HEX525953
Decimal828983
Binary101001010110011010011
Octal122131123

Shades and tints

Shades of #525953

#525953
(82,89,83)
#4B514C
(75,81,76)
#444945
(68,73,69)
#3D413E
(61,65,62)
#363937
(54,57,55)
#2F3130
(47,49,48)
#282929
(40,41,41)
#212122
(33,33,34)
#1A191B
(26,25,27)
#131114
(19,17,20)
#0C090D
(12,9,13)
#000000
(0,0,0)

Tints of #525953

#525953
(82,89,83)
#616862
(97,104,98)
#707771
(112,119,113)
#7F8680
(127,134,128)
#8E958F
(142,149,143)
#9DA49E
(157,164,158)
#ACB3AD
(172,179,173)
#BBC2BC
(187,194,188)
#CAD1CB
(202,209,203)
#D9E0DA
(217,224,218)
#E8EFE9
(232,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525953; }

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

This text font color is #525953.


Background Color

.myBgColor { background-color: #525953; }

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

This div background color is #525953.


Border color

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

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

This div border color is #525953.


Opacity

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

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

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

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

This text has shadow with #525953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525953 on black background.


Color preview on white background

This text has color #525953 on white background.



Black color preview on #525953 background

This text has black color on #525953 background.


White color preview on #525953 background

This text has white color on #525953 background.