COLOR #653D63

HEX: #653D63
RGB: (101,61,99)

Color info

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

RGB color model

#653D63 color RGB value is (101,61,99).

  • red value is 101;
  • green value is 61;
  • blue value is 99.
RGB:
(101,61,99)
(40%,24%,39%)

RGB channels and saturation

R 101 of 255 = 40%
G 61 of 255 = 24%
B 99 of 255 = 39%

101
61
99

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

Portions of RGB colors in percentages

R + G + B =
101 + 61 + 99 = 261 (100%)
R 101 of 261 ~ 38.7%
G 61 of 261 ~ 23.37%
B 99 of 261 ~ 37.93%

%38.7
%23.37
%37.93

CMYK color model

#653D63 color CMYK value is (0,40,2,60).

  • cyan value is 0.00%
  • magenta value is 39.60%
  • yellow value is 1.98%
  • key color value is 60.39%
CMYK:
(0,40,2,60)
C0M40Y2K60 
(0%,40%,2%,60%)
(0.00/0.40/0.02/0.60)	

CMYK percentages

%0
%39.6
%1.98
%60.39

Codes

Color #653D63 in popluar color models

653D63
RGB1016199
HSL303°24.69%31.76%
HSB/HSV303°39.60%39.61%
CMYK0.00%39.60%1.98%
60.39%

Color #653D63 in popluar number systems.

HEX653D63
Decimal1016199
Binary11001011111011100011
Octal14575143

Shades and tints

Shades of #653D63

#653D63
(101,61,99)
#5C385A
(92,56,90)
#533351
(83,51,81)
#4A2E48
(74,46,72)
#41293F
(65,41,63)
#382436
(56,36,54)
#2F1F2D
(47,31,45)
#261A24
(38,26,36)
#1D151B
(29,21,27)
#141012
(20,16,18)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #653D63

#653D63
(101,61,99)
#734E71
(115,78,113)
#815F7F
(129,95,127)
#8F708D
(143,112,141)
#9D819B
(157,129,155)
#AB92A9
(171,146,169)
#B9A3B7
(185,163,183)
#C7B4C5
(199,180,197)
#D5C5D3
(213,197,211)
#E3D6E1
(227,214,225)
#F1E7EF
(241,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #653D63 color. Also use rgb(101,61,99) instead hex code.

Text Font Color

.myTextColor { color: #653D63; }

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

This text font color is #653D63.


Background Color

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

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

This div background color is #653D63.


Border color

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

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

This div border color is #653D63.


Opacity

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

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

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

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

This text has shadow with #653D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #653D63 on black background.


Color preview on white background

This text has color #653D63 on white background.



Black color preview on #653D63 background

This text has black color on #653D63 background.


White color preview on #653D63 background

This text has white color on #653D63 background.