COLOR #523337

HEX: #523337
RGB: (82,51,55)

Color info

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

RGB color model

#523337 color RGB value is (82,51,55).

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

RGB channels and saturation

R 82 of 255 = 32%
G 51 of 255 = 20%
B 55 of 255 = 22%

82
51
55

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

Portions of RGB colors in percentages

R + G + B =
82 + 51 + 55 = 188 (100%)
R 82 of 188 ~ 43.62%
G 51 of 188 ~ 27.13%
B 55 of 188 ~ 29.26%

%43.62
%27.13
%29.26

CMYK color model

#523337 color CMYK value is (0,38,33,68).

  • cyan value is 0.00%
  • magenta value is 37.80%
  • yellow value is 32.93%
  • key color value is 67.84%
CMYK:
(0,38,33,68)
C0M38Y33K68 
(0%,38%,33%,68%)
(0.00/0.38/0.33/0.68)	

CMYK percentages

%0
%37.8
%32.93
%67.84

Codes

Color #523337 in popluar color models

523337
RGB825155
HSL352°23.31%26.08%
HSB/HSV352°37.80%32.16%
CMYK0.00%37.80%32.93%
67.84%

Color #523337 in popluar number systems.

HEX523337
Decimal825155
Binary1010010110011110111
Octal1226367

Shades and tints

Shades of #523337

#523337
(82,51,55)
#4B2F32
(75,47,50)
#442B2D
(68,43,45)
#3D2728
(61,39,40)
#362323
(54,35,35)
#2F1F1E
(47,31,30)
#281B19
(40,27,25)
#211714
(33,23,20)
#1A130F
(26,19,15)
#130F0A
(19,15,10)
#0C0B05
(12,11,5)
#000000
(0,0,0)

Tints of #523337

#523337
(82,51,55)
#614549
(97,69,73)
#70575B
(112,87,91)
#7F696D
(127,105,109)
#8E7B7F
(142,123,127)
#9D8D91
(157,141,145)
#AC9FA3
(172,159,163)
#BBB1B5
(187,177,181)
#CAC3C7
(202,195,199)
#D9D5D9
(217,213,217)
#E8E7EB
(232,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523337; }

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

This text font color is #523337.


Background Color

.myBgColor { background-color: #523337; }

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

This div background color is #523337.


Border color

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

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

This div border color is #523337.


Opacity

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

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

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

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

This text has shadow with #523337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523337 on black background.


Color preview on white background

This text has color #523337 on white background.



Black color preview on #523337 background

This text has black color on #523337 background.


White color preview on #523337 background

This text has white color on #523337 background.