COLOR #524A27

HEX: #524A27
RGB: (82,74,39)

Color info

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

RGB color model

#524A27 color RGB value is (82,74,39).

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

RGB channels and saturation

R 82 of 255 = 32%
G 74 of 255 = 29%
B 39 of 255 = 15%

82
74
39

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

Portions of RGB colors in percentages

R + G + B =
82 + 74 + 39 = 195 (100%)
R 82 of 195 ~ 42.05%
G 74 of 195 ~ 37.95%
B 39 of 195 ~ 20%

%42.05
%37.95
%20

CMYK color model

#524A27 color CMYK value is (0,10,52,68).

  • cyan value is 0.00%
  • magenta value is 9.76%
  • yellow value is 52.44%
  • key color value is 67.84%
CMYK:
(0,10,52,68)
C0M10Y52K68 
(0%,10%,52%,68%)
(0.00/0.10/0.52/0.68)	

CMYK percentages

%0
%9.76
%52.44
%67.84

Codes

Color #524A27 in popluar color models

524A27
RGB827439
HSL49°35.54%23.73%
HSB/HSV49°52.44%32.16%
CMYK0.00%9.76%52.44%
67.84%

Color #524A27 in popluar number systems.

HEX524A27
Decimal827439
Binary10100101001010100111
Octal12211247

Shades and tints

Shades of #524A27

#524A27
(82,74,39)
#4B4424
(75,68,36)
#443E21
(68,62,33)
#3D381E
(61,56,30)
#36321B
(54,50,27)
#2F2C18
(47,44,24)
#282615
(40,38,21)
#212012
(33,32,18)
#1A1A0F
(26,26,15)
#13140C
(19,20,12)
#0C0E09
(12,14,9)
#000000
(0,0,0)

Tints of #524A27

#524A27
(82,74,39)
#615A3A
(97,90,58)
#706A4D
(112,106,77)
#7F7A60
(127,122,96)
#8E8A73
(142,138,115)
#9D9A86
(157,154,134)
#ACAA99
(172,170,153)
#BBBAAC
(187,186,172)
#CACABF
(202,202,191)
#D9DAD2
(217,218,210)
#E8EAE5
(232,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524A27; }

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

This text font color is #524A27.


Background Color

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

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

This div background color is #524A27.


Border color

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

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

This div border color is #524A27.


Opacity

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

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

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

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

This text has shadow with #524A27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524A27 on black background.


Color preview on white background

This text has color #524A27 on white background.



Black color preview on #524A27 background

This text has black color on #524A27 background.


White color preview on #524A27 background

This text has white color on #524A27 background.