COLOR #523218

HEX: #523218
RGB: (82,50,24)

Color info

#523218 contains red, green and blue colors in about the same proportion. Web safe color of #523218 is #663300 (or #630).

RGB color model

#523218 color RGB value is (82,50,24).

  • red value is 82;
  • green value is 50;
  • blue value is 24.
RGB:
(82,50,24)
(32%,20%,9%)

RGB channels and saturation

R 82 of 255 = 32%
G 50 of 255 = 20%
B 24 of 255 = 9%

82
50
24

R + G + B ~ 20%. #523218 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 50 + 24 = 156 (100%)
R 82 of 156 ~ 52.56%
G 50 of 156 ~ 32.05%
B 24 of 156 ~ 15.38%

%52.56
%32.05
%15.38

CMYK color model

#523218 color CMYK value is (0,39,71,68).

  • cyan value is 0.00%
  • magenta value is 39.02%
  • yellow value is 70.73%
  • key color value is 67.84%
CMYK:
(0,39,71,68)
C0M39Y71K68 
(0%,39%,71%,68%)
(0.00/0.39/0.71/0.68)	

CMYK percentages

%0
%39.02
%70.73
%67.84

Codes

Color #523218 in popluar color models

523218
RGB825024
HSL27°54.72%20.78%
HSB/HSV27°70.73%32.16%
CMYK0.00%39.02%70.73%
67.84%

Color #523218 in popluar number systems.

HEX523218
Decimal825024
Binary101001011001011000
Octal1226230

Shades and tints

Shades of #523218

#523218
(82,50,24)
#4B2E16
(75,46,22)
#442A14
(68,42,20)
#3D2612
(61,38,18)
#362210
(54,34,16)
#2F1E0E
(47,30,14)
#281A0C
(40,26,12)
#21160A
(33,22,10)
#1A1208
(26,18,8)
#130E06
(19,14,6)
#0C0A04
(12,10,4)
#000000
(0,0,0)

Tints of #523218

#523218
(82,50,24)
#61442D
(97,68,45)
#705642
(112,86,66)
#7F6857
(127,104,87)
#8E7A6C
(142,122,108)
#9D8C81
(157,140,129)
#AC9E96
(172,158,150)
#BBB0AB
(187,176,171)
#CAC2C0
(202,194,192)
#D9D4D5
(217,212,213)
#E8E6EA
(232,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523218 color. Also use rgb(82,50,24) instead hex code.

Text Font Color

.myTextColor { color: #523218; }

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

This text font color is #523218.


Background Color

.myBgColor { background-color: #523218; }

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

This div background color is #523218.


Border color

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

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

This div border color is #523218.


Opacity

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

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

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

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

This text has shadow with #523218 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523218 on black background.


Color preview on white background

This text has color #523218 on white background.



Black color preview on #523218 background

This text has black color on #523218 background.


White color preview on #523218 background

This text has white color on #523218 background.