COLOR #525256

HEX: #525256 RGB: (82,82,86)

Color info

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

RGB color model

#525256 color RGB value is (82,82,86).

RGB: (82,82,86) (32%, 32%, 34%)

RGB channels and saturation

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

82
82
86

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

Portions of RGB colors in percentages

R + G + B = 82 + 82 + 86 = 250 (100%)
R 82 of 250 ~ 32.8%
G 82 of 250 ~ 32.8%
B 86 of 250 ~ 34.4'%

%32.8
%32.8
%34.4

CMYK color model

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

  • cyan value is 4.65%
  • magenta value is 4.65%
  • yellow value is 0.00%
  • key color value is 66.27%

CMYK: (5,5,0,66)
C5M5Y0K66 (5%, 5%, 0%, 66%)
(0.05 / 0.05 / 0.00 / 0.66)

CMYK percentages

%4.65
%4.65
%0
%66.27

Codes

Color #525256 in popluar color models

52 52 56
RGB 82 82 86
HSL 240° 2.38% 32.94%
HSB/HSV 240° 4.65% 33.73%
CMYK 4.65% 4.65% 0.00%
66.27%

Color #525256 in popluar number systems.

HEX 52 52 56
Decimal 82 82 86
Binary 1010010 1010010 1010110
Octal 122 122 126

Shades and tints

Shades of #525256

#525256
(82,82,86)
#4B4B4F
(75,75,79)
#444448
(68,68,72)
#3D3D41
(61,61,65)
#36363A
(54,54,58)
#2F2F33
(47,47,51)
#28282C
(40,40,44)
#212125
(33,33,37)
#1A1A1E
(26,26,30)
#131317
(19,19,23)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #525256

#525256
(82,82,86)
#616165
(97,97,101)
#707074
(112,112,116)
#7F7F83
(127,127,131)
#8E8E92
(142,142,146)
#9D9DA1
(157,157,161)
#ACACB0
(172,172,176)
#BBBBBF
(187,187,191)
#CACACE
(202,202,206)
#D9D9DD
(217,217,221)
#E8E8EC
(232,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525256; }

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

This text font color is #525256.

Background Color

.myBgColor { background-color: #525256; }

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

This div background color is #525256.

Border color

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

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

This div border color is #525256.

Opacity

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

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

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

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

This text has shadow with #525256 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #525256.

Preview

Color preview on black background

This text has color #525256 on black background.


Color preview on white background

This text has color #525256 on white background.


Black color preview on #525256 background

This text has black color on #525256 background.


White color preview on #525256 background

This text has white color on #525256 background.


Related colors

Complementary color

Complementary color for #hex is #ADADA9.


I love getcolorcode.com