COLOR #523A22

HEX: #523A22
RGB: (82,58,34)

Color info

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

RGB color model

#523A22 color RGB value is (82,58,34).

  • red value is 82;
  • green value is 58;
  • blue value is 34.
RGB:
(82,58,34)
(32%,23%,13%)

RGB channels and saturation

R 82 of 255 = 32%
G 58 of 255 = 23%
B 34 of 255 = 13%

82
58
34

R + G + B ~ 23%. #523A22 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 58 + 34 = 174 (100%)
R 82 of 174 ~ 47.13%
G 58 of 174 ~ 33.33%
B 34 of 174 ~ 19.54%

%47.13
%33.33
%19.54

CMYK color model

#523A22 color CMYK value is (0,29,59,68).

  • cyan value is 0.00%
  • magenta value is 29.27%
  • yellow value is 58.54%
  • key color value is 67.84%
CMYK:
(0,29,59,68)
C0M29Y59K68 
(0%,29%,59%,68%)
(0.00/0.29/0.59/0.68)	

CMYK percentages

%0
%29.27
%58.54
%67.84

Codes

Color #523A22 in popluar color models

523A22
RGB825834
HSL30°41.38%22.75%
HSB/HSV30°58.54%32.16%
CMYK0.00%29.27%58.54%
67.84%

Color #523A22 in popluar number systems.

HEX523A22
Decimal825834
Binary1010010111010100010
Octal1227242

Shades and tints

Shades of #523A22

#523A22
(82,58,34)
#4B351F
(75,53,31)
#44301C
(68,48,28)
#3D2B19
(61,43,25)
#362616
(54,38,22)
#2F2113
(47,33,19)
#281C10
(40,28,16)
#21170D
(33,23,13)
#1A120A
(26,18,10)
#130D07
(19,13,7)
#0C0804
(12,8,4)
#000000
(0,0,0)

Tints of #523A22

#523A22
(82,58,34)
#614B36
(97,75,54)
#705C4A
(112,92,74)
#7F6D5E
(127,109,94)
#8E7E72
(142,126,114)
#9D8F86
(157,143,134)
#ACA09A
(172,160,154)
#BBB1AE
(187,177,174)
#CAC2C2
(202,194,194)
#D9D3D6
(217,211,214)
#E8E4EA
(232,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523A22 color. Also use rgb(82,58,34) instead hex code.

Text Font Color

.myTextColor { color: #523A22; }

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

This text font color is #523A22.


Background Color

.myBgColor { background-color: #523A22; }

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

This div background color is #523A22.


Border color

.myBorderColor { border: 1px solid #523A22; }

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

This div border color is #523A22.


Opacity

.myOpacity80 { color: #523A22; opacity: 0.8; }

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

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

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

This text has shadow with #523A22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523A22 on black background.


Color preview on white background

This text has color #523A22 on white background.



Black color preview on #523A22 background

This text has black color on #523A22 background.


White color preview on #523A22 background

This text has white color on #523A22 background.