COLOR #653D6A

HEX: #653D6A
RGB: (101,61,106)

Color info

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

RGB color model

#653D6A color RGB value is (101,61,106).

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

RGB channels and saturation

R 101 of 255 = 40%
G 61 of 255 = 24%
B 106 of 255 = 42%

101
61
106

R + G + B ~ 35%. #653D6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 61 + 106 = 268 (100%)
R 101 of 268 ~ 37.69%
G 61 of 268 ~ 22.76%
B 106 of 268 ~ 39.55%

%37.69
%22.76
%39.55

CMYK color model

#653D6A color CMYK value is (5,42,0,58).

  • cyan value is 4.72%
  • magenta value is 42.45%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(5,42,0,58)
C5M42Y0K58 
(5%,42%,0%,58%)
(0.05/0.42/0.00/0.58)	

CMYK percentages

%4.72
%42.45
%0
%58.43

Codes

Color #653D6A in popluar color models

653D6A
RGB10161106
HSL293°26.95%32.75%
HSB/HSV293°42.45%41.57%
CMYK4.72%42.45%0.00%
58.43%

Color #653D6A in popluar number systems.

HEX653D6A
Decimal10161106
Binary11001011111011101010
Octal14575152

Shades and tints

Shades of #653D6A

#653D6A
(101,61,106)
#5C3861
(92,56,97)
#533358
(83,51,88)
#4A2E4F
(74,46,79)
#412946
(65,41,70)
#38243D
(56,36,61)
#2F1F34
(47,31,52)
#261A2B
(38,26,43)
#1D1522
(29,21,34)
#141019
(20,16,25)
#0B0B10
(11,11,16)
#000000
(0,0,0)

Tints of #653D6A

#653D6A
(101,61,106)
#734E77
(115,78,119)
#815F84
(129,95,132)
#8F7091
(143,112,145)
#9D819E
(157,129,158)
#AB92AB
(171,146,171)
#B9A3B8
(185,163,184)
#C7B4C5
(199,180,197)
#D5C5D2
(213,197,210)
#E3D6DF
(227,214,223)
#F1E7EC
(241,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #653D6A; }

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

This text font color is #653D6A.


Background Color

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

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

This div background color is #653D6A.


Border color

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

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

This div border color is #653D6A.


Opacity

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

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

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

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

This text has shadow with #653D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #653D6A on black background.


Color preview on white background

This text has color #653D6A on white background.



Black color preview on #653D6A background

This text has black color on #653D6A background.


White color preview on #653D6A background

This text has white color on #653D6A background.