COLOR #523B41

HEX: #523B41
RGB: (82,59,65)

Color info

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

RGB color model

#523B41 color RGB value is (82,59,65).

  • red value is 82;
  • green value is 59;
  • blue value is 65.
RGB:
(82,59,65)
(32%,23%,25%)

RGB channels and saturation

R 82 of 255 = 32%
G 59 of 255 = 23%
B 65 of 255 = 25%

82
59
65

R + G + B ~ 27%. #523B41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 59 + 65 = 206 (100%)
R 82 of 206 ~ 39.81%
G 59 of 206 ~ 28.64%
B 65 of 206 ~ 31.55%

%39.81
%28.64
%31.55

CMYK color model

#523B41 color CMYK value is (0,28,21,68).

  • cyan value is 0.00%
  • magenta value is 28.05%
  • yellow value is 20.73%
  • key color value is 67.84%
CMYK:
(0,28,21,68)
C0M28Y21K68 
(0%,28%,21%,68%)
(0.00/0.28/0.21/0.68)	

CMYK percentages

%0
%28.05
%20.73
%67.84

Codes

Color #523B41 in popluar color models

523B41
RGB825965
HSL344°16.31%27.65%
HSB/HSV344°28.05%32.16%
CMYK0.00%28.05%20.73%
67.84%

Color #523B41 in popluar number systems.

HEX523B41
Decimal825965
Binary10100101110111000001
Octal12273101

Shades and tints

Shades of #523B41

#523B41
(82,59,65)
#4B363C
(75,54,60)
#443137
(68,49,55)
#3D2C32
(61,44,50)
#36272D
(54,39,45)
#2F2228
(47,34,40)
#281D23
(40,29,35)
#21181E
(33,24,30)
#1A1319
(26,19,25)
#130E14
(19,14,20)
#0C090F
(12,9,15)
#000000
(0,0,0)

Tints of #523B41

#523B41
(82,59,65)
#614C52
(97,76,82)
#705D63
(112,93,99)
#7F6E74
(127,110,116)
#8E7F85
(142,127,133)
#9D9096
(157,144,150)
#ACA1A7
(172,161,167)
#BBB2B8
(187,178,184)
#CAC3C9
(202,195,201)
#D9D4DA
(217,212,218)
#E8E5EB
(232,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523B41 color. Also use rgb(82,59,65) instead hex code.

Text Font Color

.myTextColor { color: #523B41; }

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

This text font color is #523B41.


Background Color

.myBgColor { background-color: #523B41; }

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

This div background color is #523B41.


Border color

.myBorderColor { border: 1px solid #523B41; }

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

This div border color is #523B41.


Opacity

.myOpacity80 { color: #523B41; opacity: 0.8; }

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

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

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

This text has shadow with #523B41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523B41 on black background.


Color preview on white background

This text has color #523B41 on white background.



Black color preview on #523B41 background

This text has black color on #523B41 background.


White color preview on #523B41 background

This text has white color on #523B41 background.