COLOR #653A60

HEX: #653A60
RGB: (101,58,96)

Color info

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

RGB color model

#653A60 color RGB value is (101,58,96).

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

RGB channels and saturation

R 101 of 255 = 40%
G 58 of 255 = 23%
B 96 of 255 = 38%

101
58
96

R + G + B ~ 34%. #653A60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 58 + 96 = 255 (100%)
R 101 of 255 ~ 39.61%
G 58 of 255 ~ 22.75%
B 96 of 255 ~ 37.65%

%39.61
%22.75
%37.65

CMYK color model

#653A60 color CMYK value is (0,43,5,60).

  • cyan value is 0.00%
  • magenta value is 42.57%
  • yellow value is 4.95%
  • key color value is 60.39%
CMYK:
(0,43,5,60)
C0M43Y5K60 
(0%,43%,5%,60%)
(0.00/0.43/0.05/0.60)	

CMYK percentages

%0
%42.57
%4.95
%60.39

Codes

Color #653A60 in popluar color models

653A60
RGB1015896
HSL307°27.04%31.18%
HSB/HSV307°42.57%39.61%
CMYK0.00%42.57%4.95%
60.39%

Color #653A60 in popluar number systems.

HEX653A60
Decimal1015896
Binary11001011110101100000
Octal14572140

Shades and tints

Shades of #653A60

#653A60
(101,58,96)
#5C3558
(92,53,88)
#533050
(83,48,80)
#4A2B48
(74,43,72)
#412640
(65,38,64)
#382138
(56,33,56)
#2F1C30
(47,28,48)
#261728
(38,23,40)
#1D1220
(29,18,32)
#140D18
(20,13,24)
#0B0810
(11,8,16)
#000000
(0,0,0)

Tints of #653A60

#653A60
(101,58,96)
#734B6E
(115,75,110)
#815C7C
(129,92,124)
#8F6D8A
(143,109,138)
#9D7E98
(157,126,152)
#AB8FA6
(171,143,166)
#B9A0B4
(185,160,180)
#C7B1C2
(199,177,194)
#D5C2D0
(213,194,208)
#E3D3DE
(227,211,222)
#F1E4EC
(241,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #653A60; }

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

This text font color is #653A60.


Background Color

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

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

This div background color is #653A60.


Border color

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

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

This div border color is #653A60.


Opacity

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

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

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

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

This text has shadow with #653A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #653A60 on black background.


Color preview on white background

This text has color #653A60 on white background.



Black color preview on #653A60 background

This text has black color on #653A60 background.


White color preview on #653A60 background

This text has white color on #653A60 background.