COLOR #524823

HEX: #524823
RGB: (82,72,35)

Color info

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

RGB color model

#524823 color RGB value is (82,72,35).

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

RGB channels and saturation

R 82 of 255 = 32%
G 72 of 255 = 28%
B 35 of 255 = 14%

82
72
35

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

Portions of RGB colors in percentages

R + G + B =
82 + 72 + 35 = 189 (100%)
R 82 of 189 ~ 43.39%
G 72 of 189 ~ 38.1%
B 35 of 189 ~ 18.52%

%43.39
%38.1
%18.52

CMYK color model

#524823 color CMYK value is (0,12,57,68).

  • cyan value is 0.00%
  • magenta value is 12.20%
  • yellow value is 57.32%
  • key color value is 67.84%
CMYK:
(0,12,57,68)
C0M12Y57K68 
(0%,12%,57%,68%)
(0.00/0.12/0.57/0.68)	

CMYK percentages

%0
%12.2
%57.32
%67.84

Codes

Color #524823 in popluar color models

524823
RGB827235
HSL47°40.17%22.94%
HSB/HSV47°57.32%32.16%
CMYK0.00%12.20%57.32%
67.84%

Color #524823 in popluar number systems.

HEX524823
Decimal827235
Binary10100101001000100011
Octal12211043

Shades and tints

Shades of #524823

#524823
(82,72,35)
#4B4220
(75,66,32)
#443C1D
(68,60,29)
#3D361A
(61,54,26)
#363017
(54,48,23)
#2F2A14
(47,42,20)
#282411
(40,36,17)
#211E0E
(33,30,14)
#1A180B
(26,24,11)
#131208
(19,18,8)
#0C0C05
(12,12,5)
#000000
(0,0,0)

Tints of #524823

#524823
(82,72,35)
#615837
(97,88,55)
#70684B
(112,104,75)
#7F785F
(127,120,95)
#8E8873
(142,136,115)
#9D9887
(157,152,135)
#ACA89B
(172,168,155)
#BBB8AF
(187,184,175)
#CAC8C3
(202,200,195)
#D9D8D7
(217,216,215)
#E8E8EB
(232,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524823; }

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

This text font color is #524823.


Background Color

.myBgColor { background-color: #524823; }

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

This div background color is #524823.


Border color

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

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

This div border color is #524823.


Opacity

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

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

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

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

This text has shadow with #524823 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524823 on black background.


Color preview on white background

This text has color #524823 on white background.



Black color preview on #524823 background

This text has black color on #524823 background.


White color preview on #524823 background

This text has white color on #524823 background.