COLOR #651C49

HEX: #651C49
RGB: (101,28,73)

Color info

#651C49 contains mainly red and blue colors. Web safe color of #651C49 is #663333 (or #633).

RGB color model

#651C49 color RGB value is (101,28,73).

  • red value is 101;
  • green value is 28;
  • blue value is 73.
RGB:
(101,28,73)
(40%,11%,29%)

RGB channels and saturation

R 101 of 255 = 40%
G 28 of 255 = 11%
B 73 of 255 = 29%

101
28
73

R + G + B ~ 27%. #651C49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 28 + 73 = 202 (100%)
R 101 of 202 ~ 50%
G 28 of 202 ~ 13.86%
B 73 of 202 ~ 36.14%

%50
%13.86
%36.14

CMYK color model

#651C49 color CMYK value is (0,72,28,60).

  • cyan value is 0.00%
  • magenta value is 72.28%
  • yellow value is 27.72%
  • key color value is 60.39%
CMYK:
(0,72,28,60)
C0M72Y28K60 
(0%,72%,28%,60%)
(0.00/0.72/0.28/0.60)	

CMYK percentages

%0
%72.28
%27.72
%60.39

Codes

Color #651C49 in popluar color models

651C49
RGB1012873
HSL323°56.59%25.29%
HSB/HSV323°72.28%39.61%
CMYK0.00%72.28%27.72%
60.39%

Color #651C49 in popluar number systems.

HEX651C49
Decimal1012873
Binary1100101111001001001
Octal14534111

Shades and tints

Shades of #651C49

#651C49
(101,28,73)
#5C1A43
(92,26,67)
#53183D
(83,24,61)
#4A1637
(74,22,55)
#411431
(65,20,49)
#38122B
(56,18,43)
#2F1025
(47,16,37)
#260E1F
(38,14,31)
#1D0C19
(29,12,25)
#140A13
(20,10,19)
#0B080D
(11,8,13)
#000000
(0,0,0)

Tints of #651C49

#651C49
(101,28,73)
#733059
(115,48,89)
#814469
(129,68,105)
#8F5879
(143,88,121)
#9D6C89
(157,108,137)
#AB8099
(171,128,153)
#B994A9
(185,148,169)
#C7A8B9
(199,168,185)
#D5BCC9
(213,188,201)
#E3D0D9
(227,208,217)
#F1E4E9
(241,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #651C49 color. Also use rgb(101,28,73) instead hex code.

Text Font Color

.myTextColor { color: #651C49; }

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

This text font color is #651C49.


Background Color

.myBgColor { background-color: #651C49; }

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

This div background color is #651C49.


Border color

.myBorderColor { border: 1px solid #651C49; }

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

This div border color is #651C49.


Opacity

.myOpacity80 { color: #651C49; opacity: 0.8; }

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

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

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

This text has shadow with #651C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #651C49 on black background.


Color preview on white background

This text has color #651C49 on white background.



Black color preview on #651C49 background

This text has black color on #651C49 background.


White color preview on #651C49 background

This text has white color on #651C49 background.