COLOR #525547

HEX: #525547
RGB: (82,85,71)

Color info

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

RGB color model

#525547 color RGB value is (82,85,71).

  • red value is 82;
  • green value is 85;
  • blue value is 71.
RGB:
(82,85,71)
(32%,33%,28%)

RGB channels and saturation

R 82 of 255 = 32%
G 85 of 255 = 33%
B 71 of 255 = 28%

82
85
71

R + G + B ~ 31%. #525547 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 85 + 71 = 238 (100%)
R 82 of 238 ~ 34.45%
G 85 of 238 ~ 35.71%
B 71 of 238 ~ 29.83%

%34.45
%35.71
%29.83

CMYK color model

#525547 color CMYK value is (4,0,16,67).

  • cyan value is 3.53%
  • magenta value is 0.00%
  • yellow value is 16.47%
  • key color value is 66.67%
CMYK:
(4,0,16,67)
C4M0Y16K67 
(4%,0%,16%,67%)
(0.04/0.00/0.16/0.67)	

CMYK percentages

%3.53
%0
%16.47
%66.67

Codes

Color #525547 in popluar color models

525547
RGB828571
HSL73°8.97%30.59%
HSB/HSV73°16.47%33.33%
CMYK3.53%0.00%16.47%
66.67%

Color #525547 in popluar number systems.

HEX525547
Decimal828571
Binary101001010101011000111
Octal122125107

Shades and tints

Shades of #525547

#525547
(82,85,71)
#4B4E41
(75,78,65)
#44473B
(68,71,59)
#3D4035
(61,64,53)
#36392F
(54,57,47)
#2F3229
(47,50,41)
#282B23
(40,43,35)
#21241D
(33,36,29)
#1A1D17
(26,29,23)
#131611
(19,22,17)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #525547

#525547
(82,85,71)
#616457
(97,100,87)
#707367
(112,115,103)
#7F8277
(127,130,119)
#8E9187
(142,145,135)
#9DA097
(157,160,151)
#ACAFA7
(172,175,167)
#BBBEB7
(187,190,183)
#CACDC7
(202,205,199)
#D9DCD7
(217,220,215)
#E8EBE7
(232,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525547 color. Also use rgb(82,85,71) instead hex code.

Text Font Color

.myTextColor { color: #525547; }

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

This text font color is #525547.


Background Color

.myBgColor { background-color: #525547; }

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

This div background color is #525547.


Border color

.myBorderColor { border: 1px solid #525547; }

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

This div border color is #525547.


Opacity

.myOpacity80 { color: #525547; opacity: 0.8; }

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

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

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

This text has shadow with #525547 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525547 on black background.


Color preview on white background

This text has color #525547 on white background.



Black color preview on #525547 background

This text has black color on #525547 background.


White color preview on #525547 background

This text has white color on #525547 background.