COLOR #523140

HEX: #523140
RGB: (82,49,64)

Color info

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

RGB color model

#523140 color RGB value is (82,49,64).

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

RGB channels and saturation

R 82 of 255 = 32%
G 49 of 255 = 19%
B 64 of 255 = 25%

82
49
64

R + G + B ~ 25%. #523140 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 49 + 64 = 195 (100%)
R 82 of 195 ~ 42.05%
G 49 of 195 ~ 25.13%
B 64 of 195 ~ 32.82%

%42.05
%25.13
%32.82

CMYK color model

#523140 color CMYK value is (0,40,22,68).

  • cyan value is 0.00%
  • magenta value is 40.24%
  • yellow value is 21.95%
  • key color value is 67.84%
CMYK:
(0,40,22,68)
C0M40Y22K68 
(0%,40%,22%,68%)
(0.00/0.40/0.22/0.68)	

CMYK percentages

%0
%40.24
%21.95
%67.84

Codes

Color #523140 in popluar color models

523140
RGB824964
HSL333°25.19%25.69%
HSB/HSV333°40.24%32.16%
CMYK0.00%40.24%21.95%
67.84%

Color #523140 in popluar number systems.

HEX523140
Decimal824964
Binary10100101100011000000
Octal12261100

Shades and tints

Shades of #523140

#523140
(82,49,64)
#4B2D3B
(75,45,59)
#442936
(68,41,54)
#3D2531
(61,37,49)
#36212C
(54,33,44)
#2F1D27
(47,29,39)
#281922
(40,25,34)
#21151D
(33,21,29)
#1A1118
(26,17,24)
#130D13
(19,13,19)
#0C090E
(12,9,14)
#000000
(0,0,0)

Tints of #523140

#523140
(82,49,64)
#614351
(97,67,81)
#705562
(112,85,98)
#7F6773
(127,103,115)
#8E7984
(142,121,132)
#9D8B95
(157,139,149)
#AC9DA6
(172,157,166)
#BBAFB7
(187,175,183)
#CAC1C8
(202,193,200)
#D9D3D9
(217,211,217)
#E8E5EA
(232,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523140; }

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

This text font color is #523140.


Background Color

.myBgColor { background-color: #523140; }

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

This div background color is #523140.


Border color

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

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

This div border color is #523140.


Opacity

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

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

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

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

This text has shadow with #523140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523140 on black background.


Color preview on white background

This text has color #523140 on white background.



Black color preview on #523140 background

This text has black color on #523140 background.


White color preview on #523140 background

This text has white color on #523140 background.