COLOR #523136

HEX: #523136
RGB: (82,49,54)

Color info

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

RGB color model

#523136 color RGB value is (82,49,54).

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

RGB channels and saturation

R 82 of 255 = 32%
G 49 of 255 = 19%
B 54 of 255 = 21%

82
49
54

R + G + B ~ 24%. #523136 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 49 + 54 = 185 (100%)
R 82 of 185 ~ 44.32%
G 49 of 185 ~ 26.49%
B 54 of 185 ~ 29.19%

%44.32
%26.49
%29.19

CMYK color model

#523136 color CMYK value is (0,40,34,68).

  • cyan value is 0.00%
  • magenta value is 40.24%
  • yellow value is 34.15%
  • key color value is 67.84%
CMYK:
(0,40,34,68)
C0M40Y34K68 
(0%,40%,34%,68%)
(0.00/0.40/0.34/0.68)	

CMYK percentages

%0
%40.24
%34.15
%67.84

Codes

Color #523136 in popluar color models

523136
RGB824954
HSL351°25.19%25.69%
HSB/HSV351°40.24%32.16%
CMYK0.00%40.24%34.15%
67.84%

Color #523136 in popluar number systems.

HEX523136
Decimal824954
Binary1010010110001110110
Octal1226166

Shades and tints

Shades of #523136

#523136
(82,49,54)
#4B2D32
(75,45,50)
#44292E
(68,41,46)
#3D252A
(61,37,42)
#362126
(54,33,38)
#2F1D22
(47,29,34)
#28191E
(40,25,30)
#21151A
(33,21,26)
#1A1116
(26,17,22)
#130D12
(19,13,18)
#0C090E
(12,9,14)
#000000
(0,0,0)

Tints of #523136

#523136
(82,49,54)
#614348
(97,67,72)
#70555A
(112,85,90)
#7F676C
(127,103,108)
#8E797E
(142,121,126)
#9D8B90
(157,139,144)
#AC9DA2
(172,157,162)
#BBAFB4
(187,175,180)
#CAC1C6
(202,193,198)
#D9D3D8
(217,211,216)
#E8E5EA
(232,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523136; }

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

This text font color is #523136.


Background Color

.myBgColor { background-color: #523136; }

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

This div background color is #523136.


Border color

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

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

This div border color is #523136.


Opacity

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

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

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

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

This text has shadow with #523136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523136 on black background.


Color preview on white background

This text has color #523136 on white background.



Black color preview on #523136 background

This text has black color on #523136 background.


White color preview on #523136 background

This text has white color on #523136 background.