COLOR #523340

HEX: #523340
RGB: (82,51,64)

Color info

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

RGB color model

#523340 color RGB value is (82,51,64).

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

RGB channels and saturation

R 82 of 255 = 32%
G 51 of 255 = 20%
B 64 of 255 = 25%

82
51
64

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

Portions of RGB colors in percentages

R + G + B =
82 + 51 + 64 = 197 (100%)
R 82 of 197 ~ 41.62%
G 51 of 197 ~ 25.89%
B 64 of 197 ~ 32.49%

%41.62
%25.89
%32.49

CMYK color model

#523340 color CMYK value is (0,38,22,68).

  • cyan value is 0.00%
  • magenta value is 37.80%
  • yellow value is 21.95%
  • key color value is 67.84%
CMYK:
(0,38,22,68)
C0M38Y22K68 
(0%,38%,22%,68%)
(0.00/0.38/0.22/0.68)	

CMYK percentages

%0
%37.8
%21.95
%67.84

Codes

Color #523340 in popluar color models

523340
RGB825164
HSL335°23.31%26.08%
HSB/HSV335°37.80%32.16%
CMYK0.00%37.80%21.95%
67.84%

Color #523340 in popluar number systems.

HEX523340
Decimal825164
Binary10100101100111000000
Octal12263100

Shades and tints

Shades of #523340

#523340
(82,51,64)
#4B2F3B
(75,47,59)
#442B36
(68,43,54)
#3D2731
(61,39,49)
#36232C
(54,35,44)
#2F1F27
(47,31,39)
#281B22
(40,27,34)
#21171D
(33,23,29)
#1A1318
(26,19,24)
#130F13
(19,15,19)
#0C0B0E
(12,11,14)
#000000
(0,0,0)

Tints of #523340

#523340
(82,51,64)
#614551
(97,69,81)
#705762
(112,87,98)
#7F6973
(127,105,115)
#8E7B84
(142,123,132)
#9D8D95
(157,141,149)
#AC9FA6
(172,159,166)
#BBB1B7
(187,177,183)
#CAC3C8
(202,195,200)
#D9D5D9
(217,213,217)
#E8E7EA
(232,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523340; }

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

This text font color is #523340.


Background Color

.myBgColor { background-color: #523340; }

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

This div background color is #523340.


Border color

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

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

This div border color is #523340.


Opacity

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

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

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

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

This text has shadow with #523340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523340 on black background.


Color preview on white background

This text has color #523340 on white background.



Black color preview on #523340 background

This text has black color on #523340 background.


White color preview on #523340 background

This text has white color on #523340 background.