COLOR #523C3C

HEX: #523C3C
RGB: (82,60,60)

Color info

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

RGB color model

#523C3C color RGB value is (82,60,60).

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

RGB channels and saturation

R 82 of 255 = 32%
G 60 of 255 = 24%
B 60 of 255 = 24%

82
60
60

R + G + B ~ 27%. #523C3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 60 + 60 = 202 (100%)
R 82 of 202 ~ 40.59%
G 60 of 202 ~ 29.7%
B 60 of 202 ~ 29.7%

%40.59
%29.7
%29.7

CMYK color model

#523C3C color CMYK value is (0,27,27,68).

  • cyan value is 0.00%
  • magenta value is 26.83%
  • yellow value is 26.83%
  • key color value is 67.84%
CMYK:
(0,27,27,68)
C0M27Y27K68 
(0%,27%,27%,68%)
(0.00/0.27/0.27/0.68)	

CMYK percentages

%0
%26.83
%26.83
%67.84

Codes

Color #523C3C in popluar color models

523C3C
RGB826060
HSL15.49%27.84%
HSB/HSV26.83%32.16%
CMYK0.00%26.83%26.83%
67.84%

Color #523C3C in popluar number systems.

HEX523C3C
Decimal826060
Binary1010010111100111100
Octal1227474

Shades and tints

Shades of #523C3C

#523C3C
(82,60,60)
#4B3737
(75,55,55)
#443232
(68,50,50)
#3D2D2D
(61,45,45)
#362828
(54,40,40)
#2F2323
(47,35,35)
#281E1E
(40,30,30)
#211919
(33,25,25)
#1A1414
(26,20,20)
#130F0F
(19,15,15)
#0C0A0A
(12,10,10)
#000000
(0,0,0)

Tints of #523C3C

#523C3C
(82,60,60)
#614D4D
(97,77,77)
#705E5E
(112,94,94)
#7F6F6F
(127,111,111)
#8E8080
(142,128,128)
#9D9191
(157,145,145)
#ACA2A2
(172,162,162)
#BBB3B3
(187,179,179)
#CAC4C4
(202,196,196)
#D9D5D5
(217,213,213)
#E8E6E6
(232,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523C3C; }

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

This text font color is #523C3C.


Background Color

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

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

This div background color is #523C3C.


Border color

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

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

This div border color is #523C3C.


Opacity

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

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

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

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

This text has shadow with #523C3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523C3C on black background.


Color preview on white background

This text has color #523C3C on white background.



Black color preview on #523C3C background

This text has black color on #523C3C background.


White color preview on #523C3C background

This text has white color on #523C3C background.