COLOR #525B4F

HEX: #525B4F RGB: (82,91,79)

Color info

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

RGB color model

#525B4F color RGB value is (82,91,79).

RGB: (82,91,79) (32%, 36%, 31%)

RGB channels and saturation

R 82 of 255 = 32%
G 91 of 255 = 36%
B 79 of 255 = 31%

82
91
79

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

Portions of RGB colors in percentages

R + G + B = 82 + 91 + 79 = 252 (100%)
R 82 of 252 ~ 32.54%
G 91 of 252 ~ 36.11%
B 79 of 252 ~ 31.35'%

%32.54
%36.11
%31.35

CMYK color model

#525B4F color CMYK value is (10,0,13,64).

  • cyan value is 9.89%
  • magenta value is 0.00%
  • yellow value is 13.19%
  • key color value is 64.31%

CMYK: (10,0,13,64)
C10M0Y13K64 (10%, 0%, 13%, 64%)
(0.10 / 0.00 / 0.13 / 0.64)

CMYK percentages

%9.89
%0
%13.19
%64.31

Codes

Color #525B4F in popluar color models

52 5B 4F
RGB 82 91 79
HSL 105° 7.06% 33.33%
HSB/HSV 105° 13.19% 35.69%
CMYK 9.89% 0.00% 13.19%
64.31%

Color #525B4F in popluar number systems.

HEX 52 5B 4F
Decimal 82 91 79
Binary 1010010 1011011 1001111
Octal 122 133 117

Shades and tints

Shades of #525B4F

#525B4F
(82,91,79)
#4B5348
(75,83,72)
#444B41
(68,75,65)
#3D433A
(61,67,58)
#363B33
(54,59,51)
#2F332C
(47,51,44)
#282B25
(40,43,37)
#21231E
(33,35,30)
#1A1B17
(26,27,23)
#131310
(19,19,16)
#0C0B09
(12,11,9)
#000000
(0,0,0)

Tints of #525B4F

#525B4F
(82,91,79)
#61695F
(97,105,95)
#70776F
(112,119,111)
#7F857F
(127,133,127)
#8E938F
(142,147,143)
#9DA19F
(157,161,159)
#ACAFAF
(172,175,175)
#BBBDBF
(187,189,191)
#CACBCF
(202,203,207)
#D9D9DF
(217,217,223)
#E8E7EF
(232,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525B4F color. Also use rgb(82,91,79) instead hex code.

Text Font Color

.myTextColor { color: #525B4F; }

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

This text font color is #525B4F.

Background Color

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

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

This div background color is #525B4F.

Border color

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

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

This div border color is #525B4F.

Opacity

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

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

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

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

This text has shadow with #525B4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #525B4F.

Preview

Color preview on black background

This text has color #525B4F on black background.


Color preview on white background

This text has color #525B4F on white background.


Black color preview on #525B4F background

This text has black color on #525B4F background.


White color preview on #525B4F background

This text has white color on #525B4F background.


Related colors

Complementary color

Complementary color for #hex is #ADA4B0.


I love getcolorcode.com

Triadic colors

1 #4F525B and #5B4F52 with #525B4F are triadic colors.

2 #4F5B52 and #5B524F with #525B4F are triadic colors.