COLOR #524C3B

HEX: #524C3B
RGB: (82,76,59)

Color info

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

RGB color model

#524C3B color RGB value is (82,76,59).

  • red value is 82;
  • green value is 76;
  • blue value is 59.
RGB:
(82,76,59)
(32%,30%,23%)

RGB channels and saturation

R 82 of 255 = 32%
G 76 of 255 = 30%
B 59 of 255 = 23%

82
76
59

R + G + B ~ 28%. #524C3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 76 + 59 = 217 (100%)
R 82 of 217 ~ 37.79%
G 76 of 217 ~ 35.02%
B 59 of 217 ~ 27.19%

%37.79
%35.02
%27.19

CMYK color model

#524C3B color CMYK value is (0,7,28,68).

  • cyan value is 0.00%
  • magenta value is 7.32%
  • yellow value is 28.05%
  • key color value is 67.84%
CMYK:
(0,7,28,68)
C0M7Y28K68 
(0%,7%,28%,68%)
(0.00/0.07/0.28/0.68)	

CMYK percentages

%0
%7.32
%28.05
%67.84

Codes

Color #524C3B in popluar color models

524C3B
RGB827659
HSL44°16.31%27.65%
HSB/HSV44°28.05%32.16%
CMYK0.00%7.32%28.05%
67.84%

Color #524C3B in popluar number systems.

HEX524C3B
Decimal827659
Binary10100101001100111011
Octal12211473

Shades and tints

Shades of #524C3B

#524C3B
(82,76,59)
#4B4636
(75,70,54)
#444031
(68,64,49)
#3D3A2C
(61,58,44)
#363427
(54,52,39)
#2F2E22
(47,46,34)
#28281D
(40,40,29)
#212218
(33,34,24)
#1A1C13
(26,28,19)
#13160E
(19,22,14)
#0C1009
(12,16,9)
#000000
(0,0,0)

Tints of #524C3B

#524C3B
(82,76,59)
#615C4C
(97,92,76)
#706C5D
(112,108,93)
#7F7C6E
(127,124,110)
#8E8C7F
(142,140,127)
#9D9C90
(157,156,144)
#ACACA1
(172,172,161)
#BBBCB2
(187,188,178)
#CACCC3
(202,204,195)
#D9DCD4
(217,220,212)
#E8ECE5
(232,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #524C3B color. Also use rgb(82,76,59) instead hex code.

Text Font Color

.myTextColor { color: #524C3B; }

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

This text font color is #524C3B.


Background Color

.myBgColor { background-color: #524C3B; }

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

This div background color is #524C3B.


Border color

.myBorderColor { border: 1px solid #524C3B; }

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

This div border color is #524C3B.


Opacity

.myOpacity80 { color: #524C3B; opacity: 0.8; }

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

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

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

This text has shadow with #524C3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524C3B on black background.


Color preview on white background

This text has color #524C3B on white background.



Black color preview on #524C3B background

This text has black color on #524C3B background.


White color preview on #524C3B background

This text has white color on #524C3B background.