COLOR #524A31

HEX: #524A31 RGB: (82,74,49)

Color info

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

RGB color model

#524A31 color RGB value is (82,74,49).

RGB: (82,74,49) (32%, 29%, 19%)

RGB channels and saturation

R 82 of 255 = 32%
G 74 of 255 = 29%
B 49 of 255 = 19%

82
74
49

R + G + B ~ 27%. #524A31 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 74 + 49 = 205 (100%)
R 82 of 205 ~ 40%
G 74 of 205 ~ 36.1%
B 49 of 205 ~ 23.9'%

%40
%36.1
%23.9

CMYK color model

#524A31 color CMYK value is (0,10,40,68).

  • cyan value is 0.00%
  • magenta value is 9.76%
  • yellow value is 40.24%
  • key color value is 67.84%

CMYK: (0,10,40,68)
C0M10Y40K68 (0%, 10%, 40%, 68%)
(0.00 / 0.10 / 0.40 / 0.68)

CMYK percentages

%0
%9.76
%40.24
%67.84

Codes

Color #524A31 in popluar color models

52 4A 31
RGB 82 74 49
HSL 45° 25.19% 25.69%
HSB/HSV 45° 40.24% 32.16%
CMYK 0.00% 9.76% 40.24%
67.84%

Color #524A31 in popluar number systems.

HEX 52 4A 31
Decimal 82 74 49
Binary 1010010 1001010 110001
Octal 122 112 61

Shades and tints

Shades of #524A31

#524A31
(82,74,49)
#4B442D
(75,68,45)
#443E29
(68,62,41)
#3D3825
(61,56,37)
#363221
(54,50,33)
#2F2C1D
(47,44,29)
#282619
(40,38,25)
#212015
(33,32,21)
#1A1A11
(26,26,17)
#13140D
(19,20,13)
#0C0E09
(12,14,9)
#000000
(0,0,0)

Tints of #524A31

#524A31
(82,74,49)
#615A43
(97,90,67)
#706A55
(112,106,85)
#7F7A67
(127,122,103)
#8E8A79
(142,138,121)
#9D9A8B
(157,154,139)
#ACAA9D
(172,170,157)
#BBBAAF
(187,186,175)
#CACAC1
(202,202,193)
#D9DAD3
(217,218,211)
#E8EAE5
(232,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524A31; }

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

This text font color is #524A31.

Background Color

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

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

This div background color is #524A31.

Border color

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

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

This div border color is #524A31.

Opacity

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

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

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

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

This text has shadow with #524A31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #524A31.

Preview

Color preview on black background

This text has color #524A31 on black background.


Color preview on white background

This text has color #524A31 on white background.


Black color preview on #524A31 background

This text has black color on #524A31 background.


White color preview on #524A31 background

This text has white color on #524A31 background.


Related colors

Complementary color

Complementary color for #hex is #ADB5CE.


I love getcolorcode.com

Triadic colors

1 #31524A and #4A3152 with #524A31 are triadic colors.

2 #314A52 and #4A5231 with #524A31 are triadic colors.