COLOR #653F5F

HEX: #653F5F
RGB: (101,63,95)

Color info

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

RGB color model

#653F5F color RGB value is (101,63,95).

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

RGB channels and saturation

R 101 of 255 = 40%
G 63 of 255 = 25%
B 95 of 255 = 37%

101
63
95

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

Portions of RGB colors in percentages

R + G + B =
101 + 63 + 95 = 259 (100%)
R 101 of 259 ~ 39%
G 63 of 259 ~ 24.32%
B 95 of 259 ~ 36.68%

%39
%24.32
%36.68

CMYK color model

#653F5F color CMYK value is (0,38,6,60).

  • cyan value is 0.00%
  • magenta value is 37.62%
  • yellow value is 5.94%
  • key color value is 60.39%
CMYK:
(0,38,6,60)
C0M38Y6K60 
(0%,38%,6%,60%)
(0.00/0.38/0.06/0.60)	

CMYK percentages

%0
%37.62
%5.94
%60.39

Codes

Color #653F5F in popluar color models

653F5F
RGB1016395
HSL309°23.17%32.16%
HSB/HSV309°37.62%39.61%
CMYK0.00%37.62%5.94%
60.39%

Color #653F5F in popluar number systems.

HEX653F5F
Decimal1016395
Binary11001011111111011111
Octal14577137

Shades and tints

Shades of #653F5F

#653F5F
(101,63,95)
#5C3A57
(92,58,87)
#53354F
(83,53,79)
#4A3047
(74,48,71)
#412B3F
(65,43,63)
#382637
(56,38,55)
#2F212F
(47,33,47)
#261C27
(38,28,39)
#1D171F
(29,23,31)
#141217
(20,18,23)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #653F5F

#653F5F
(101,63,95)
#73506D
(115,80,109)
#81617B
(129,97,123)
#8F7289
(143,114,137)
#9D8397
(157,131,151)
#AB94A5
(171,148,165)
#B9A5B3
(185,165,179)
#C7B6C1
(199,182,193)
#D5C7CF
(213,199,207)
#E3D8DD
(227,216,221)
#F1E9EB
(241,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #653F5F; }

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

This text font color is #653F5F.


Background Color

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

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

This div background color is #653F5F.


Border color

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

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

This div border color is #653F5F.


Opacity

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

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

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

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

This text has shadow with #653F5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #653F5F on black background.


Color preview on white background

This text has color #653F5F on white background.



Black color preview on #653F5F background

This text has black color on #653F5F background.


White color preview on #653F5F background

This text has white color on #653F5F background.