COLOR #523554

HEX: #523554
RGB: (82,53,84)

Color info

#523554 contains red, green and blue colors in about the same proportion. Web safe color of #523554 is #663366 (or #636).

RGB color model

#523554 color RGB value is (82,53,84).

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

RGB channels and saturation

R 82 of 255 = 32%
G 53 of 255 = 21%
B 84 of 255 = 33%

82
53
84

R + G + B ~ 29%. #523554 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 53 + 84 = 219 (100%)
R 82 of 219 ~ 37.44%
G 53 of 219 ~ 24.2%
B 84 of 219 ~ 38.36%

%37.44
%24.2
%38.36

CMYK color model

#523554 color CMYK value is (2,37,0,67).

  • cyan value is 2.38%
  • magenta value is 36.90%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(2,37,0,67)
C2M37Y0K67 
(2%,37%,0%,67%)
(0.02/0.37/0.00/0.67)	

CMYK percentages

%2.38
%36.9
%0
%67.06

Codes

Color #523554 in popluar color models

523554
RGB825384
HSL296°22.63%26.86%
HSB/HSV296°36.90%32.94%
CMYK2.38%36.90%0.00%
67.06%

Color #523554 in popluar number systems.

HEX523554
Decimal825384
Binary10100101101011010100
Octal12265124

Shades and tints

Shades of #523554

#523554
(82,53,84)
#4B314D
(75,49,77)
#442D46
(68,45,70)
#3D293F
(61,41,63)
#362538
(54,37,56)
#2F2131
(47,33,49)
#281D2A
(40,29,42)
#211923
(33,25,35)
#1A151C
(26,21,28)
#131115
(19,17,21)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #523554

#523554
(82,53,84)
#614763
(97,71,99)
#705972
(112,89,114)
#7F6B81
(127,107,129)
#8E7D90
(142,125,144)
#9D8F9F
(157,143,159)
#ACA1AE
(172,161,174)
#BBB3BD
(187,179,189)
#CAC5CC
(202,197,204)
#D9D7DB
(217,215,219)
#E8E9EA
(232,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523554; }

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

This text font color is #523554.


Background Color

.myBgColor { background-color: #523554; }

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

This div background color is #523554.


Border color

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

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

This div border color is #523554.


Opacity

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

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

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

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

This text has shadow with #523554 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523554 on black background.


Color preview on white background

This text has color #523554 on white background.



Black color preview on #523554 background

This text has black color on #523554 background.


White color preview on #523554 background

This text has white color on #523554 background.