COLOR #524835

HEX: #524835
RGB: (82,72,53)

Color info

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

RGB color model

#524835 color RGB value is (82,72,53).

  • red value is 82;
  • green value is 72;
  • blue value is 53.
RGB:
(82,72,53)
(32%,28%,21%)

RGB channels and saturation

R 82 of 255 = 32%
G 72 of 255 = 28%
B 53 of 255 = 21%

82
72
53

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

Portions of RGB colors in percentages

R + G + B =
82 + 72 + 53 = 207 (100%)
R 82 of 207 ~ 39.61%
G 72 of 207 ~ 34.78%
B 53 of 207 ~ 25.6%

%39.61
%34.78
%25.6

CMYK color model

#524835 color CMYK value is (0,12,35,68).

  • cyan value is 0.00%
  • magenta value is 12.20%
  • yellow value is 35.37%
  • key color value is 67.84%
CMYK:
(0,12,35,68)
C0M12Y35K68 
(0%,12%,35%,68%)
(0.00/0.12/0.35/0.68)	

CMYK percentages

%0
%12.2
%35.37
%67.84

Codes

Color #524835 in popluar color models

524835
RGB827253
HSL39°21.48%26.47%
HSB/HSV39°35.37%32.16%
CMYK0.00%12.20%35.37%
67.84%

Color #524835 in popluar number systems.

HEX524835
Decimal827253
Binary10100101001000110101
Octal12211065

Shades and tints

Shades of #524835

#524835
(82,72,53)
#4B4231
(75,66,49)
#443C2D
(68,60,45)
#3D3629
(61,54,41)
#363025
(54,48,37)
#2F2A21
(47,42,33)
#28241D
(40,36,29)
#211E19
(33,30,25)
#1A1815
(26,24,21)
#131211
(19,18,17)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #524835

#524835
(82,72,53)
#615847
(97,88,71)
#706859
(112,104,89)
#7F786B
(127,120,107)
#8E887D
(142,136,125)
#9D988F
(157,152,143)
#ACA8A1
(172,168,161)
#BBB8B3
(187,184,179)
#CAC8C5
(202,200,197)
#D9D8D7
(217,216,215)
#E8E8E9
(232,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #524835 color. Also use rgb(82,72,53) instead hex code.

Text Font Color

.myTextColor { color: #524835; }

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

This text font color is #524835.


Background Color

.myBgColor { background-color: #524835; }

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

This div background color is #524835.


Border color

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

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

This div border color is #524835.


Opacity

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

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

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

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

This text has shadow with #524835 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524835 on black background.


Color preview on white background

This text has color #524835 on white background.



Black color preview on #524835 background

This text has black color on #524835 background.


White color preview on #524835 background

This text has white color on #524835 background.