COLOR #525C4C

HEX: #525C4C
RGB: (82,92,76)

Color info

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

RGB color model

#525C4C color RGB value is (82,92,76).

  • red value is 82;
  • green value is 92;
  • blue value is 76.
RGB:
(82,92,76)
(32%,36%,30%)

RGB channels and saturation

R 82 of 255 = 32%
G 92 of 255 = 36%
B 76 of 255 = 30%

82
92
76

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

Portions of RGB colors in percentages

R + G + B =
82 + 92 + 76 = 250 (100%)
R 82 of 250 ~ 32.8%
G 92 of 250 ~ 36.8%
B 76 of 250 ~ 30.4%

%32.8
%36.8
%30.4

CMYK color model

#525C4C color CMYK value is (11,0,17,64).

  • cyan value is 10.87%
  • magenta value is 0.00%
  • yellow value is 17.39%
  • key color value is 63.92%
CMYK:
(11,0,17,64)
C11M0Y17K64 
(11%,0%,17%,64%)
(0.11/0.00/0.17/0.64)	

CMYK percentages

%10.87
%0
%17.39
%63.92

Codes

Color #525C4C in popluar color models

525C4C
RGB829276
HSL98°9.52%32.94%
HSB/HSV98°17.39%36.08%
CMYK10.87%0.00%17.39%
63.92%

Color #525C4C in popluar number systems.

HEX525C4C
Decimal829276
Binary101001010111001001100
Octal122134114

Shades and tints

Shades of #525C4C

#525C4C
(82,92,76)
#4B5446
(75,84,70)
#444C40
(68,76,64)
#3D443A
(61,68,58)
#363C34
(54,60,52)
#2F342E
(47,52,46)
#282C28
(40,44,40)
#212422
(33,36,34)
#1A1C1C
(26,28,28)
#131416
(19,20,22)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #525C4C

#525C4C
(82,92,76)
#616A5C
(97,106,92)
#70786C
(112,120,108)
#7F867C
(127,134,124)
#8E948C
(142,148,140)
#9DA29C
(157,162,156)
#ACB0AC
(172,176,172)
#BBBEBC
(187,190,188)
#CACCCC
(202,204,204)
#D9DADC
(217,218,220)
#E8E8EC
(232,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525C4C color. Also use rgb(82,92,76) instead hex code.

Text Font Color

.myTextColor { color: #525C4C; }

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

This text font color is #525C4C.


Background Color

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

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

This div background color is #525C4C.


Border color

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

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

This div border color is #525C4C.


Opacity

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

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

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

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

This text has shadow with #525C4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525C4C on black background.


Color preview on white background

This text has color #525C4C on white background.



Black color preview on #525C4C background

This text has black color on #525C4C background.


White color preview on #525C4C background

This text has white color on #525C4C background.