COLOR #525653

HEX: #525653
RGB: (82,86,83)

Color info

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

RGB color model

#525653 color RGB value is (82,86,83).

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

RGB channels and saturation

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

82
86
83

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

Portions of RGB colors in percentages

R + G + B =
82 + 86 + 83 = 251 (100%)
R 82 of 251 ~ 32.67%
G 86 of 251 ~ 34.26%
B 83 of 251 ~ 33.07%

%32.67
%34.26
%33.07

CMYK color model

#525653 color CMYK value is (5,0,3,66).

  • cyan value is 4.65%
  • magenta value is 0.00%
  • yellow value is 3.49%
  • key color value is 66.27%
CMYK:
(5,0,3,66)
C5M0Y3K66 
(5%,0%,3%,66%)
(0.05/0.00/0.03/0.66)	

CMYK percentages

%4.65
%0
%3.49
%66.27

Codes

Color #525653 in popluar color models

525653
RGB828683
HSL135°2.38%32.94%
HSB/HSV135°4.65%33.73%
CMYK4.65%0.00%3.49%
66.27%

Color #525653 in popluar number systems.

HEX525653
Decimal828683
Binary101001010101101010011
Octal122126123

Shades and tints

Shades of #525653

#525653
(82,86,83)
#4B4F4C
(75,79,76)
#444845
(68,72,69)
#3D413E
(61,65,62)
#363A37
(54,58,55)
#2F3330
(47,51,48)
#282C29
(40,44,41)
#212522
(33,37,34)
#1A1E1B
(26,30,27)
#131714
(19,23,20)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #525653

#525653
(82,86,83)
#616562
(97,101,98)
#707471
(112,116,113)
#7F8380
(127,131,128)
#8E928F
(142,146,143)
#9DA19E
(157,161,158)
#ACB0AD
(172,176,173)
#BBBFBC
(187,191,188)
#CACECB
(202,206,203)
#D9DDDA
(217,221,218)
#E8ECE9
(232,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525653; }

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

This text font color is #525653.


Background Color

.myBgColor { background-color: #525653; }

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

This div background color is #525653.


Border color

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

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

This div border color is #525653.


Opacity

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

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

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

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

This text has shadow with #525653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525653 on black background.


Color preview on white background

This text has color #525653 on white background.



Black color preview on #525653 background

This text has black color on #525653 background.


White color preview on #525653 background

This text has white color on #525653 background.