COLOR #524833

HEX: #524833
RGB: (82,72,51)

Color info

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

RGB color model

#524833 color RGB value is (82,72,51).

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

RGB channels and saturation

R 82 of 255 = 32%
G 72 of 255 = 28%
B 51 of 255 = 20%

82
72
51

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

Portions of RGB colors in percentages

R + G + B =
82 + 72 + 51 = 205 (100%)
R 82 of 205 ~ 40%
G 72 of 205 ~ 35.12%
B 51 of 205 ~ 24.88%

%40
%35.12
%24.88

CMYK color model

#524833 color CMYK value is (0,12,38,68).

  • cyan value is 0.00%
  • magenta value is 12.20%
  • yellow value is 37.80%
  • key color value is 67.84%
CMYK:
(0,12,38,68)
C0M12Y38K68 
(0%,12%,38%,68%)
(0.00/0.12/0.38/0.68)	

CMYK percentages

%0
%12.2
%37.8
%67.84

Codes

Color #524833 in popluar color models

524833
RGB827251
HSL41°23.31%26.08%
HSB/HSV41°37.80%32.16%
CMYK0.00%12.20%37.80%
67.84%

Color #524833 in popluar number systems.

HEX524833
Decimal827251
Binary10100101001000110011
Octal12211063

Shades and tints

Shades of #524833

#524833
(82,72,51)
#4B422F
(75,66,47)
#443C2B
(68,60,43)
#3D3627
(61,54,39)
#363023
(54,48,35)
#2F2A1F
(47,42,31)
#28241B
(40,36,27)
#211E17
(33,30,23)
#1A1813
(26,24,19)
#13120F
(19,18,15)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #524833

#524833
(82,72,51)
#615845
(97,88,69)
#706857
(112,104,87)
#7F7869
(127,120,105)
#8E887B
(142,136,123)
#9D988D
(157,152,141)
#ACA89F
(172,168,159)
#BBB8B1
(187,184,177)
#CAC8C3
(202,200,195)
#D9D8D5
(217,216,213)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524833; }

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

This text font color is #524833.


Background Color

.myBgColor { background-color: #524833; }

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

This div background color is #524833.


Border color

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

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

This div border color is #524833.


Opacity

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

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

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

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

This text has shadow with #524833 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524833 on black background.


Color preview on white background

This text has color #524833 on white background.



Black color preview on #524833 background

This text has black color on #524833 background.


White color preview on #524833 background

This text has white color on #524833 background.