COLOR #523749

HEX: #523749
RGB: (82,55,73)

Color info

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

RGB color model

#523749 color RGB value is (82,55,73).

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

RGB channels and saturation

R 82 of 255 = 32%
G 55 of 255 = 22%
B 73 of 255 = 29%

82
55
73

R + G + B ~ 28%. #523749 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 55 + 73 = 210 (100%)
R 82 of 210 ~ 39.05%
G 55 of 210 ~ 26.19%
B 73 of 210 ~ 34.76%

%39.05
%26.19
%34.76

CMYK color model

#523749 color CMYK value is (0,33,11,68).

  • cyan value is 0.00%
  • magenta value is 32.93%
  • yellow value is 10.98%
  • key color value is 67.84%
CMYK:
(0,33,11,68)
C0M33Y11K68 
(0%,33%,11%,68%)
(0.00/0.33/0.11/0.68)	

CMYK percentages

%0
%32.93
%10.98
%67.84

Codes

Color #523749 in popluar color models

523749
RGB825573
HSL320°19.71%26.86%
HSB/HSV320°32.93%32.16%
CMYK0.00%32.93%10.98%
67.84%

Color #523749 in popluar number systems.

HEX523749
Decimal825573
Binary10100101101111001001
Octal12267111

Shades and tints

Shades of #523749

#523749
(82,55,73)
#4B3243
(75,50,67)
#442D3D
(68,45,61)
#3D2837
(61,40,55)
#362331
(54,35,49)
#2F1E2B
(47,30,43)
#281925
(40,25,37)
#21141F
(33,20,31)
#1A0F19
(26,15,25)
#130A13
(19,10,19)
#0C050D
(12,5,13)
#000000
(0,0,0)

Tints of #523749

#523749
(82,55,73)
#614959
(97,73,89)
#705B69
(112,91,105)
#7F6D79
(127,109,121)
#8E7F89
(142,127,137)
#9D9199
(157,145,153)
#ACA3A9
(172,163,169)
#BBB5B9
(187,181,185)
#CAC7C9
(202,199,201)
#D9D9D9
(217,217,217)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523749; }

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

This text font color is #523749.


Background Color

.myBgColor { background-color: #523749; }

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

This div background color is #523749.


Border color

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

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

This div border color is #523749.


Opacity

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

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

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

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

This text has shadow with #523749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523749 on black background.


Color preview on white background

This text has color #523749 on white background.



Black color preview on #523749 background

This text has black color on #523749 background.


White color preview on #523749 background

This text has white color on #523749 background.