COLOR #651F5A

HEX: #651F5A
RGB: (101,31,90)

Color info

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

RGB color model

#651F5A color RGB value is (101,31,90).

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

RGB channels and saturation

R 101 of 255 = 40%
G 31 of 255 = 12%
B 90 of 255 = 35%

101
31
90

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

Portions of RGB colors in percentages

R + G + B =
101 + 31 + 90 = 222 (100%)
R 101 of 222 ~ 45.5%
G 31 of 222 ~ 13.96%
B 90 of 222 ~ 40.54%

%45.5
%13.96
%40.54

CMYK color model

#651F5A color CMYK value is (0,69,11,60).

  • cyan value is 0.00%
  • magenta value is 69.31%
  • yellow value is 10.89%
  • key color value is 60.39%
CMYK:
(0,69,11,60)
C0M69Y11K60 
(0%,69%,11%,60%)
(0.00/0.69/0.11/0.60)	

CMYK percentages

%0
%69.31
%10.89
%60.39

Codes

Color #651F5A in popluar color models

651F5A
RGB1013190
HSL309°53.03%25.88%
HSB/HSV309°69.31%39.61%
CMYK0.00%69.31%10.89%
60.39%

Color #651F5A in popluar number systems.

HEX651F5A
Decimal1013190
Binary1100101111111011010
Octal14537132

Shades and tints

Shades of #651F5A

#651F5A
(101,31,90)
#5C1D52
(92,29,82)
#531B4A
(83,27,74)
#4A1942
(74,25,66)
#41173A
(65,23,58)
#381532
(56,21,50)
#2F132A
(47,19,42)
#261122
(38,17,34)
#1D0F1A
(29,15,26)
#140D12
(20,13,18)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #651F5A

#651F5A
(101,31,90)
#733369
(115,51,105)
#814778
(129,71,120)
#8F5B87
(143,91,135)
#9D6F96
(157,111,150)
#AB83A5
(171,131,165)
#B997B4
(185,151,180)
#C7ABC3
(199,171,195)
#D5BFD2
(213,191,210)
#E3D3E1
(227,211,225)
#F1E7F0
(241,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #651F5A color. Also use rgb(101,31,90) instead hex code.

Text Font Color

.myTextColor { color: #651F5A; }

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

This text font color is #651F5A.


Background Color

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

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

This div background color is #651F5A.


Border color

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

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

This div border color is #651F5A.


Opacity

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

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

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

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

This text has shadow with #651F5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #651F5A on black background.


Color preview on white background

This text has color #651F5A on white background.



Black color preview on #651F5A background

This text has black color on #651F5A background.


White color preview on #651F5A background

This text has white color on #651F5A background.