COLOR #524C29

HEX: #524C29
RGB: (82,76,41)

Color info

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

RGB color model

#524C29 color RGB value is (82,76,41).

  • red value is 82;
  • green value is 76;
  • blue value is 41.
RGB:
(82,76,41)
(32%,30%,16%)

RGB channels and saturation

R 82 of 255 = 32%
G 76 of 255 = 30%
B 41 of 255 = 16%

82
76
41

R + G + B ~ 26%. #524C29 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 76 + 41 = 199 (100%)
R 82 of 199 ~ 41.21%
G 76 of 199 ~ 38.19%
B 41 of 199 ~ 20.6%

%41.21
%38.19
%20.6

CMYK color model

#524C29 color CMYK value is (0,7,50,68).

  • cyan value is 0.00%
  • magenta value is 7.32%
  • yellow value is 50.00%
  • key color value is 67.84%
CMYK:
(0,7,50,68)
C0M7Y50K68 
(0%,7%,50%,68%)
(0.00/0.07/0.50/0.68)	

CMYK percentages

%0
%7.32
%50
%67.84

Codes

Color #524C29 in popluar color models

524C29
RGB827641
HSL51°33.33%24.12%
HSB/HSV51°50.00%32.16%
CMYK0.00%7.32%50.00%
67.84%

Color #524C29 in popluar number systems.

HEX524C29
Decimal827641
Binary10100101001100101001
Octal12211451

Shades and tints

Shades of #524C29

#524C29
(82,76,41)
#4B4626
(75,70,38)
#444023
(68,64,35)
#3D3A20
(61,58,32)
#36341D
(54,52,29)
#2F2E1A
(47,46,26)
#282817
(40,40,23)
#212214
(33,34,20)
#1A1C11
(26,28,17)
#13160E
(19,22,14)
#0C100B
(12,16,11)
#000000
(0,0,0)

Tints of #524C29

#524C29
(82,76,41)
#615C3C
(97,92,60)
#706C4F
(112,108,79)
#7F7C62
(127,124,98)
#8E8C75
(142,140,117)
#9D9C88
(157,156,136)
#ACAC9B
(172,172,155)
#BBBCAE
(187,188,174)
#CACCC1
(202,204,193)
#D9DCD4
(217,220,212)
#E8ECE7
(232,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #524C29 color. Also use rgb(82,76,41) instead hex code.

Text Font Color

.myTextColor { color: #524C29; }

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

This text font color is #524C29.


Background Color

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

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

This div background color is #524C29.


Border color

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

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

This div border color is #524C29.


Opacity

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

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

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

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

This text has shadow with #524C29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524C29 on black background.


Color preview on white background

This text has color #524C29 on white background.



Black color preview on #524C29 background

This text has black color on #524C29 background.


White color preview on #524C29 background

This text has white color on #524C29 background.