COLOR #524A20

HEX: #524A20
RGB: (82,74,32)

Color info

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

RGB color model

#524A20 color RGB value is (82,74,32).

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

RGB channels and saturation

R 82 of 255 = 32%
G 74 of 255 = 29%
B 32 of 255 = 13%

82
74
32

R + G + B ~ 25%. #524A20 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 74 + 32 = 188 (100%)
R 82 of 188 ~ 43.62%
G 74 of 188 ~ 39.36%
B 32 of 188 ~ 17.02%

%43.62
%39.36
%17.02

CMYK color model

#524A20 color CMYK value is (0,10,61,68).

  • cyan value is 0.00%
  • magenta value is 9.76%
  • yellow value is 60.98%
  • key color value is 67.84%
CMYK:
(0,10,61,68)
C0M10Y61K68 
(0%,10%,61%,68%)
(0.00/0.10/0.61/0.68)	

CMYK percentages

%0
%9.76
%60.98
%67.84

Codes

Color #524A20 in popluar color models

524A20
RGB827432
HSL50°43.86%22.35%
HSB/HSV50°60.98%32.16%
CMYK0.00%9.76%60.98%
67.84%

Color #524A20 in popluar number systems.

HEX524A20
Decimal827432
Binary10100101001010100000
Octal12211240

Shades and tints

Shades of #524A20

#524A20
(82,74,32)
#4B441E
(75,68,30)
#443E1C
(68,62,28)
#3D381A
(61,56,26)
#363218
(54,50,24)
#2F2C16
(47,44,22)
#282614
(40,38,20)
#212012
(33,32,18)
#1A1A10
(26,26,16)
#13140E
(19,20,14)
#0C0E0C
(12,14,12)
#000000
(0,0,0)

Tints of #524A20

#524A20
(82,74,32)
#615A34
(97,90,52)
#706A48
(112,106,72)
#7F7A5C
(127,122,92)
#8E8A70
(142,138,112)
#9D9A84
(157,154,132)
#ACAA98
(172,170,152)
#BBBAAC
(187,186,172)
#CACAC0
(202,202,192)
#D9DAD4
(217,218,212)
#E8EAE8
(232,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524A20; }

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

This text font color is #524A20.


Background Color

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

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

This div background color is #524A20.


Border color

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

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

This div border color is #524A20.


Opacity

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

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

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

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

This text has shadow with #524A20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524A20 on black background.


Color preview on white background

This text has color #524A20 on white background.



Black color preview on #524A20 background

This text has black color on #524A20 background.


White color preview on #524A20 background

This text has white color on #524A20 background.