COLOR #525D66

HEX: #525D66 RGB: (82,93,102)

Color info

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

RGB color model

#525D66 color RGB value is (82,93,102).

RGB: (82,93,102) (32%, 36%, 40%)

RGB channels and saturation

R 82 of 255 = 32%
G 93 of 255 = 36%
B 102 of 255 = 40%

82
93
102

R + G + B ~ 36%. #525D66 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 93 + 102 = 277 (100%)
R 82 of 277 ~ 29.6%
G 93 of 277 ~ 33.57%
B 102 of 277 ~ 36.82'%

%29.6
%33.57
%36.82

CMYK color model

#525D66 color CMYK value is (20,9,0,60).

  • cyan value is 19.61%
  • magenta value is 8.82%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (20,9,0,60)
C20M9Y0K60 (20%, 9%, 0%, 60%)
(0.20 / 0.09 / 0.00 / 0.60)

CMYK percentages

%19.61
%8.82
%0
%60

Codes

Color #525D66 in popluar color models

52 5D 66
RGB 82 93 102
HSL 207° 10.87% 36.08%
HSB/HSV 207° 19.61% 40.00%
CMYK 19.61% 8.82% 0.00%
60.00%

Color #525D66 in popluar number systems.

HEX 52 5D 66
Decimal 82 93 102
Binary 1010010 1011101 1100110
Octal 122 135 146

Shades and tints

Shades of #525D66

#525D66
(82,93,102)
#4B555D
(75,85,93)
#444D54
(68,77,84)
#3D454B
(61,69,75)
#363D42
(54,61,66)
#2F3539
(47,53,57)
#282D30
(40,45,48)
#212527
(33,37,39)
#1A1D1E
(26,29,30)
#131515
(19,21,21)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #525D66

#525D66
(82,93,102)
#616B73
(97,107,115)
#707980
(112,121,128)
#7F878D
(127,135,141)
#8E959A
(142,149,154)
#9DA3A7
(157,163,167)
#ACB1B4
(172,177,180)
#BBBFC1
(187,191,193)
#CACDCE
(202,205,206)
#D9DBDB
(217,219,219)
#E8E9E8
(232,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525D66 color. Also use rgb(82,93,102) instead hex code.

Text Font Color

.myTextColor { color: #525D66; }

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

This text font color is #525D66.

Background Color

.myBgColor { background-color: #525D66; }

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

This div background color is #525D66.

Border color

.myBorderColor { border: 1px solid #525D66; }

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

This div border color is #525D66.

Opacity

.myOpacity80 { color: #525D66; opacity: 0.8; }

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

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

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

This text has shadow with #525D66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #525D66.

Preview

Color preview on black background

This text has color #525D66 on black background.


Color preview on white background

This text has color #525D66 on white background.


Black color preview on #525D66 background

This text has black color on #525D66 background.


White color preview on #525D66 background

This text has white color on #525D66 background.


Related colors

Complementary color

Complementary color for #hex is #ADA299.


I love getcolorcode.com

Triadic colors

1 #66525D and #5D6652 with #525D66 are triadic colors.

2 #665D52 and #5D5266 with #525D66 are triadic colors.