COLOR #653A7C

HEX: #653A7C
RGB: (101,58,124)

Color info

#653A7C contains mainly red and blue colors. Web safe color of #653A7C is #663366 (or #636).

RGB color model

#653A7C color RGB value is (101,58,124).

  • red value is 101;
  • green value is 58;
  • blue value is 124.
RGB:
(101,58,124)
(40%,23%,49%)

RGB channels and saturation

R 101 of 255 = 40%
G 58 of 255 = 23%
B 124 of 255 = 49%

101
58
124

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

Portions of RGB colors in percentages

R + G + B =
101 + 58 + 124 = 283 (100%)
R 101 of 283 ~ 35.69%
G 58 of 283 ~ 20.49%
B 124 of 283 ~ 43.82%

%35.69
%20.49
%43.82

CMYK color model

#653A7C color CMYK value is (19,53,0,51).

  • cyan value is 18.55%
  • magenta value is 53.23%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(19,53,0,51)
C19M53Y0K51 
(19%,53%,0%,51%)
(0.19/0.53/0.00/0.51)	

CMYK percentages

%18.55
%53.23
%0
%51.37

Codes

Color #653A7C in popluar color models

653A7C
RGB10158124
HSL279°36.26%35.69%
HSB/HSV279°53.23%48.63%
CMYK18.55%53.23%0.00%
51.37%

Color #653A7C in popluar number systems.

HEX653A7C
Decimal10158124
Binary11001011110101111100
Octal14572174

Shades and tints

Shades of #653A7C

#653A7C
(101,58,124)
#5C3571
(92,53,113)
#533066
(83,48,102)
#4A2B5B
(74,43,91)
#412650
(65,38,80)
#382145
(56,33,69)
#2F1C3A
(47,28,58)
#26172F
(38,23,47)
#1D1224
(29,18,36)
#140D19
(20,13,25)
#0B080E
(11,8,14)
#000000
(0,0,0)

Tints of #653A7C

#653A7C
(101,58,124)
#734B87
(115,75,135)
#815C92
(129,92,146)
#8F6D9D
(143,109,157)
#9D7EA8
(157,126,168)
#AB8FB3
(171,143,179)
#B9A0BE
(185,160,190)
#C7B1C9
(199,177,201)
#D5C2D4
(213,194,212)
#E3D3DF
(227,211,223)
#F1E4EA
(241,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #653A7C color. Also use rgb(101,58,124) instead hex code.

Text Font Color

.myTextColor { color: #653A7C; }

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

This text font color is #653A7C.


Background Color

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

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

This div background color is #653A7C.


Border color

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

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

This div border color is #653A7C.


Opacity

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

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

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

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

This text has shadow with #653A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #653A7C on black background.


Color preview on white background

This text has color #653A7C on white background.



Black color preview on #653A7C background

This text has black color on #653A7C background.


White color preview on #653A7C background

This text has white color on #653A7C background.