COLOR #523748

HEX: #523748
RGB: (82,55,72)

Color info

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

RGB color model

#523748 color RGB value is (82,55,72).

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

RGB channels and saturation

R 82 of 255 = 32%
G 55 of 255 = 22%
B 72 of 255 = 28%

82
55
72

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

Portions of RGB colors in percentages

R + G + B =
82 + 55 + 72 = 209 (100%)
R 82 of 209 ~ 39.23%
G 55 of 209 ~ 26.32%
B 72 of 209 ~ 34.45%

%39.23
%26.32
%34.45

CMYK color model

#523748 color CMYK value is (0,33,12,68).

  • cyan value is 0.00%
  • magenta value is 32.93%
  • yellow value is 12.20%
  • key color value is 67.84%
CMYK:
(0,33,12,68)
C0M33Y12K68 
(0%,33%,12%,68%)
(0.00/0.33/0.12/0.68)	

CMYK percentages

%0
%32.93
%12.2
%67.84

Codes

Color #523748 in popluar color models

523748
RGB825572
HSL322°19.71%26.86%
HSB/HSV322°32.93%32.16%
CMYK0.00%32.93%12.20%
67.84%

Color #523748 in popluar number systems.

HEX523748
Decimal825572
Binary10100101101111001000
Octal12267110

Shades and tints

Shades of #523748

#523748
(82,55,72)
#4B3242
(75,50,66)
#442D3C
(68,45,60)
#3D2836
(61,40,54)
#362330
(54,35,48)
#2F1E2A
(47,30,42)
#281924
(40,25,36)
#21141E
(33,20,30)
#1A0F18
(26,15,24)
#130A12
(19,10,18)
#0C050C
(12,5,12)
#000000
(0,0,0)

Tints of #523748

#523748
(82,55,72)
#614958
(97,73,88)
#705B68
(112,91,104)
#7F6D78
(127,109,120)
#8E7F88
(142,127,136)
#9D9198
(157,145,152)
#ACA3A8
(172,163,168)
#BBB5B8
(187,181,184)
#CAC7C8
(202,199,200)
#D9D9D8
(217,217,216)
#E8EBE8
(232,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523748; }

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

This text font color is #523748.


Background Color

.myBgColor { background-color: #523748; }

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

This div background color is #523748.


Border color

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

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

This div border color is #523748.


Opacity

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

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

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

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

This text has shadow with #523748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523748 on black background.


Color preview on white background

This text has color #523748 on white background.



Black color preview on #523748 background

This text has black color on #523748 background.


White color preview on #523748 background

This text has white color on #523748 background.