COLOR #523343

HEX: #523343
RGB: (82,51,67)

Color info

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

RGB color model

#523343 color RGB value is (82,51,67).

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

RGB channels and saturation

R 82 of 255 = 32%
G 51 of 255 = 20%
B 67 of 255 = 26%

82
51
67

R + G + B ~ 26%. #523343 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 51 + 67 = 200 (100%)
R 82 of 200 ~ 41%
G 51 of 200 ~ 25.5%
B 67 of 200 ~ 33.5%

%41
%25.5
%33.5

CMYK color model

#523343 color CMYK value is (0,38,18,68).

  • cyan value is 0.00%
  • magenta value is 37.80%
  • yellow value is 18.29%
  • key color value is 67.84%
CMYK:
(0,38,18,68)
C0M38Y18K68 
(0%,38%,18%,68%)
(0.00/0.38/0.18/0.68)	

CMYK percentages

%0
%37.8
%18.29
%67.84

Codes

Color #523343 in popluar color models

523343
RGB825167
HSL329°23.31%26.08%
HSB/HSV329°37.80%32.16%
CMYK0.00%37.80%18.29%
67.84%

Color #523343 in popluar number systems.

HEX523343
Decimal825167
Binary10100101100111000011
Octal12263103

Shades and tints

Shades of #523343

#523343
(82,51,67)
#4B2F3D
(75,47,61)
#442B37
(68,43,55)
#3D2731
(61,39,49)
#36232B
(54,35,43)
#2F1F25
(47,31,37)
#281B1F
(40,27,31)
#211719
(33,23,25)
#1A1313
(26,19,19)
#130F0D
(19,15,13)
#0C0B07
(12,11,7)
#000000
(0,0,0)

Tints of #523343

#523343
(82,51,67)
#614554
(97,69,84)
#705765
(112,87,101)
#7F6976
(127,105,118)
#8E7B87
(142,123,135)
#9D8D98
(157,141,152)
#AC9FA9
(172,159,169)
#BBB1BA
(187,177,186)
#CAC3CB
(202,195,203)
#D9D5DC
(217,213,220)
#E8E7ED
(232,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523343; }

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

This text font color is #523343.


Background Color

.myBgColor { background-color: #523343; }

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

This div background color is #523343.


Border color

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

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

This div border color is #523343.


Opacity

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

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

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

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

This text has shadow with #523343 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523343 on black background.


Color preview on white background

This text has color #523343 on white background.



Black color preview on #523343 background

This text has black color on #523343 background.


White color preview on #523343 background

This text has white color on #523343 background.