COLOR #525549

HEX: #525549
RGB: (82,85,73)

Color info

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

RGB color model

#525549 color RGB value is (82,85,73).

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

RGB channels and saturation

R 82 of 255 = 32%
G 85 of 255 = 33%
B 73 of 255 = 29%

82
85
73

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

Portions of RGB colors in percentages

R + G + B =
82 + 85 + 73 = 240 (100%)
R 82 of 240 ~ 34.17%
G 85 of 240 ~ 35.42%
B 73 of 240 ~ 30.42%

%34.17
%35.42
%30.42

CMYK color model

#525549 color CMYK value is (4,0,14,67).

  • cyan value is 3.53%
  • magenta value is 0.00%
  • yellow value is 14.12%
  • key color value is 66.67%
CMYK:
(4,0,14,67)
C4M0Y14K67 
(4%,0%,14%,67%)
(0.04/0.00/0.14/0.67)	

CMYK percentages

%3.53
%0
%14.12
%66.67

Codes

Color #525549 in popluar color models

525549
RGB828573
HSL75°7.59%30.98%
HSB/HSV75°14.12%33.33%
CMYK3.53%0.00%14.12%
66.67%

Color #525549 in popluar number systems.

HEX525549
Decimal828573
Binary101001010101011001001
Octal122125111

Shades and tints

Shades of #525549

#525549
(82,85,73)
#4B4E43
(75,78,67)
#44473D
(68,71,61)
#3D4037
(61,64,55)
#363931
(54,57,49)
#2F322B
(47,50,43)
#282B25
(40,43,37)
#21241F
(33,36,31)
#1A1D19
(26,29,25)
#131613
(19,22,19)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #525549

#525549
(82,85,73)
#616459
(97,100,89)
#707369
(112,115,105)
#7F8279
(127,130,121)
#8E9189
(142,145,137)
#9DA099
(157,160,153)
#ACAFA9
(172,175,169)
#BBBEB9
(187,190,185)
#CACDC9
(202,205,201)
#D9DCD9
(217,220,217)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525549; }

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

This text font color is #525549.


Background Color

.myBgColor { background-color: #525549; }

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

This div background color is #525549.


Border color

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

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

This div border color is #525549.


Opacity

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

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

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

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

This text has shadow with #525549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525549 on black background.


Color preview on white background

This text has color #525549 on white background.



Black color preview on #525549 background

This text has black color on #525549 background.


White color preview on #525549 background

This text has white color on #525549 background.