COLOR #525B4E

HEX: #525B4E
RGB: (82,91,78)

Color info

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

RGB color model

#525B4E color RGB value is (82,91,78).

  • red value is 82;
  • green value is 91;
  • blue value is 78.
RGB:
(82,91,78)
(32%,36%,31%)

RGB channels and saturation

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

82
91
78

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

Portions of RGB colors in percentages

R + G + B =
82 + 91 + 78 = 251 (100%)
R 82 of 251 ~ 32.67%
G 91 of 251 ~ 36.25%
B 78 of 251 ~ 31.08%

%32.67
%36.25
%31.08

CMYK color model

#525B4E color CMYK value is (10,0,14,64).

  • cyan value is 9.89%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 64.31%
CMYK:
(10,0,14,64)
C10M0Y14K64 
(10%,0%,14%,64%)
(0.10/0.00/0.14/0.64)	

CMYK percentages

%9.89
%0
%14.29
%64.31

Codes

Color #525B4E in popluar color models

525B4E
RGB829178
HSL102°7.69%33.14%
HSB/HSV102°14.29%35.69%
CMYK9.89%0.00%14.29%
64.31%

Color #525B4E in popluar number systems.

HEX525B4E
Decimal829178
Binary101001010110111001110
Octal122133116

Shades and tints

Shades of #525B4E

#525B4E
(82,91,78)
#4B5347
(75,83,71)
#444B40
(68,75,64)
#3D4339
(61,67,57)
#363B32
(54,59,50)
#2F332B
(47,51,43)
#282B24
(40,43,36)
#21231D
(33,35,29)
#1A1B16
(26,27,22)
#13130F
(19,19,15)
#0C0B08
(12,11,8)
#000000
(0,0,0)

Tints of #525B4E

#525B4E
(82,91,78)
#61695E
(97,105,94)
#70776E
(112,119,110)
#7F857E
(127,133,126)
#8E938E
(142,147,142)
#9DA19E
(157,161,158)
#ACAFAE
(172,175,174)
#BBBDBE
(187,189,190)
#CACBCE
(202,203,206)
#D9D9DE
(217,217,222)
#E8E7EE
(232,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525B4E; }

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

This text font color is #525B4E.


Background Color

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

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

This div background color is #525B4E.


Border color

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

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

This div border color is #525B4E.


Opacity

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

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

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

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

This text has shadow with #525B4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525B4E on black background.


Color preview on white background

This text has color #525B4E on white background.



Black color preview on #525B4E background

This text has black color on #525B4E background.


White color preview on #525B4E background

This text has white color on #525B4E background.