COLOR #524522

HEX: #524522
RGB: (82,69,34)

Color info

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

RGB color model

#524522 color RGB value is (82,69,34).

  • red value is 82;
  • green value is 69;
  • blue value is 34.
RGB:
(82,69,34)
(32%,27%,13%)

RGB channels and saturation

R 82 of 255 = 32%
G 69 of 255 = 27%
B 34 of 255 = 13%

82
69
34

R + G + B ~ 24%. #524522 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 69 + 34 = 185 (100%)
R 82 of 185 ~ 44.32%
G 69 of 185 ~ 37.3%
B 34 of 185 ~ 18.38%

%44.32
%37.3
%18.38

CMYK color model

#524522 color CMYK value is (0,16,59,68).

  • cyan value is 0.00%
  • magenta value is 15.85%
  • yellow value is 58.54%
  • key color value is 67.84%
CMYK:
(0,16,59,68)
C0M16Y59K68 
(0%,16%,59%,68%)
(0.00/0.16/0.59/0.68)	

CMYK percentages

%0
%15.85
%58.54
%67.84

Codes

Color #524522 in popluar color models

524522
RGB826934
HSL44°41.38%22.75%
HSB/HSV44°58.54%32.16%
CMYK0.00%15.85%58.54%
67.84%

Color #524522 in popluar number systems.

HEX524522
Decimal826934
Binary10100101000101100010
Octal12210542

Shades and tints

Shades of #524522

#524522
(82,69,34)
#4B3F1F
(75,63,31)
#44391C
(68,57,28)
#3D3319
(61,51,25)
#362D16
(54,45,22)
#2F2713
(47,39,19)
#282110
(40,33,16)
#211B0D
(33,27,13)
#1A150A
(26,21,10)
#130F07
(19,15,7)
#0C0904
(12,9,4)
#000000
(0,0,0)

Tints of #524522

#524522
(82,69,34)
#615536
(97,85,54)
#70654A
(112,101,74)
#7F755E
(127,117,94)
#8E8572
(142,133,114)
#9D9586
(157,149,134)
#ACA59A
(172,165,154)
#BBB5AE
(187,181,174)
#CAC5C2
(202,197,194)
#D9D5D6
(217,213,214)
#E8E5EA
(232,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #524522 color. Also use rgb(82,69,34) instead hex code.

Text Font Color

.myTextColor { color: #524522; }

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

This text font color is #524522.


Background Color

.myBgColor { background-color: #524522; }

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

This div background color is #524522.


Border color

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

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

This div border color is #524522.


Opacity

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

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

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

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

This text has shadow with #524522 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524522 on black background.


Color preview on white background

This text has color #524522 on white background.



Black color preview on #524522 background

This text has black color on #524522 background.


White color preview on #524522 background

This text has white color on #524522 background.