COLOR #501651

HEX: #501651
RGB: (80,22,81)

Renk bilgisi

#501651 contains red, green and blue colors in about the same proportion. #501651 ‘ nin web güvenlik rengi #660066 (ya da #606) dir.

RGB renk modeli

#501651 color RGB value is (80,22,81).

  • kırmız ton 80;
  • yeşil ton 22;
  • mavi ton 81.
RGB:
(80,22,81)
(31%,9%,32%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 22 of 255 = 9%
B 81 of 255 = 32%

80
22
81

R + G + B ~ 24%. #501651 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 22 + 81 = 183 (100%)
R 80 of 183 ~ 43.72%
G 22 of 183 ~ 12.02%
B 81 of 183 ~ 44.26%

%43.72
%12.02
%44.26

CMYK RENK MODELİ

#501651 rengi CMYK tonu (1,73,0,68).

  • camgöbeği tonu 1.23%
  • eflatun tonu 72.84%
  • sarı tonu 0.00%
  • ana renk tonu 68.24%
CMYK:
(1,73,0,68)
C1M73Y0K68 
(1%,73%,0%,68%)
(0.01/0.73/0.00/0.68)	

CMYK yüzdeleri

%1.23
%72.84
%0
%68.24

Codes

Color #501651 in popluar color models

501651
RGB802281
HSL299°57.28%20.20%
HSB/HSV299°72.84%31.76%
CMYK1.23%72.84%0.00%
68.24%

Color #501651 in popluar number systems.

HEX501651
Decimal802281
Binary1010000101101010001
Octal12026121

Shades and tints

Shades of #501651

#501651
(80,22,81)
#49144A
(73,20,74)
#421243
(66,18,67)
#3B103C
(59,16,60)
#340E35
(52,14,53)
#2D0C2E
(45,12,46)
#260A27
(38,10,39)
#1F0820
(31,8,32)
#180619
(24,6,25)
#110412
(17,4,18)
#0A020B
(10,2,11)
#000000
(0,0,0)

Tints of #501651

#501651
(80,22,81)
#5F2B60
(95,43,96)
#6E406F
(110,64,111)
#7D557E
(125,85,126)
#8C6A8D
(140,106,141)
#9B7F9C
(155,127,156)
#AA94AB
(170,148,171)
#B9A9BA
(185,169,186)
#C8BEC9
(200,190,201)
#D7D3D8
(215,211,216)
#E6E8E7
(230,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501651 color. Also use rgb(80,22,81) instead hex code.

Text Font Color

.myTextColor { color: #501651; }

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

This text font color is #501651.


Background Color

.myBgColor { background-color: #501651; }

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

This div background color is #501651.


Border color

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

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

This div border color is #501651.


Opacity

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

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

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

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

This text has shadow with #501651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501651 on black background.


Color preview on white background

This text has color #501651 on white background.



Black color preview on #501651 background

This text has black color on #501651 background.


White color preview on #501651 background

This text has white color on #501651 background.