COLOR #524436

HEX: #524436
RGB: (82,68,54)

Color info

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

RGB color model

#524436 color RGB value is (82,68,54).

  • red value is 82;
  • green value is 68;
  • blue value is 54.
RGB:
(82,68,54)
(32%,27%,21%)

RGB channels and saturation

R 82 of 255 = 32%
G 68 of 255 = 27%
B 54 of 255 = 21%

82
68
54

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

Portions of RGB colors in percentages

R + G + B =
82 + 68 + 54 = 204 (100%)
R 82 of 204 ~ 40.2%
G 68 of 204 ~ 33.33%
B 54 of 204 ~ 26.47%

%40.2
%33.33
%26.47

CMYK color model

#524436 color CMYK value is (0,17,34,68).

  • cyan value is 0.00%
  • magenta value is 17.07%
  • yellow value is 34.15%
  • key color value is 67.84%
CMYK:
(0,17,34,68)
C0M17Y34K68 
(0%,17%,34%,68%)
(0.00/0.17/0.34/0.68)	

CMYK percentages

%0
%17.07
%34.15
%67.84

Codes

Color #524436 in popluar color models

524436
RGB826854
HSL30°20.59%26.67%
HSB/HSV30°34.15%32.16%
CMYK0.00%17.07%34.15%
67.84%

Color #524436 in popluar number systems.

HEX524436
Decimal826854
Binary10100101000100110110
Octal12210466

Shades and tints

Shades of #524436

#524436
(82,68,54)
#4B3E32
(75,62,50)
#44382E
(68,56,46)
#3D322A
(61,50,42)
#362C26
(54,44,38)
#2F2622
(47,38,34)
#28201E
(40,32,30)
#211A1A
(33,26,26)
#1A1416
(26,20,22)
#130E12
(19,14,18)
#0C080E
(12,8,14)
#000000
(0,0,0)

Tints of #524436

#524436
(82,68,54)
#615548
(97,85,72)
#70665A
(112,102,90)
#7F776C
(127,119,108)
#8E887E
(142,136,126)
#9D9990
(157,153,144)
#ACAAA2
(172,170,162)
#BBBBB4
(187,187,180)
#CACCC6
(202,204,198)
#D9DDD8
(217,221,216)
#E8EEEA
(232,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #524436 color. Also use rgb(82,68,54) instead hex code.

Text Font Color

.myTextColor { color: #524436; }

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

This text font color is #524436.


Background Color

.myBgColor { background-color: #524436; }

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

This div background color is #524436.


Border color

.myBorderColor { border: 1px solid #524436; }

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

This div border color is #524436.


Opacity

.myOpacity80 { color: #524436; opacity: 0.8; }

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

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

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

This text has shadow with #524436 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524436 on black background.


Color preview on white background

This text has color #524436 on white background.



Black color preview on #524436 background

This text has black color on #524436 background.


White color preview on #524436 background

This text has white color on #524436 background.