COLOR #525268

HEX: #525268 RGB: (82,82,104)

Color info

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

RGB color model

#525268 color RGB value is (82,82,104).

RGB: (82,82,104) (32%, 32%, 41%)

RGB channels and saturation

R 82 of 255 = 32%
G 82 of 255 = 32%
B 104 of 255 = 41%

82
82
104

R + G + B ~ 35%. #525268 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 82 + 104 = 268 (100%)
R 82 of 268 ~ 30.6%
G 82 of 268 ~ 30.6%
B 104 of 268 ~ 38.81'%

%30.6
%30.6
%38.81

CMYK color model

#525268 color CMYK value is (21,21,0,59).

  • cyan value is 21.15%
  • magenta value is 21.15%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK: (21,21,0,59) C21M21Y0K59 (21%,21%,0%,59%) (0.21/0.21/0.00/0.59) 

CMYK percentages

%21.15
%21.15
%0
%59.22

Codes

Color #525268 in popluar color models

52 52 68
RGB 82 82 104
HSL 240° 11.83% 36.47%
HSB/HSV 240° 21.15% 40.78%
CMYK 21.15% 21.15% 0.00%
59.22%

Color #525268 in popluar number systems.

HEX 52 52 68
Decimal 82 82 104
Binary 1010010 1010010 1101000
Octal 122 122 150

Shades and tints

Shades of #525268

#525268
(82,82,104)
#4B4B5F
(75,75,95)
#444456
(68,68,86)
#3D3D4D
(61,61,77)
#363644
(54,54,68)
#2F2F3B
(47,47,59)
#282832
(40,40,50)
#212129
(33,33,41)
#1A1A20
(26,26,32)
#131317
(19,19,23)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #525268

#525268
(82,82,104)
#616175
(97,97,117)
#707082
(112,112,130)
#7F7F8F
(127,127,143)
#8E8E9C
(142,142,156)
#9D9DA9
(157,157,169)
#ACACB6
(172,172,182)
#BBBBC3
(187,187,195)
#CACAD0
(202,202,208)
#D9D9DD
(217,217,221)
#E8E8EA
(232,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525268; }

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

This text font color is #525268.

Background Color

.myBgColor { background-color: #525268; }

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

This div background color is #525268.

Border color

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

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

This div border color is #525268.

Opacity

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

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

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

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

This text has shadow with #525268 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #525268.

Preview

Color preview on black background

This text has color #525268 on black background.


Color preview on white background

This text has color #525268 on white background.


Black color preview on #525268 background

This text has black color on #525268 background.


White color preview on #525268 background

This text has white color on #525268 background.


Related colors

Complementary color

Complementary color for #hex is #ADAD97.


I love getcolorcode.com