COLOR #653A54

HEX: #653A54
RGB: (101,58,84)

Color info

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

RGB color model

#653A54 color RGB value is (101,58,84).

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

RGB channels and saturation

R 101 of 255 = 40%
G 58 of 255 = 23%
B 84 of 255 = 33%

101
58
84

R + G + B ~ 32%. #653A54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 58 + 84 = 243 (100%)
R 101 of 243 ~ 41.56%
G 58 of 243 ~ 23.87%
B 84 of 243 ~ 34.57%

%41.56
%23.87
%34.57

CMYK color model

#653A54 color CMYK value is (0,43,17,60).

  • cyan value is 0.00%
  • magenta value is 42.57%
  • yellow value is 16.83%
  • key color value is 60.39%
CMYK:
(0,43,17,60)
C0M43Y17K60 
(0%,43%,17%,60%)
(0.00/0.43/0.17/0.60)	

CMYK percentages

%0
%42.57
%16.83
%60.39

Codes

Color #653A54 in popluar color models

653A54
RGB1015884
HSL324°27.04%31.18%
HSB/HSV324°42.57%39.61%
CMYK0.00%42.57%16.83%
60.39%

Color #653A54 in popluar number systems.

HEX653A54
Decimal1015884
Binary11001011110101010100
Octal14572124

Shades and tints

Shades of #653A54

#653A54
(101,58,84)
#5C354D
(92,53,77)
#533046
(83,48,70)
#4A2B3F
(74,43,63)
#412638
(65,38,56)
#382131
(56,33,49)
#2F1C2A
(47,28,42)
#261723
(38,23,35)
#1D121C
(29,18,28)
#140D15
(20,13,21)
#0B080E
(11,8,14)
#000000
(0,0,0)

Tints of #653A54

#653A54
(101,58,84)
#734B63
(115,75,99)
#815C72
(129,92,114)
#8F6D81
(143,109,129)
#9D7E90
(157,126,144)
#AB8F9F
(171,143,159)
#B9A0AE
(185,160,174)
#C7B1BD
(199,177,189)
#D5C2CC
(213,194,204)
#E3D3DB
(227,211,219)
#F1E4EA
(241,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #653A54; }

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

This text font color is #653A54.


Background Color

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

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

This div background color is #653A54.


Border color

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

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

This div border color is #653A54.


Opacity

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

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

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

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

This text has shadow with #653A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #653A54 on black background.


Color preview on white background

This text has color #653A54 on white background.



Black color preview on #653A54 background

This text has black color on #653A54 background.


White color preview on #653A54 background

This text has white color on #653A54 background.