COLOR #651E59

HEX: #651E59
RGB: (101,30,89)

Color info

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

RGB color model

#651E59 color RGB value is (101,30,89).

  • red value is 101;
  • green value is 30;
  • blue value is 89.
RGB:
(101,30,89)
(40%,12%,35%)

RGB channels and saturation

R 101 of 255 = 40%
G 30 of 255 = 12%
B 89 of 255 = 35%

101
30
89

R + G + B ~ 29%. #651E59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 30 + 89 = 220 (100%)
R 101 of 220 ~ 45.91%
G 30 of 220 ~ 13.64%
B 89 of 220 ~ 40.45%

%45.91
%13.64
%40.45

CMYK color model

#651E59 color CMYK value is (0,70,12,60).

  • cyan value is 0.00%
  • magenta value is 70.30%
  • yellow value is 11.88%
  • key color value is 60.39%
CMYK:
(0,70,12,60)
C0M70Y12K60 
(0%,70%,12%,60%)
(0.00/0.70/0.12/0.60)	

CMYK percentages

%0
%70.3
%11.88
%60.39

Codes

Color #651E59 in popluar color models

651E59
RGB1013089
HSL310°54.20%25.69%
HSB/HSV310°70.30%39.61%
CMYK0.00%70.30%11.88%
60.39%

Color #651E59 in popluar number systems.

HEX651E59
Decimal1013089
Binary1100101111101011001
Octal14536131

Shades and tints

Shades of #651E59

#651E59
(101,30,89)
#5C1C51
(92,28,81)
#531A49
(83,26,73)
#4A1841
(74,24,65)
#411639
(65,22,57)
#381431
(56,20,49)
#2F1229
(47,18,41)
#261021
(38,16,33)
#1D0E19
(29,14,25)
#140C11
(20,12,17)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #651E59

#651E59
(101,30,89)
#733268
(115,50,104)
#814677
(129,70,119)
#8F5A86
(143,90,134)
#9D6E95
(157,110,149)
#AB82A4
(171,130,164)
#B996B3
(185,150,179)
#C7AAC2
(199,170,194)
#D5BED1
(213,190,209)
#E3D2E0
(227,210,224)
#F1E6EF
(241,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #651E59; }

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

This text font color is #651E59.


Background Color

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

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

This div background color is #651E59.


Border color

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

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

This div border color is #651E59.


Opacity

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

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

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

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

This text has shadow with #651E59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #651E59 on black background.


Color preview on white background

This text has color #651E59 on white background.



Black color preview on #651E59 background

This text has black color on #651E59 background.


White color preview on #651E59 background

This text has white color on #651E59 background.