COLOR #653E78

HEX: #653E78
RGB: (101,62,120)

Color info

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

RGB color model

#653E78 color RGB value is (101,62,120).

  • red value is 101;
  • green value is 62;
  • blue value is 120.
RGB:
(101,62,120)
(40%,24%,47%)

RGB channels and saturation

R 101 of 255 = 40%
G 62 of 255 = 24%
B 120 of 255 = 47%

101
62
120

R + G + B ~ 37%. #653E78 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 62 + 120 = 283 (100%)
R 101 of 283 ~ 35.69%
G 62 of 283 ~ 21.91%
B 120 of 283 ~ 42.4%

%35.69
%21.91
%42.4

CMYK color model

#653E78 color CMYK value is (16,48,0,53).

  • cyan value is 15.83%
  • magenta value is 48.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(16,48,0,53)
C16M48Y0K53 
(16%,48%,0%,53%)
(0.16/0.48/0.00/0.53)	

CMYK percentages

%15.83
%48.33
%0
%52.94

Codes

Color #653E78 in popluar color models

653E78
RGB10162120
HSL280°31.87%35.69%
HSB/HSV280°48.33%47.06%
CMYK15.83%48.33%0.00%
52.94%

Color #653E78 in popluar number systems.

HEX653E78
Decimal10162120
Binary11001011111101111000
Octal14576170

Shades and tints

Shades of #653E78

#653E78
(101,62,120)
#5C396E
(92,57,110)
#533464
(83,52,100)
#4A2F5A
(74,47,90)
#412A50
(65,42,80)
#382546
(56,37,70)
#2F203C
(47,32,60)
#261B32
(38,27,50)
#1D1628
(29,22,40)
#14111E
(20,17,30)
#0B0C14
(11,12,20)
#000000
(0,0,0)

Tints of #653E78

#653E78
(101,62,120)
#734F84
(115,79,132)
#816090
(129,96,144)
#8F719C
(143,113,156)
#9D82A8
(157,130,168)
#AB93B4
(171,147,180)
#B9A4C0
(185,164,192)
#C7B5CC
(199,181,204)
#D5C6D8
(213,198,216)
#E3D7E4
(227,215,228)
#F1E8F0
(241,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #653E78 color. Also use rgb(101,62,120) instead hex code.

Text Font Color

.myTextColor { color: #653E78; }

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

This text font color is #653E78.


Background Color

.myBgColor { background-color: #653E78; }

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

This div background color is #653E78.


Border color

.myBorderColor { border: 1px solid #653E78; }

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

This div border color is #653E78.


Opacity

.myOpacity80 { color: #653E78; opacity: 0.8; }

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

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

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

This text has shadow with #653E78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #653E78 on black background.


Color preview on white background

This text has color #653E78 on white background.



Black color preview on #653E78 background

This text has black color on #653E78 background.


White color preview on #653E78 background

This text has white color on #653E78 background.