COLOR #523C43

HEX: #523C43
RGB: (82,60,67)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

82
60
67

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

Portions of RGB colors in percentages

R + G + B =
82 + 60 + 67 = 209 (100%)
R 82 of 209 ~ 39.23%
G 60 of 209 ~ 28.71%
B 67 of 209 ~ 32.06%

%39.23
%28.71
%32.06

CMYK color model

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

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

CMYK percentages

%0
%26.83
%18.29
%67.84

Codes

Color #523C43 in popluar color models

523C43
RGB826067
HSL341°15.49%27.84%
HSB/HSV341°26.83%32.16%
CMYK0.00%26.83%18.29%
67.84%

Color #523C43 in popluar number systems.

HEX523C43
Decimal826067
Binary10100101111001000011
Octal12274103

Shades and tints

Shades of #523C43

#523C43
(82,60,67)
#4B373D
(75,55,61)
#443237
(68,50,55)
#3D2D31
(61,45,49)
#36282B
(54,40,43)
#2F2325
(47,35,37)
#281E1F
(40,30,31)
#211919
(33,25,25)
#1A1413
(26,20,19)
#130F0D
(19,15,13)
#0C0A07
(12,10,7)
#000000
(0,0,0)

Tints of #523C43

#523C43
(82,60,67)
#614D54
(97,77,84)
#705E65
(112,94,101)
#7F6F76
(127,111,118)
#8E8087
(142,128,135)
#9D9198
(157,145,152)
#ACA2A9
(172,162,169)
#BBB3BA
(187,179,186)
#CAC4CB
(202,196,203)
#D9D5DC
(217,213,220)
#E8E6ED
(232,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523C43; }

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

This text font color is #523C43.


Background Color

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

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

This div background color is #523C43.


Border color

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

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

This div border color is #523C43.


Opacity

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

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

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

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

This text has shadow with #523C43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523C43 on black background.


Color preview on white background

This text has color #523C43 on white background.



Black color preview on #523C43 background

This text has black color on #523C43 background.


White color preview on #523C43 background

This text has white color on #523C43 background.