COLOR #523F21

HEX: #523F21
RGB: (82,63,33)

Color info

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

RGB color model

#523F21 color RGB value is (82,63,33).

  • red value is 82;
  • green value is 63;
  • blue value is 33.
RGB:
(82,63,33)
(32%,25%,13%)

RGB channels and saturation

R 82 of 255 = 32%
G 63 of 255 = 25%
B 33 of 255 = 13%

82
63
33

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

Portions of RGB colors in percentages

R + G + B =
82 + 63 + 33 = 178 (100%)
R 82 of 178 ~ 46.07%
G 63 of 178 ~ 35.39%
B 33 of 178 ~ 18.54%

%46.07
%35.39
%18.54

CMYK color model

#523F21 color CMYK value is (0,23,60,68).

  • cyan value is 0.00%
  • magenta value is 23.17%
  • yellow value is 59.76%
  • key color value is 67.84%
CMYK:
(0,23,60,68)
C0M23Y60K68 
(0%,23%,60%,68%)
(0.00/0.23/0.60/0.68)	

CMYK percentages

%0
%23.17
%59.76
%67.84

Codes

Color #523F21 in popluar color models

523F21
RGB826333
HSL37°42.61%22.55%
HSB/HSV37°59.76%32.16%
CMYK0.00%23.17%59.76%
67.84%

Color #523F21 in popluar number systems.

HEX523F21
Decimal826333
Binary1010010111111100001
Octal1227741

Shades and tints

Shades of #523F21

#523F21
(82,63,33)
#4B3A1E
(75,58,30)
#44351B
(68,53,27)
#3D3018
(61,48,24)
#362B15
(54,43,21)
#2F2612
(47,38,18)
#28210F
(40,33,15)
#211C0C
(33,28,12)
#1A1709
(26,23,9)
#131206
(19,18,6)
#0C0D03
(12,13,3)
#000000
(0,0,0)

Tints of #523F21

#523F21
(82,63,33)
#615035
(97,80,53)
#706149
(112,97,73)
#7F725D
(127,114,93)
#8E8371
(142,131,113)
#9D9485
(157,148,133)
#ACA599
(172,165,153)
#BBB6AD
(187,182,173)
#CAC7C1
(202,199,193)
#D9D8D5
(217,216,213)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523F21 color. Also use rgb(82,63,33) instead hex code.

Text Font Color

.myTextColor { color: #523F21; }

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

This text font color is #523F21.


Background Color

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

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

This div background color is #523F21.


Border color

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

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

This div border color is #523F21.


Opacity

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

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

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

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

This text has shadow with #523F21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523F21 on black background.


Color preview on white background

This text has color #523F21 on white background.



Black color preview on #523F21 background

This text has black color on #523F21 background.


White color preview on #523F21 background

This text has white color on #523F21 background.