COLOR #523548

HEX: #523548
RGB: (82,53,72)

Color info

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

RGB color model

#523548 color RGB value is (82,53,72).

  • red value is 82;
  • green value is 53;
  • blue value is 72.
RGB:
(82,53,72)
(32%,21%,28%)

RGB channels and saturation

R 82 of 255 = 32%
G 53 of 255 = 21%
B 72 of 255 = 28%

82
53
72

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

Portions of RGB colors in percentages

R + G + B =
82 + 53 + 72 = 207 (100%)
R 82 of 207 ~ 39.61%
G 53 of 207 ~ 25.6%
B 72 of 207 ~ 34.78%

%39.61
%25.6
%34.78

CMYK color model

#523548 color CMYK value is (0,35,12,68).

  • cyan value is 0.00%
  • magenta value is 35.37%
  • yellow value is 12.20%
  • key color value is 67.84%
CMYK:
(0,35,12,68)
C0M35Y12K68 
(0%,35%,12%,68%)
(0.00/0.35/0.12/0.68)	

CMYK percentages

%0
%35.37
%12.2
%67.84

Codes

Color #523548 in popluar color models

523548
RGB825372
HSL321°21.48%26.47%
HSB/HSV321°35.37%32.16%
CMYK0.00%35.37%12.20%
67.84%

Color #523548 in popluar number systems.

HEX523548
Decimal825372
Binary10100101101011001000
Octal12265110

Shades and tints

Shades of #523548

#523548
(82,53,72)
#4B3142
(75,49,66)
#442D3C
(68,45,60)
#3D2936
(61,41,54)
#362530
(54,37,48)
#2F212A
(47,33,42)
#281D24
(40,29,36)
#21191E
(33,25,30)
#1A1518
(26,21,24)
#131112
(19,17,18)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #523548

#523548
(82,53,72)
#614758
(97,71,88)
#705968
(112,89,104)
#7F6B78
(127,107,120)
#8E7D88
(142,125,136)
#9D8F98
(157,143,152)
#ACA1A8
(172,161,168)
#BBB3B8
(187,179,184)
#CAC5C8
(202,197,200)
#D9D7D8
(217,215,216)
#E8E9E8
(232,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523548 color. Also use rgb(82,53,72) instead hex code.

Text Font Color

.myTextColor { color: #523548; }

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

This text font color is #523548.


Background Color

.myBgColor { background-color: #523548; }

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

This div background color is #523548.


Border color

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

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

This div border color is #523548.


Opacity

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

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

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

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

This text has shadow with #523548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523548 on black background.


Color preview on white background

This text has color #523548 on white background.



Black color preview on #523548 background

This text has black color on #523548 background.


White color preview on #523548 background

This text has white color on #523548 background.