COLOR #524049

HEX: #524049
RGB: (82,64,73)

Color info

#524049 contains red, green and blue colors in about the same proportion. Web safe color of #524049 is #663333 (or #633).

RGB color model

#524049 color RGB value is (82,64,73).

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

RGB channels and saturation

R 82 of 255 = 32%
G 64 of 255 = 25%
B 73 of 255 = 29%

82
64
73

R + G + B ~ 29%. #524049 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 64 + 73 = 219 (100%)
R 82 of 219 ~ 37.44%
G 64 of 219 ~ 29.22%
B 73 of 219 ~ 33.33%

%37.44
%29.22
%33.33

CMYK color model

#524049 color CMYK value is (0,22,11,68).

  • cyan value is 0.00%
  • magenta value is 21.95%
  • yellow value is 10.98%
  • key color value is 67.84%
CMYK:
(0,22,11,68)
C0M22Y11K68 
(0%,22%,11%,68%)
(0.00/0.22/0.11/0.68)	

CMYK percentages

%0
%21.95
%10.98
%67.84

Codes

Color #524049 in popluar color models

524049
RGB826473
HSL330°12.33%28.63%
HSB/HSV330°21.95%32.16%
CMYK0.00%21.95%10.98%
67.84%

Color #524049 in popluar number systems.

HEX524049
Decimal826473
Binary101001010000001001001
Octal122100111

Shades and tints

Shades of #524049

#524049
(82,64,73)
#4B3B43
(75,59,67)
#44363D
(68,54,61)
#3D3137
(61,49,55)
#362C31
(54,44,49)
#2F272B
(47,39,43)
#282225
(40,34,37)
#211D1F
(33,29,31)
#1A1819
(26,24,25)
#131313
(19,19,19)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #524049

#524049
(82,64,73)
#615159
(97,81,89)
#706269
(112,98,105)
#7F7379
(127,115,121)
#8E8489
(142,132,137)
#9D9599
(157,149,153)
#ACA6A9
(172,166,169)
#BBB7B9
(187,183,185)
#CAC8C9
(202,200,201)
#D9D9D9
(217,217,217)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524049; }

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

This text font color is #524049.


Background Color

.myBgColor { background-color: #524049; }

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

This div background color is #524049.


Border color

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

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

This div border color is #524049.


Opacity

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

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

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

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

This text has shadow with #524049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524049 on black background.


Color preview on white background

This text has color #524049 on white background.



Black color preview on #524049 background

This text has black color on #524049 background.


White color preview on #524049 background

This text has white color on #524049 background.