COLOR #523137

HEX: #523137
RGB: (82,49,55)

Color info

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

RGB color model

#523137 color RGB value is (82,49,55).

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

RGB channels and saturation

R 82 of 255 = 32%
G 49 of 255 = 19%
B 55 of 255 = 22%

82
49
55

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

Portions of RGB colors in percentages

R + G + B =
82 + 49 + 55 = 186 (100%)
R 82 of 186 ~ 44.09%
G 49 of 186 ~ 26.34%
B 55 of 186 ~ 29.57%

%44.09
%26.34
%29.57

CMYK color model

#523137 color CMYK value is (0,40,33,68).

  • cyan value is 0.00%
  • magenta value is 40.24%
  • yellow value is 32.93%
  • key color value is 67.84%
CMYK:
(0,40,33,68)
C0M40Y33K68 
(0%,40%,33%,68%)
(0.00/0.40/0.33/0.68)	

CMYK percentages

%0
%40.24
%32.93
%67.84

Codes

Color #523137 in popluar color models

523137
RGB824955
HSL349°25.19%25.69%
HSB/HSV349°40.24%32.16%
CMYK0.00%40.24%32.93%
67.84%

Color #523137 in popluar number systems.

HEX523137
Decimal824955
Binary1010010110001110111
Octal1226167

Shades and tints

Shades of #523137

#523137
(82,49,55)
#4B2D32
(75,45,50)
#44292D
(68,41,45)
#3D2528
(61,37,40)
#362123
(54,33,35)
#2F1D1E
(47,29,30)
#281919
(40,25,25)
#211514
(33,21,20)
#1A110F
(26,17,15)
#130D0A
(19,13,10)
#0C0905
(12,9,5)
#000000
(0,0,0)

Tints of #523137

#523137
(82,49,55)
#614349
(97,67,73)
#70555B
(112,85,91)
#7F676D
(127,103,109)
#8E797F
(142,121,127)
#9D8B91
(157,139,145)
#AC9DA3
(172,157,163)
#BBAFB5
(187,175,181)
#CAC1C7
(202,193,199)
#D9D3D9
(217,211,217)
#E8E5EB
(232,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523137; }

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

This text font color is #523137.


Background Color

.myBgColor { background-color: #523137; }

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

This div background color is #523137.


Border color

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

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

This div border color is #523137.


Opacity

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

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

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

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

This text has shadow with #523137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523137 on black background.


Color preview on white background

This text has color #523137 on white background.



Black color preview on #523137 background

This text has black color on #523137 background.


White color preview on #523137 background

This text has white color on #523137 background.