COLOR #524A42

HEX: #524A42
RGB: (82,74,66)

Color info

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

RGB color model

#524A42 color RGB value is (82,74,66).

  • red value is 82;
  • green value is 74;
  • blue value is 66.
RGB:
(82,74,66)
(32%,29%,26%)

RGB channels and saturation

R 82 of 255 = 32%
G 74 of 255 = 29%
B 66 of 255 = 26%

82
74
66

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

Portions of RGB colors in percentages

R + G + B =
82 + 74 + 66 = 222 (100%)
R 82 of 222 ~ 36.94%
G 74 of 222 ~ 33.33%
B 66 of 222 ~ 29.73%

%36.94
%33.33
%29.73

CMYK color model

#524A42 color CMYK value is (0,10,20,68).

  • cyan value is 0.00%
  • magenta value is 9.76%
  • yellow value is 19.51%
  • key color value is 67.84%
CMYK:
(0,10,20,68)
C0M10Y20K68 
(0%,10%,20%,68%)
(0.00/0.10/0.20/0.68)	

CMYK percentages

%0
%9.76
%19.51
%67.84

Codes

Color #524A42 in popluar color models

524A42
RGB827466
HSL30°10.81%29.02%
HSB/HSV30°19.51%32.16%
CMYK0.00%9.76%19.51%
67.84%

Color #524A42 in popluar number systems.

HEX524A42
Decimal827466
Binary101001010010101000010
Octal122112102

Shades and tints

Shades of #524A42

#524A42
(82,74,66)
#4B443C
(75,68,60)
#443E36
(68,62,54)
#3D3830
(61,56,48)
#36322A
(54,50,42)
#2F2C24
(47,44,36)
#28261E
(40,38,30)
#212018
(33,32,24)
#1A1A12
(26,26,18)
#13140C
(19,20,12)
#0C0E06
(12,14,6)
#000000
(0,0,0)

Tints of #524A42

#524A42
(82,74,66)
#615A53
(97,90,83)
#706A64
(112,106,100)
#7F7A75
(127,122,117)
#8E8A86
(142,138,134)
#9D9A97
(157,154,151)
#ACAAA8
(172,170,168)
#BBBAB9
(187,186,185)
#CACACA
(202,202,202)
#D9DADB
(217,218,219)
#E8EAEC
(232,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #524A42 color. Also use rgb(82,74,66) instead hex code.

Text Font Color

.myTextColor { color: #524A42; }

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

This text font color is #524A42.


Background Color

.myBgColor { background-color: #524A42; }

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

This div background color is #524A42.


Border color

.myBorderColor { border: 1px solid #524A42; }

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

This div border color is #524A42.


Opacity

.myOpacity80 { color: #524A42; opacity: 0.8; }

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

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

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

This text has shadow with #524A42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524A42 on black background.


Color preview on white background

This text has color #524A42 on white background.



Black color preview on #524A42 background

This text has black color on #524A42 background.


White color preview on #524A42 background

This text has white color on #524A42 background.