COLOR #523965

HEX: #523965
RGB: (82,57,101)

Color info

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

RGB color model

#523965 color RGB value is (82,57,101).

  • red value is 82;
  • green value is 57;
  • blue value is 101.
RGB:
(82,57,101)
(32%,22%,40%)

RGB channels and saturation

R 82 of 255 = 32%
G 57 of 255 = 22%
B 101 of 255 = 40%

82
57
101

R + G + B ~ 31%. #523965 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 57 + 101 = 240 (100%)
R 82 of 240 ~ 34.17%
G 57 of 240 ~ 23.75%
B 101 of 240 ~ 42.08%

%34.17
%23.75
%42.08

CMYK color model

#523965 color CMYK value is (19,44,0,60).

  • cyan value is 18.81%
  • magenta value is 43.56%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(19,44,0,60)
C19M44Y0K60 
(19%,44%,0%,60%)
(0.19/0.44/0.00/0.60)	

CMYK percentages

%18.81
%43.56
%0
%60.39

Codes

Color #523965 in popluar color models

523965
RGB8257101
HSL274°27.85%30.98%
HSB/HSV274°43.56%39.61%
CMYK18.81%43.56%0.00%
60.39%

Color #523965 in popluar number systems.

HEX523965
Decimal8257101
Binary10100101110011100101
Octal12271145

Shades and tints

Shades of #523965

#523965
(82,57,101)
#4B345C
(75,52,92)
#442F53
(68,47,83)
#3D2A4A
(61,42,74)
#362541
(54,37,65)
#2F2038
(47,32,56)
#281B2F
(40,27,47)
#211626
(33,22,38)
#1A111D
(26,17,29)
#130C14
(19,12,20)
#0C070B
(12,7,11)
#000000
(0,0,0)

Tints of #523965

#523965
(82,57,101)
#614B73
(97,75,115)
#705D81
(112,93,129)
#7F6F8F
(127,111,143)
#8E819D
(142,129,157)
#9D93AB
(157,147,171)
#ACA5B9
(172,165,185)
#BBB7C7
(187,183,199)
#CAC9D5
(202,201,213)
#D9DBE3
(217,219,227)
#E8EDF1
(232,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523965 color. Also use rgb(82,57,101) instead hex code.

Text Font Color

.myTextColor { color: #523965; }

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

This text font color is #523965.


Background Color

.myBgColor { background-color: #523965; }

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

This div background color is #523965.


Border color

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

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

This div border color is #523965.


Opacity

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

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

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

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

This text has shadow with #523965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523965 on black background.


Color preview on white background

This text has color #523965 on white background.



Black color preview on #523965 background

This text has black color on #523965 background.


White color preview on #523965 background

This text has white color on #523965 background.