COLOR #523226

HEX: #523226
RGB: (82,50,38)

Color info

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

RGB color model

#523226 color RGB value is (82,50,38).

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

RGB channels and saturation

R 82 of 255 = 32%
G 50 of 255 = 20%
B 38 of 255 = 15%

82
50
38

R + G + B ~ 22%. #523226 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 50 + 38 = 170 (100%)
R 82 of 170 ~ 48.24%
G 50 of 170 ~ 29.41%
B 38 of 170 ~ 22.35%

%48.24
%29.41
%22.35

CMYK color model

#523226 color CMYK value is (0,39,54,68).

  • cyan value is 0.00%
  • magenta value is 39.02%
  • yellow value is 53.66%
  • key color value is 67.84%
CMYK:
(0,39,54,68)
C0M39Y54K68 
(0%,39%,54%,68%)
(0.00/0.39/0.54/0.68)	

CMYK percentages

%0
%39.02
%53.66
%67.84

Codes

Color #523226 in popluar color models

523226
RGB825038
HSL16°36.67%23.53%
HSB/HSV16°53.66%32.16%
CMYK0.00%39.02%53.66%
67.84%

Color #523226 in popluar number systems.

HEX523226
Decimal825038
Binary1010010110010100110
Octal1226246

Shades and tints

Shades of #523226

#523226
(82,50,38)
#4B2E23
(75,46,35)
#442A20
(68,42,32)
#3D261D
(61,38,29)
#36221A
(54,34,26)
#2F1E17
(47,30,23)
#281A14
(40,26,20)
#211611
(33,22,17)
#1A120E
(26,18,14)
#130E0B
(19,14,11)
#0C0A08
(12,10,8)
#000000
(0,0,0)

Tints of #523226

#523226
(82,50,38)
#614439
(97,68,57)
#70564C
(112,86,76)
#7F685F
(127,104,95)
#8E7A72
(142,122,114)
#9D8C85
(157,140,133)
#AC9E98
(172,158,152)
#BBB0AB
(187,176,171)
#CAC2BE
(202,194,190)
#D9D4D1
(217,212,209)
#E8E6E4
(232,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523226; }

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

This text font color is #523226.


Background Color

.myBgColor { background-color: #523226; }

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

This div background color is #523226.


Border color

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

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

This div border color is #523226.


Opacity

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

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

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

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

This text has shadow with #523226 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523226 on black background.


Color preview on white background

This text has color #523226 on white background.



Black color preview on #523226 background

This text has black color on #523226 background.


White color preview on #523226 background

This text has white color on #523226 background.