COLOR #525A4F

HEX: #525A4F
RGB: (82,90,79)

Color info

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

RGB color model

#525A4F color RGB value is (82,90,79).

  • red value is 82;
  • green value is 90;
  • blue value is 79.
RGB:
(82,90,79)
(32%,35%,31%)

RGB channels and saturation

R 82 of 255 = 32%
G 90 of 255 = 35%
B 79 of 255 = 31%

82
90
79

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

Portions of RGB colors in percentages

R + G + B =
82 + 90 + 79 = 251 (100%)
R 82 of 251 ~ 32.67%
G 90 of 251 ~ 35.86%
B 79 of 251 ~ 31.47%

%32.67
%35.86
%31.47

CMYK color model

#525A4F color CMYK value is (9,0,12,65).

  • cyan value is 8.89%
  • magenta value is 0.00%
  • yellow value is 12.22%
  • key color value is 64.71%
CMYK:
(9,0,12,65)
C9M0Y12K65 
(9%,0%,12%,65%)
(0.09/0.00/0.12/0.65)	

CMYK percentages

%8.89
%0
%12.22
%64.71

Codes

Color #525A4F in popluar color models

525A4F
RGB829079
HSL104°6.51%33.14%
HSB/HSV104°12.22%35.29%
CMYK8.89%0.00%12.22%
64.71%

Color #525A4F in popluar number systems.

HEX525A4F
Decimal829079
Binary101001010110101001111
Octal122132117

Shades and tints

Shades of #525A4F

#525A4F
(82,90,79)
#4B5248
(75,82,72)
#444A41
(68,74,65)
#3D423A
(61,66,58)
#363A33
(54,58,51)
#2F322C
(47,50,44)
#282A25
(40,42,37)
#21221E
(33,34,30)
#1A1A17
(26,26,23)
#131210
(19,18,16)
#0C0A09
(12,10,9)
#000000
(0,0,0)

Tints of #525A4F

#525A4F
(82,90,79)
#61695F
(97,105,95)
#70786F
(112,120,111)
#7F877F
(127,135,127)
#8E968F
(142,150,143)
#9DA59F
(157,165,159)
#ACB4AF
(172,180,175)
#BBC3BF
(187,195,191)
#CAD2CF
(202,210,207)
#D9E1DF
(217,225,223)
#E8F0EF
(232,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525A4F; }

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

This text font color is #525A4F.


Background Color

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

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

This div background color is #525A4F.


Border color

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

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

This div border color is #525A4F.


Opacity

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

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

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

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

This text has shadow with #525A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525A4F on black background.


Color preview on white background

This text has color #525A4F on white background.



Black color preview on #525A4F background

This text has black color on #525A4F background.


White color preview on #525A4F background

This text has white color on #525A4F background.