COLOR #653E81

HEX: #653E81
RGB: (101,62,129)

Color info

#653E81 contains mainly red and blue colors. Web safe color of #653E81 is #663399 (or #639).

RGB color model

#653E81 color RGB value is (101,62,129).

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

RGB channels and saturation

R 101 of 255 = 40%
G 62 of 255 = 24%
B 129 of 255 = 51%

101
62
129

R + G + B ~ 38%. #653E81 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 62 + 129 = 292 (100%)
R 101 of 292 ~ 34.59%
G 62 of 292 ~ 21.23%
B 129 of 292 ~ 44.18%

%34.59
%21.23
%44.18

CMYK color model

#653E81 color CMYK value is (22,52,0,49).

  • cyan value is 21.71%
  • magenta value is 51.94%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(22,52,0,49)
C22M52Y0K49 
(22%,52%,0%,49%)
(0.22/0.52/0.00/0.49)	

CMYK percentages

%21.71
%51.94
%0
%49.41

Codes

Color #653E81 in popluar color models

653E81
RGB10162129
HSL275°35.08%37.45%
HSB/HSV275°51.94%50.59%
CMYK21.71%51.94%0.00%
49.41%

Color #653E81 in popluar number systems.

HEX653E81
Decimal10162129
Binary110010111111010000001
Octal14576201

Shades and tints

Shades of #653E81

#653E81
(101,62,129)
#5C3976
(92,57,118)
#53346B
(83,52,107)
#4A2F60
(74,47,96)
#412A55
(65,42,85)
#38254A
(56,37,74)
#2F203F
(47,32,63)
#261B34
(38,27,52)
#1D1629
(29,22,41)
#14111E
(20,17,30)
#0B0C13
(11,12,19)
#000000
(0,0,0)

Tints of #653E81

#653E81
(101,62,129)
#734F8C
(115,79,140)
#816097
(129,96,151)
#8F71A2
(143,113,162)
#9D82AD
(157,130,173)
#AB93B8
(171,147,184)
#B9A4C3
(185,164,195)
#C7B5CE
(199,181,206)
#D5C6D9
(213,198,217)
#E3D7E4
(227,215,228)
#F1E8EF
(241,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #653E81; }

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

This text font color is #653E81.


Background Color

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

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

This div background color is #653E81.


Border color

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

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

This div border color is #653E81.


Opacity

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

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

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

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

This text has shadow with #653E81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #653E81 on black background.


Color preview on white background

This text has color #653E81 on white background.



Black color preview on #653E81 background

This text has black color on #653E81 background.


White color preview on #653E81 background

This text has white color on #653E81 background.