COLOR #653E61

HEX: #653E61
RGB: (101,62,97)

Color info

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

RGB color model

#653E61 color RGB value is (101,62,97).

  • red value is 101;
  • green value is 62;
  • blue value is 97.
RGB:
(101,62,97)
(40%,24%,38%)

RGB channels and saturation

R 101 of 255 = 40%
G 62 of 255 = 24%
B 97 of 255 = 38%

101
62
97

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

Portions of RGB colors in percentages

R + G + B =
101 + 62 + 97 = 260 (100%)
R 101 of 260 ~ 38.85%
G 62 of 260 ~ 23.85%
B 97 of 260 ~ 37.31%

%38.85
%23.85
%37.31

CMYK color model

#653E61 color CMYK value is (0,39,4,60).

  • cyan value is 0.00%
  • magenta value is 38.61%
  • yellow value is 3.96%
  • key color value is 60.39%
CMYK:
(0,39,4,60)
C0M39Y4K60 
(0%,39%,4%,60%)
(0.00/0.39/0.04/0.60)	

CMYK percentages

%0
%38.61
%3.96
%60.39

Codes

Color #653E61 in popluar color models

653E61
RGB1016297
HSL306°23.93%31.96%
HSB/HSV306°38.61%39.61%
CMYK0.00%38.61%3.96%
60.39%

Color #653E61 in popluar number systems.

HEX653E61
Decimal1016297
Binary11001011111101100001
Octal14576141

Shades and tints

Shades of #653E61

#653E61
(101,62,97)
#5C3959
(92,57,89)
#533451
(83,52,81)
#4A2F49
(74,47,73)
#412A41
(65,42,65)
#382539
(56,37,57)
#2F2031
(47,32,49)
#261B29
(38,27,41)
#1D1621
(29,22,33)
#141119
(20,17,25)
#0B0C11
(11,12,17)
#000000
(0,0,0)

Tints of #653E61

#653E61
(101,62,97)
#734F6F
(115,79,111)
#81607D
(129,96,125)
#8F718B
(143,113,139)
#9D8299
(157,130,153)
#AB93A7
(171,147,167)
#B9A4B5
(185,164,181)
#C7B5C3
(199,181,195)
#D5C6D1
(213,198,209)
#E3D7DF
(227,215,223)
#F1E8ED
(241,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #653E61 color. Also use rgb(101,62,97) instead hex code.

Text Font Color

.myTextColor { color: #653E61; }

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

This text font color is #653E61.


Background Color

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

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

This div background color is #653E61.


Border color

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

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

This div border color is #653E61.


Opacity

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

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

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

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

This text has shadow with #653E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #653E61 on black background.


Color preview on white background

This text has color #653E61 on white background.



Black color preview on #653E61 background

This text has black color on #653E61 background.


White color preview on #653E61 background

This text has white color on #653E61 background.