COLOR #523048

HEX: #523048
RGB: (82,48,72)

Color info

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

RGB color model

#523048 color RGB value is (82,48,72).

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

RGB channels and saturation

R 82 of 255 = 32%
G 48 of 255 = 19%
B 72 of 255 = 28%

82
48
72

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

Portions of RGB colors in percentages

R + G + B =
82 + 48 + 72 = 202 (100%)
R 82 of 202 ~ 40.59%
G 48 of 202 ~ 23.76%
B 72 of 202 ~ 35.64%

%40.59
%23.76
%35.64

CMYK color model

#523048 color CMYK value is (0,41,12,68).

  • cyan value is 0.00%
  • magenta value is 41.46%
  • yellow value is 12.20%
  • key color value is 67.84%
CMYK:
(0,41,12,68)
C0M41Y12K68 
(0%,41%,12%,68%)
(0.00/0.41/0.12/0.68)	

CMYK percentages

%0
%41.46
%12.2
%67.84

Codes

Color #523048 in popluar color models

523048
RGB824872
HSL318°26.15%25.49%
HSB/HSV318°41.46%32.16%
CMYK0.00%41.46%12.20%
67.84%

Color #523048 in popluar number systems.

HEX523048
Decimal824872
Binary10100101100001001000
Octal12260110

Shades and tints

Shades of #523048

#523048
(82,48,72)
#4B2C42
(75,44,66)
#44283C
(68,40,60)
#3D2436
(61,36,54)
#362030
(54,32,48)
#2F1C2A
(47,28,42)
#281824
(40,24,36)
#21141E
(33,20,30)
#1A1018
(26,16,24)
#130C12
(19,12,18)
#0C080C
(12,8,12)
#000000
(0,0,0)

Tints of #523048

#523048
(82,48,72)
#614258
(97,66,88)
#705468
(112,84,104)
#7F6678
(127,102,120)
#8E7888
(142,120,136)
#9D8A98
(157,138,152)
#AC9CA8
(172,156,168)
#BBAEB8
(187,174,184)
#CAC0C8
(202,192,200)
#D9D2D8
(217,210,216)
#E8E4E8
(232,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523048; }

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

This text font color is #523048.


Background Color

.myBgColor { background-color: #523048; }

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

This div background color is #523048.


Border color

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

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

This div border color is #523048.


Opacity

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

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

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

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

This text has shadow with #523048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523048 on black background.


Color preview on white background

This text has color #523048 on white background.



Black color preview on #523048 background

This text has black color on #523048 background.


White color preview on #523048 background

This text has white color on #523048 background.