COLOR #523853

HEX: #523853
RGB: (82,56,83)

Color info

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

RGB color model

#523853 color RGB value is (82,56,83).

  • red value is 82;
  • green value is 56;
  • blue value is 83.
RGB:
(82,56,83)
(32%,22%,33%)

RGB channels and saturation

R 82 of 255 = 32%
G 56 of 255 = 22%
B 83 of 255 = 33%

82
56
83

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

Portions of RGB colors in percentages

R + G + B =
82 + 56 + 83 = 221 (100%)
R 82 of 221 ~ 37.1%
G 56 of 221 ~ 25.34%
B 83 of 221 ~ 37.56%

%37.1
%25.34
%37.56

CMYK color model

#523853 color CMYK value is (1,33,0,67).

  • cyan value is 1.20%
  • magenta value is 32.53%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(1,33,0,67)
C1M33Y0K67 
(1%,33%,0%,67%)
(0.01/0.33/0.00/0.67)	

CMYK percentages

%1.2
%32.53
%0
%67.45

Codes

Color #523853 in popluar color models

523853
RGB825683
HSL298°19.42%27.25%
HSB/HSV298°32.53%32.55%
CMYK1.20%32.53%0.00%
67.45%

Color #523853 in popluar number systems.

HEX523853
Decimal825683
Binary10100101110001010011
Octal12270123

Shades and tints

Shades of #523853

#523853
(82,56,83)
#4B334C
(75,51,76)
#442E45
(68,46,69)
#3D293E
(61,41,62)
#362437
(54,36,55)
#2F1F30
(47,31,48)
#281A29
(40,26,41)
#211522
(33,21,34)
#1A101B
(26,16,27)
#130B14
(19,11,20)
#0C060D
(12,6,13)
#000000
(0,0,0)

Tints of #523853

#523853
(82,56,83)
#614A62
(97,74,98)
#705C71
(112,92,113)
#7F6E80
(127,110,128)
#8E808F
(142,128,143)
#9D929E
(157,146,158)
#ACA4AD
(172,164,173)
#BBB6BC
(187,182,188)
#CAC8CB
(202,200,203)
#D9DADA
(217,218,218)
#E8ECE9
(232,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523853 color. Also use rgb(82,56,83) instead hex code.

Text Font Color

.myTextColor { color: #523853; }

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

This text font color is #523853.


Background Color

.myBgColor { background-color: #523853; }

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

This div background color is #523853.


Border color

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

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

This div border color is #523853.


Opacity

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

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

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

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

This text has shadow with #523853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523853 on black background.


Color preview on white background

This text has color #523853 on white background.



Black color preview on #523853 background

This text has black color on #523853 background.


White color preview on #523853 background

This text has white color on #523853 background.