COLOR #524336

HEX: #524336
RGB: (82,67,54)

Color info

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

RGB color model

#524336 color RGB value is (82,67,54).

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

RGB channels and saturation

R 82 of 255 = 32%
G 67 of 255 = 26%
B 54 of 255 = 21%

82
67
54

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

Portions of RGB colors in percentages

R + G + B =
82 + 67 + 54 = 203 (100%)
R 82 of 203 ~ 40.39%
G 67 of 203 ~ 33%
B 54 of 203 ~ 26.6%

%40.39
%33
%26.6

CMYK color model

#524336 color CMYK value is (0,18,34,68).

  • cyan value is 0.00%
  • magenta value is 18.29%
  • yellow value is 34.15%
  • key color value is 67.84%
CMYK:
(0,18,34,68)
C0M18Y34K68 
(0%,18%,34%,68%)
(0.00/0.18/0.34/0.68)	

CMYK percentages

%0
%18.29
%34.15
%67.84

Codes

Color #524336 in popluar color models

524336
RGB826754
HSL28°20.59%26.67%
HSB/HSV28°34.15%32.16%
CMYK0.00%18.29%34.15%
67.84%

Color #524336 in popluar number systems.

HEX524336
Decimal826754
Binary10100101000011110110
Octal12210366

Shades and tints

Shades of #524336

#524336
(82,67,54)
#4B3D32
(75,61,50)
#44372E
(68,55,46)
#3D312A
(61,49,42)
#362B26
(54,43,38)
#2F2522
(47,37,34)
#281F1E
(40,31,30)
#21191A
(33,25,26)
#1A1316
(26,19,22)
#130D12
(19,13,18)
#0C070E
(12,7,14)
#000000
(0,0,0)

Tints of #524336

#524336
(82,67,54)
#615448
(97,84,72)
#70655A
(112,101,90)
#7F766C
(127,118,108)
#8E877E
(142,135,126)
#9D9890
(157,152,144)
#ACA9A2
(172,169,162)
#BBBAB4
(187,186,180)
#CACBC6
(202,203,198)
#D9DCD8
(217,220,216)
#E8EDEA
(232,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524336; }

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

This text font color is #524336.


Background Color

.myBgColor { background-color: #524336; }

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

This div background color is #524336.


Border color

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

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

This div border color is #524336.


Opacity

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

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

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

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

This text has shadow with #524336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524336 on black background.


Color preview on white background

This text has color #524336 on white background.



Black color preview on #524336 background

This text has black color on #524336 background.


White color preview on #524336 background

This text has white color on #524336 background.