COLOR #523763

HEX: #523763
RGB: (82,55,99)

Color info

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

RGB color model

#523763 color RGB value is (82,55,99).

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

RGB channels and saturation

R 82 of 255 = 32%
G 55 of 255 = 22%
B 99 of 255 = 39%

82
55
99

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

Portions of RGB colors in percentages

R + G + B =
82 + 55 + 99 = 236 (100%)
R 82 of 236 ~ 34.75%
G 55 of 236 ~ 23.31%
B 99 of 236 ~ 41.95%

%34.75
%23.31
%41.95

CMYK color model

#523763 color CMYK value is (17,44,0,61).

  • cyan value is 17.17%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(17,44,0,61)
C17M44Y0K61 
(17%,44%,0%,61%)
(0.17/0.44/0.00/0.61)	

CMYK percentages

%17.17
%44.44
%0
%61.18

Codes

Color #523763 in popluar color models

523763
RGB825599
HSL277°28.57%30.20%
HSB/HSV277°44.44%38.82%
CMYK17.17%44.44%0.00%
61.18%

Color #523763 in popluar number systems.

HEX523763
Decimal825599
Binary10100101101111100011
Octal12267143

Shades and tints

Shades of #523763

#523763
(82,55,99)
#4B325A
(75,50,90)
#442D51
(68,45,81)
#3D2848
(61,40,72)
#36233F
(54,35,63)
#2F1E36
(47,30,54)
#28192D
(40,25,45)
#211424
(33,20,36)
#1A0F1B
(26,15,27)
#130A12
(19,10,18)
#0C0509
(12,5,9)
#000000
(0,0,0)

Tints of #523763

#523763
(82,55,99)
#614971
(97,73,113)
#705B7F
(112,91,127)
#7F6D8D
(127,109,141)
#8E7F9B
(142,127,155)
#9D91A9
(157,145,169)
#ACA3B7
(172,163,183)
#BBB5C5
(187,181,197)
#CAC7D3
(202,199,211)
#D9D9E1
(217,217,225)
#E8EBEF
(232,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #523763; }

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

This text font color is #523763.


Background Color

.myBgColor { background-color: #523763; }

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

This div background color is #523763.


Border color

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

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

This div border color is #523763.


Opacity

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

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

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

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

This text has shadow with #523763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523763 on black background.


Color preview on white background

This text has color #523763 on white background.



Black color preview on #523763 background

This text has black color on #523763 background.


White color preview on #523763 background

This text has white color on #523763 background.