COLOR #523230

HEX: #523230
RGB: (82,50,48)

Color info

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

RGB color model

#523230 color RGB value is (82,50,48).

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

RGB channels and saturation

R 82 of 255 = 32%
G 50 of 255 = 20%
B 48 of 255 = 19%

82
50
48

R + G + B ~ 24%. #523230 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 50 + 48 = 180 (100%)
R 82 of 180 ~ 45.56%
G 50 of 180 ~ 27.78%
B 48 of 180 ~ 26.67%

%45.56
%27.78
%26.67

CMYK color model

#523230 color CMYK value is (0,39,41,68).

  • cyan value is 0.00%
  • magenta value is 39.02%
  • yellow value is 41.46%
  • key color value is 67.84%
CMYK:
(0,39,41,68)
C0M39Y41K68 
(0%,39%,41%,68%)
(0.00/0.39/0.41/0.68)	

CMYK percentages

%0
%39.02
%41.46
%67.84

Codes

Color #523230 in popluar color models

523230
RGB825048
HSL26.15%25.49%
HSB/HSV41.46%32.16%
CMYK0.00%39.02%41.46%
67.84%

Color #523230 in popluar number systems.

HEX523230
Decimal825048
Binary1010010110010110000
Octal1226260

Shades and tints

Shades of #523230

#523230
(82,50,48)
#4B2E2C
(75,46,44)
#442A28
(68,42,40)
#3D2624
(61,38,36)
#362220
(54,34,32)
#2F1E1C
(47,30,28)
#281A18
(40,26,24)
#211614
(33,22,20)
#1A1210
(26,18,16)
#130E0C
(19,14,12)
#0C0A08
(12,10,8)
#000000
(0,0,0)

Tints of #523230

#523230
(82,50,48)
#614442
(97,68,66)
#705654
(112,86,84)
#7F6866
(127,104,102)
#8E7A78
(142,122,120)
#9D8C8A
(157,140,138)
#AC9E9C
(172,158,156)
#BBB0AE
(187,176,174)
#CAC2C0
(202,194,192)
#D9D4D2
(217,212,210)
#E8E6E4
(232,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523230; }

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

This text font color is #523230.


Background Color

.myBgColor { background-color: #523230; }

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

This div background color is #523230.


Border color

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

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

This div border color is #523230.


Opacity

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

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

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

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

This text has shadow with #523230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523230 on black background.


Color preview on white background

This text has color #523230 on white background.



Black color preview on #523230 background

This text has black color on #523230 background.


White color preview on #523230 background

This text has white color on #523230 background.