COLOR #524437

HEX: #524437
RGB: (82,68,55)

Color info

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

RGB color model

#524437 color RGB value is (82,68,55).

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

RGB channels and saturation

R 82 of 255 = 32%
G 68 of 255 = 27%
B 55 of 255 = 22%

82
68
55

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

Portions of RGB colors in percentages

R + G + B =
82 + 68 + 55 = 205 (100%)
R 82 of 205 ~ 40%
G 68 of 205 ~ 33.17%
B 55 of 205 ~ 26.83%

%40
%33.17
%26.83

CMYK color model

#524437 color CMYK value is (0,17,33,68).

  • cyan value is 0.00%
  • magenta value is 17.07%
  • yellow value is 32.93%
  • key color value is 67.84%
CMYK:
(0,17,33,68)
C0M17Y33K68 
(0%,17%,33%,68%)
(0.00/0.17/0.33/0.68)	

CMYK percentages

%0
%17.07
%32.93
%67.84

Codes

Color #524437 in popluar color models

524437
RGB826855
HSL29°19.71%26.86%
HSB/HSV29°32.93%32.16%
CMYK0.00%17.07%32.93%
67.84%

Color #524437 in popluar number systems.

HEX524437
Decimal826855
Binary10100101000100110111
Octal12210467

Shades and tints

Shades of #524437

#524437
(82,68,55)
#4B3E32
(75,62,50)
#44382D
(68,56,45)
#3D3228
(61,50,40)
#362C23
(54,44,35)
#2F261E
(47,38,30)
#282019
(40,32,25)
#211A14
(33,26,20)
#1A140F
(26,20,15)
#130E0A
(19,14,10)
#0C0805
(12,8,5)
#000000
(0,0,0)

Tints of #524437

#524437
(82,68,55)
#615549
(97,85,73)
#70665B
(112,102,91)
#7F776D
(127,119,109)
#8E887F
(142,136,127)
#9D9991
(157,153,145)
#ACAAA3
(172,170,163)
#BBBBB5
(187,187,181)
#CACCC7
(202,204,199)
#D9DDD9
(217,221,217)
#E8EEEB
(232,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524437; }

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

This text font color is #524437.


Background Color

.myBgColor { background-color: #524437; }

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

This div background color is #524437.


Border color

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

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

This div border color is #524437.


Opacity

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

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

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

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

This text has shadow with #524437 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524437 on black background.


Color preview on white background

This text has color #524437 on white background.



Black color preview on #524437 background

This text has black color on #524437 background.


White color preview on #524437 background

This text has white color on #524437 background.