COLOR #651E50

HEX: #651E50 RGB: (101,30,80)

Color info

#651E50 contains mainly red and blue colors. Web safe color of #651E50 is #663366 (or #636).

RGB color model

#651E50 color RGB value is (101,30,80).

RGB: (101,30,80) (40%, 12%, 31%)

RGB channels and saturation

R 101 of 255 = 40%
G 30 of 255 = 12%
B 80 of 255 = 31%

101
30
80

R + G + B ~ 28%. #651E50 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 101 + 30 + 80 = 211 (100%)
R 101 of 211 ~ 47.87%
G 30 of 211 ~ 14.22%
B 80 of 211 ~ 37.91'%

%47.87
%14.22
%37.91

CMYK color model

#651E50 color CMYK value is (0,70,21,60).

  • cyan value is 0.00%
  • magenta value is 70.30%
  • yellow value is 20.79%
  • key color value is 60.39%
CMYK: (0,70,21,60) C0M70Y21K60 (0%,70%,21%,60%) (0.00/0.70/0.21/0.60) 

CMYK percentages

%0
%70.3
%20.79
%60.39

Codes

Color #651E50 in popluar color models

65 1E 50
RGB 101 30 80
HSL 318° 54.20% 25.69%
HSB/HSV 318° 70.30% 39.61%
CMYK 0.00% 70.30% 20.79%
60.39%

Color #651E50 in popluar number systems.

HEX 65 1E 50
Decimal 101 30 80
Binary 1100101 11110 1010000
Octal 145 36 120

Shades and tints

Shades of #651E50

#651E50
(101,30,80)
#5C1C49
(92,28,73)
#531A42
(83,26,66)
#4A183B
(74,24,59)
#411634
(65,22,52)
#38142D
(56,20,45)
#2F1226
(47,18,38)
#26101F
(38,16,31)
#1D0E18
(29,14,24)
#140C11
(20,12,17)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #651E50

#651E50
(101,30,80)
#73325F
(115,50,95)
#81466E
(129,70,110)
#8F5A7D
(143,90,125)
#9D6E8C
(157,110,140)
#AB829B
(171,130,155)
#B996AA
(185,150,170)
#C7AAB9
(199,170,185)
#D5BEC8
(213,190,200)
#E3D2D7
(227,210,215)
#F1E6E6
(241,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #651E50 color. Also use rgb(101,30,80) instead hex code.

Text Font Color

.myTextColor { color: #651E50; }

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

This text font color is #651E50.

Background Color

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

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

This div background color is #651E50.

Border color

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

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

This div border color is #651E50.

Opacity

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

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

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

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

This text has shadow with #651E50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #651E50.

Preview

Color preview on black background

This text has color #651E50 on black background.


Color preview on white background

This text has color #651E50 on white background.


Black color preview on #651E50 background

This text has black color on #651E50 background.


White color preview on #651E50 background

This text has white color on #651E50 background.


Related colors

Complementary color

Complementary color for #hex is #9AE1AF.


I love getcolorcode.com

Triadic colors

1 #50651E and #1E5065 with #651E50 are triadic colors.

2 #501E65 and #1E6550 with #651E50 are triadic colors.