COLOR #524425

HEX: #524425
RGB: (82,68,37)

Color info

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

RGB color model

#524425 color RGB value is (82,68,37).

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

RGB channels and saturation

R 82 of 255 = 32%
G 68 of 255 = 27%
B 37 of 255 = 15%

82
68
37

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

Portions of RGB colors in percentages

R + G + B =
82 + 68 + 37 = 187 (100%)
R 82 of 187 ~ 43.85%
G 68 of 187 ~ 36.36%
B 37 of 187 ~ 19.79%

%43.85
%36.36
%19.79

CMYK color model

#524425 color CMYK value is (0,17,55,68).

  • cyan value is 0.00%
  • magenta value is 17.07%
  • yellow value is 54.88%
  • key color value is 67.84%
CMYK:
(0,17,55,68)
C0M17Y55K68 
(0%,17%,55%,68%)
(0.00/0.17/0.55/0.68)	

CMYK percentages

%0
%17.07
%54.88
%67.84

Codes

Color #524425 in popluar color models

524425
RGB826837
HSL41°37.82%23.33%
HSB/HSV41°54.88%32.16%
CMYK0.00%17.07%54.88%
67.84%

Color #524425 in popluar number systems.

HEX524425
Decimal826837
Binary10100101000100100101
Octal12210445

Shades and tints

Shades of #524425

#524425
(82,68,37)
#4B3E22
(75,62,34)
#44381F
(68,56,31)
#3D321C
(61,50,28)
#362C19
(54,44,25)
#2F2616
(47,38,22)
#282013
(40,32,19)
#211A10
(33,26,16)
#1A140D
(26,20,13)
#130E0A
(19,14,10)
#0C0807
(12,8,7)
#000000
(0,0,0)

Tints of #524425

#524425
(82,68,37)
#615538
(97,85,56)
#70664B
(112,102,75)
#7F775E
(127,119,94)
#8E8871
(142,136,113)
#9D9984
(157,153,132)
#ACAA97
(172,170,151)
#BBBBAA
(187,187,170)
#CACCBD
(202,204,189)
#D9DDD0
(217,221,208)
#E8EEE3
(232,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524425; }

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

This text font color is #524425.


Background Color

.myBgColor { background-color: #524425; }

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

This div background color is #524425.


Border color

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

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

This div border color is #524425.


Opacity

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

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

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

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

This text has shadow with #524425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524425 on black background.


Color preview on white background

This text has color #524425 on white background.



Black color preview on #524425 background

This text has black color on #524425 background.


White color preview on #524425 background

This text has white color on #524425 background.