COLOR #523941

HEX: #523941
RGB: (82,57,65)

Color info

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

RGB color model

#523941 color RGB value is (82,57,65).

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

RGB channels and saturation

R 82 of 255 = 32%
G 57 of 255 = 22%
B 65 of 255 = 25%

82
57
65

R + G + B ~ 26%. #523941 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 57 + 65 = 204 (100%)
R 82 of 204 ~ 40.2%
G 57 of 204 ~ 27.94%
B 65 of 204 ~ 31.86%

%40.2
%27.94
%31.86

CMYK color model

#523941 color CMYK value is (0,30,21,68).

  • cyan value is 0.00%
  • magenta value is 30.49%
  • yellow value is 20.73%
  • key color value is 67.84%
CMYK:
(0,30,21,68)
C0M30Y21K68 
(0%,30%,21%,68%)
(0.00/0.30/0.21/0.68)	

CMYK percentages

%0
%30.49
%20.73
%67.84

Codes

Color #523941 in popluar color models

523941
RGB825765
HSL341°17.99%27.25%
HSB/HSV341°30.49%32.16%
CMYK0.00%30.49%20.73%
67.84%

Color #523941 in popluar number systems.

HEX523941
Decimal825765
Binary10100101110011000001
Octal12271101

Shades and tints

Shades of #523941

#523941
(82,57,65)
#4B343C
(75,52,60)
#442F37
(68,47,55)
#3D2A32
(61,42,50)
#36252D
(54,37,45)
#2F2028
(47,32,40)
#281B23
(40,27,35)
#21161E
(33,22,30)
#1A1119
(26,17,25)
#130C14
(19,12,20)
#0C070F
(12,7,15)
#000000
(0,0,0)

Tints of #523941

#523941
(82,57,65)
#614B52
(97,75,82)
#705D63
(112,93,99)
#7F6F74
(127,111,116)
#8E8185
(142,129,133)
#9D9396
(157,147,150)
#ACA5A7
(172,165,167)
#BBB7B8
(187,183,184)
#CAC9C9
(202,201,201)
#D9DBDA
(217,219,218)
#E8EDEB
(232,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523941; }

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

This text font color is #523941.


Background Color

.myBgColor { background-color: #523941; }

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

This div background color is #523941.


Border color

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

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

This div border color is #523941.


Opacity

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

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

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

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

This text has shadow with #523941 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523941 on black background.


Color preview on white background

This text has color #523941 on white background.



Black color preview on #523941 background

This text has black color on #523941 background.


White color preview on #523941 background

This text has white color on #523941 background.