COLOR #653E60

HEX: #653E60
RGB: (101,62,96)

Color info

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

RGB color model

#653E60 color RGB value is (101,62,96).

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

RGB channels and saturation

R 101 of 255 = 40%
G 62 of 255 = 24%
B 96 of 255 = 38%

101
62
96

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

Portions of RGB colors in percentages

R + G + B =
101 + 62 + 96 = 259 (100%)
R 101 of 259 ~ 39%
G 62 of 259 ~ 23.94%
B 96 of 259 ~ 37.07%

%39
%23.94
%37.07

CMYK color model

#653E60 color CMYK value is (0,39,5,60).

  • cyan value is 0.00%
  • magenta value is 38.61%
  • yellow value is 4.95%
  • key color value is 60.39%
CMYK:
(0,39,5,60)
C0M39Y5K60 
(0%,39%,5%,60%)
(0.00/0.39/0.05/0.60)	

CMYK percentages

%0
%38.61
%4.95
%60.39

Codes

Color #653E60 in popluar color models

653E60
RGB1016296
HSL308°23.93%31.96%
HSB/HSV308°38.61%39.61%
CMYK0.00%38.61%4.95%
60.39%

Color #653E60 in popluar number systems.

HEX653E60
Decimal1016296
Binary11001011111101100000
Octal14576140

Shades and tints

Shades of #653E60

#653E60
(101,62,96)
#5C3958
(92,57,88)
#533450
(83,52,80)
#4A2F48
(74,47,72)
#412A40
(65,42,64)
#382538
(56,37,56)
#2F2030
(47,32,48)
#261B28
(38,27,40)
#1D1620
(29,22,32)
#141118
(20,17,24)
#0B0C10
(11,12,16)
#000000
(0,0,0)

Tints of #653E60

#653E60
(101,62,96)
#734F6E
(115,79,110)
#81607C
(129,96,124)
#8F718A
(143,113,138)
#9D8298
(157,130,152)
#AB93A6
(171,147,166)
#B9A4B4
(185,164,180)
#C7B5C2
(199,181,194)
#D5C6D0
(213,198,208)
#E3D7DE
(227,215,222)
#F1E8EC
(241,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #653E60; }

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

This text font color is #653E60.


Background Color

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

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

This div background color is #653E60.


Border color

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

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

This div border color is #653E60.


Opacity

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

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

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

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

This text has shadow with #653E60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #653E60 on black background.


Color preview on white background

This text has color #653E60 on white background.



Black color preview on #653E60 background

This text has black color on #653E60 background.


White color preview on #653E60 background

This text has white color on #653E60 background.