COLOR #653261

HEX: #653261
RGB: (101,50,97)

Color info

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

RGB color model

#653261 color RGB value is (101,50,97).

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

RGB channels and saturation

R 101 of 255 = 40%
G 50 of 255 = 20%
B 97 of 255 = 38%

101
50
97

R + G + B ~ 33%. #653261 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 50 + 97 = 248 (100%)
R 101 of 248 ~ 40.73%
G 50 of 248 ~ 20.16%
B 97 of 248 ~ 39.11%

%40.73
%20.16
%39.11

CMYK color model

#653261 color CMYK value is (0,50,4,60).

  • cyan value is 0.00%
  • magenta value is 50.50%
  • yellow value is 3.96%
  • key color value is 60.39%
CMYK:
(0,50,4,60)
C0M50Y4K60 
(0%,50%,4%,60%)
(0.00/0.50/0.04/0.60)	

CMYK percentages

%0
%50.5
%3.96
%60.39

Codes

Color #653261 in popluar color models

653261
RGB1015097
HSL305°33.77%29.61%
HSB/HSV305°50.50%39.61%
CMYK0.00%50.50%3.96%
60.39%

Color #653261 in popluar number systems.

HEX653261
Decimal1015097
Binary11001011100101100001
Octal14562141

Shades and tints

Shades of #653261

#653261
(101,50,97)
#5C2E59
(92,46,89)
#532A51
(83,42,81)
#4A2649
(74,38,73)
#412241
(65,34,65)
#381E39
(56,30,57)
#2F1A31
(47,26,49)
#261629
(38,22,41)
#1D1221
(29,18,33)
#140E19
(20,14,25)
#0B0A11
(11,10,17)
#000000
(0,0,0)

Tints of #653261

#653261
(101,50,97)
#73446F
(115,68,111)
#81567D
(129,86,125)
#8F688B
(143,104,139)
#9D7A99
(157,122,153)
#AB8CA7
(171,140,167)
#B99EB5
(185,158,181)
#C7B0C3
(199,176,195)
#D5C2D1
(213,194,209)
#E3D4DF
(227,212,223)
#F1E6ED
(241,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #653261; }

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

This text font color is #653261.


Background Color

.myBgColor { background-color: #653261; }

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

This div background color is #653261.


Border color

.myBorderColor { border: 1px solid #653261; }

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

This div border color is #653261.


Opacity

.myOpacity80 { color: #653261; opacity: 0.8; }

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

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

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

This text has shadow with #653261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #653261 on black background.


Color preview on white background

This text has color #653261 on white background.



Black color preview on #653261 background

This text has black color on #653261 background.


White color preview on #653261 background

This text has white color on #653261 background.