COLOR #653F6B

HEX: #653F6B
RGB: (101,63,107)

Color info

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

RGB color model

#653F6B color RGB value is (101,63,107).

  • red value is 101;
  • green value is 63;
  • blue value is 107.
RGB:
(101,63,107)
(40%,25%,42%)

RGB channels and saturation

R 101 of 255 = 40%
G 63 of 255 = 25%
B 107 of 255 = 42%

101
63
107

R + G + B ~ 36%. #653F6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 63 + 107 = 271 (100%)
R 101 of 271 ~ 37.27%
G 63 of 271 ~ 23.25%
B 107 of 271 ~ 39.48%

%37.27
%23.25
%39.48

CMYK color model

#653F6B color CMYK value is (6,41,0,58).

  • cyan value is 5.61%
  • magenta value is 41.12%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(6,41,0,58)
C6M41Y0K58 
(6%,41%,0%,58%)
(0.06/0.41/0.00/0.58)	

CMYK percentages

%5.61
%41.12
%0
%58.04

Codes

Color #653F6B in popluar color models

653F6B
RGB10163107
HSL292°25.88%33.33%
HSB/HSV292°41.12%41.96%
CMYK5.61%41.12%0.00%
58.04%

Color #653F6B in popluar number systems.

HEX653F6B
Decimal10163107
Binary11001011111111101011
Octal14577153

Shades and tints

Shades of #653F6B

#653F6B
(101,63,107)
#5C3A62
(92,58,98)
#533559
(83,53,89)
#4A3050
(74,48,80)
#412B47
(65,43,71)
#38263E
(56,38,62)
#2F2135
(47,33,53)
#261C2C
(38,28,44)
#1D1723
(29,23,35)
#14121A
(20,18,26)
#0B0D11
(11,13,17)
#000000
(0,0,0)

Tints of #653F6B

#653F6B
(101,63,107)
#735078
(115,80,120)
#816185
(129,97,133)
#8F7292
(143,114,146)
#9D839F
(157,131,159)
#AB94AC
(171,148,172)
#B9A5B9
(185,165,185)
#C7B6C6
(199,182,198)
#D5C7D3
(213,199,211)
#E3D8E0
(227,216,224)
#F1E9ED
(241,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #653F6B color. Also use rgb(101,63,107) instead hex code.

Text Font Color

.myTextColor { color: #653F6B; }

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

This text font color is #653F6B.


Background Color

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

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

This div background color is #653F6B.


Border color

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

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

This div border color is #653F6B.


Opacity

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

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

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

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

This text has shadow with #653F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #653F6B on black background.


Color preview on white background

This text has color #653F6B on white background.



Black color preview on #653F6B background

This text has black color on #653F6B background.


White color preview on #653F6B background

This text has white color on #653F6B background.