COLOR #653463

HEX: #653463
RGB: (101,52,99)

Color info

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

RGB color model

#653463 color RGB value is (101,52,99).

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

RGB channels and saturation

R 101 of 255 = 40%
G 52 of 255 = 20%
B 99 of 255 = 39%

101
52
99

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

Portions of RGB colors in percentages

R + G + B =
101 + 52 + 99 = 252 (100%)
R 101 of 252 ~ 40.08%
G 52 of 252 ~ 20.63%
B 99 of 252 ~ 39.29%

%40.08
%20.63
%39.29

CMYK color model

#653463 color CMYK value is (0,49,2,60).

  • cyan value is 0.00%
  • magenta value is 48.51%
  • yellow value is 1.98%
  • key color value is 60.39%
CMYK:
(0,49,2,60)
C0M49Y2K60 
(0%,49%,2%,60%)
(0.00/0.49/0.02/0.60)	

CMYK percentages

%0
%48.51
%1.98
%60.39

Codes

Color #653463 in popluar color models

653463
RGB1015299
HSL302°32.03%30.00%
HSB/HSV302°48.51%39.61%
CMYK0.00%48.51%1.98%
60.39%

Color #653463 in popluar number systems.

HEX653463
Decimal1015299
Binary11001011101001100011
Octal14564143

Shades and tints

Shades of #653463

#653463
(101,52,99)
#5C305A
(92,48,90)
#532C51
(83,44,81)
#4A2848
(74,40,72)
#41243F
(65,36,63)
#382036
(56,32,54)
#2F1C2D
(47,28,45)
#261824
(38,24,36)
#1D141B
(29,20,27)
#141012
(20,16,18)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #653463

#653463
(101,52,99)
#734671
(115,70,113)
#81587F
(129,88,127)
#8F6A8D
(143,106,141)
#9D7C9B
(157,124,155)
#AB8EA9
(171,142,169)
#B9A0B7
(185,160,183)
#C7B2C5
(199,178,197)
#D5C4D3
(213,196,211)
#E3D6E1
(227,214,225)
#F1E8EF
(241,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #653463; }

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

This text font color is #653463.


Background Color

.myBgColor { background-color: #653463; }

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

This div background color is #653463.


Border color

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

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

This div border color is #653463.


Opacity

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

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

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

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

This text has shadow with #653463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #653463 on black background.


Color preview on white background

This text has color #653463 on white background.



Black color preview on #653463 background

This text has black color on #653463 background.


White color preview on #653463 background

This text has white color on #653463 background.