COLOR #523238

HEX: #523238
RGB: (82,50,56)

Color info

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

RGB color model

#523238 color RGB value is (82,50,56).

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

RGB channels and saturation

R 82 of 255 = 32%
G 50 of 255 = 20%
B 56 of 255 = 22%

82
50
56

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

Portions of RGB colors in percentages

R + G + B =
82 + 50 + 56 = 188 (100%)
R 82 of 188 ~ 43.62%
G 50 of 188 ~ 26.6%
B 56 of 188 ~ 29.79%

%43.62
%26.6
%29.79

CMYK color model

#523238 color CMYK value is (0,39,32,68).

  • cyan value is 0.00%
  • magenta value is 39.02%
  • yellow value is 31.71%
  • key color value is 67.84%
CMYK:
(0,39,32,68)
C0M39Y32K68 
(0%,39%,32%,68%)
(0.00/0.39/0.32/0.68)	

CMYK percentages

%0
%39.02
%31.71
%67.84

Codes

Color #523238 in popluar color models

523238
RGB825056
HSL349°24.24%25.88%
HSB/HSV349°39.02%32.16%
CMYK0.00%39.02%31.71%
67.84%

Color #523238 in popluar number systems.

HEX523238
Decimal825056
Binary1010010110010111000
Octal1226270

Shades and tints

Shades of #523238

#523238
(82,50,56)
#4B2E33
(75,46,51)
#442A2E
(68,42,46)
#3D2629
(61,38,41)
#362224
(54,34,36)
#2F1E1F
(47,30,31)
#281A1A
(40,26,26)
#211615
(33,22,21)
#1A1210
(26,18,16)
#130E0B
(19,14,11)
#0C0A06
(12,10,6)
#000000
(0,0,0)

Tints of #523238

#523238
(82,50,56)
#61444A
(97,68,74)
#70565C
(112,86,92)
#7F686E
(127,104,110)
#8E7A80
(142,122,128)
#9D8C92
(157,140,146)
#AC9EA4
(172,158,164)
#BBB0B6
(187,176,182)
#CAC2C8
(202,194,200)
#D9D4DA
(217,212,218)
#E8E6EC
(232,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523238 color. Also use rgb(82,50,56) instead hex code.

Text Font Color

.myTextColor { color: #523238; }

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

This text font color is #523238.


Background Color

.myBgColor { background-color: #523238; }

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

This div background color is #523238.


Border color

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

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

This div border color is #523238.


Opacity

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

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

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

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

This text has shadow with #523238 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523238 on black background.


Color preview on white background

This text has color #523238 on white background.



Black color preview on #523238 background

This text has black color on #523238 background.


White color preview on #523238 background

This text has white color on #523238 background.