COLOR #525449

HEX: #525449
RGB: (82,84,73)

Color info

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

RGB color model

#525449 color RGB value is (82,84,73).

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

RGB channels and saturation

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

82
84
73

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

Portions of RGB colors in percentages

R + G + B =
82 + 84 + 73 = 239 (100%)
R 82 of 239 ~ 34.31%
G 84 of 239 ~ 35.15%
B 73 of 239 ~ 30.54%

%34.31
%35.15
%30.54

CMYK color model

#525449 color CMYK value is (2,0,13,67).

  • cyan value is 2.38%
  • magenta value is 0.00%
  • yellow value is 13.10%
  • key color value is 67.06%
CMYK:
(2,0,13,67)
C2M0Y13K67 
(2%,0%,13%,67%)
(0.02/0.00/0.13/0.67)	

CMYK percentages

%2.38
%0
%13.1
%67.06

Codes

Color #525449 in popluar color models

525449
RGB828473
HSL71°7.01%30.78%
HSB/HSV71°13.10%32.94%
CMYK2.38%0.00%13.10%
67.06%

Color #525449 in popluar number systems.

HEX525449
Decimal828473
Binary101001010101001001001
Octal122124111

Shades and tints

Shades of #525449

#525449
(82,84,73)
#4B4D43
(75,77,67)
#44463D
(68,70,61)
#3D3F37
(61,63,55)
#363831
(54,56,49)
#2F312B
(47,49,43)
#282A25
(40,42,37)
#21231F
(33,35,31)
#1A1C19
(26,28,25)
#131513
(19,21,19)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #525449

#525449
(82,84,73)
#616359
(97,99,89)
#707269
(112,114,105)
#7F8179
(127,129,121)
#8E9089
(142,144,137)
#9D9F99
(157,159,153)
#ACAEA9
(172,174,169)
#BBBDB9
(187,189,185)
#CACCC9
(202,204,201)
#D9DBD9
(217,219,217)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525449; }

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

This text font color is #525449.


Background Color

.myBgColor { background-color: #525449; }

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

This div background color is #525449.


Border color

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

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

This div border color is #525449.


Opacity

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

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

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

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

This text has shadow with #525449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525449 on black background.


Color preview on white background

This text has color #525449 on white background.



Black color preview on #525449 background

This text has black color on #525449 background.


White color preview on #525449 background

This text has white color on #525449 background.