COLOR #525A48

HEX: #525A48
RGB: (82,90,72)

Color info

#525A48 contains red, green and blue colors in about the same proportion. Web safe color of #525A48 is #666633 (or #663).

RGB color model

#525A48 color RGB value is (82,90,72).

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

RGB channels and saturation

R 82 of 255 = 32%
G 90 of 255 = 35%
B 72 of 255 = 28%

82
90
72

R + G + B ~ 32%. #525A48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 90 + 72 = 244 (100%)
R 82 of 244 ~ 33.61%
G 90 of 244 ~ 36.89%
B 72 of 244 ~ 29.51%

%33.61
%36.89
%29.51

CMYK color model

#525A48 color CMYK value is (9,0,20,65).

  • cyan value is 8.89%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 64.71%
CMYK:
(9,0,20,65)
C9M0Y20K65 
(9%,0%,20%,65%)
(0.09/0.00/0.20/0.65)	

CMYK percentages

%8.89
%0
%20
%64.71

Codes

Color #525A48 in popluar color models

525A48
RGB829072
HSL87°11.11%31.76%
HSB/HSV87°20.00%35.29%
CMYK8.89%0.00%20.00%
64.71%

Color #525A48 in popluar number systems.

HEX525A48
Decimal829072
Binary101001010110101001000
Octal122132110

Shades and tints

Shades of #525A48

#525A48
(82,90,72)
#4B5242
(75,82,66)
#444A3C
(68,74,60)
#3D4236
(61,66,54)
#363A30
(54,58,48)
#2F322A
(47,50,42)
#282A24
(40,42,36)
#21221E
(33,34,30)
#1A1A18
(26,26,24)
#131212
(19,18,18)
#0C0A0C
(12,10,12)
#000000
(0,0,0)

Tints of #525A48

#525A48
(82,90,72)
#616958
(97,105,88)
#707868
(112,120,104)
#7F8778
(127,135,120)
#8E9688
(142,150,136)
#9DA598
(157,165,152)
#ACB4A8
(172,180,168)
#BBC3B8
(187,195,184)
#CAD2C8
(202,210,200)
#D9E1D8
(217,225,216)
#E8F0E8
(232,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525A48; }

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

This text font color is #525A48.


Background Color

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

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

This div background color is #525A48.


Border color

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

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

This div border color is #525A48.


Opacity

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

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

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

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

This text has shadow with #525A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525A48 on black background.


Color preview on white background

This text has color #525A48 on white background.



Black color preview on #525A48 background

This text has black color on #525A48 background.


White color preview on #525A48 background

This text has white color on #525A48 background.