COLOR #511E51

HEX: #511E51
RGB: (81,30,81)

Renk bilgisi

#511E51 contains red, green and blue colors in about the same proportion. #511E51 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#511E51 color RGB value is (81,30,81).

  • kırmız ton 81;
  • yeşil ton 30;
  • mavi ton 81.
RGB:
(81,30,81)
(32%,12%,32%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 30 of 255 = 12%
B 81 of 255 = 32%

81
30
81

R + G + B ~ 25%. #511E51 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 30 + 81 = 192 (100%)
R 81 of 192 ~ 42.19%
G 30 of 192 ~ 15.63%
B 81 of 192 ~ 42.19%

%42.19
%15.63
%42.19

CMYK RENK MODELİ

#511E51 rengi CMYK tonu (0,63,0,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 62.96%
  • sarı tonu 0.00%
  • ana renk tonu 68.24%
CMYK:
(0,63,0,68)
C0M63Y0K68 
(0%,63%,0%,68%)
(0.00/0.63/0.00/0.68)	

CMYK yüzdeleri

%0
%62.96
%0
%68.24

Codes

Color #511E51 in popluar color models

511E51
RGB813081
HSL300°45.95%21.76%
HSB/HSV300°62.96%31.76%
CMYK0.00%62.96%0.00%
68.24%

Color #511E51 in popluar number systems.

HEX511E51
Decimal813081
Binary1010001111101010001
Octal12136121

Shades and tints

Shades of #511E51

#511E51
(81,30,81)
#4A1C4A
(74,28,74)
#431A43
(67,26,67)
#3C183C
(60,24,60)
#351635
(53,22,53)
#2E142E
(46,20,46)
#271227
(39,18,39)
#201020
(32,16,32)
#190E19
(25,14,25)
#120C12
(18,12,18)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #511E51

#511E51
(81,30,81)
#603260
(96,50,96)
#6F466F
(111,70,111)
#7E5A7E
(126,90,126)
#8D6E8D
(141,110,141)
#9C829C
(156,130,156)
#AB96AB
(171,150,171)
#BAAABA
(186,170,186)
#C9BEC9
(201,190,201)
#D8D2D8
(216,210,216)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511E51 color. Also use rgb(81,30,81) instead hex code.

Text Font Color

.myTextColor { color: #511E51; }

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

This text font color is #511E51.


Background Color

.myBgColor { background-color: #511E51; }

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

This div background color is #511E51.


Border color

.myBorderColor { border: 1px solid #511E51; }

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

This div border color is #511E51.


Opacity

.myOpacity80 { color: #511E51; opacity: 0.8; }

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

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

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

This text has shadow with #511E51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511E51 on black background.


Color preview on white background

This text has color #511E51 on white background.



Black color preview on #511E51 background

This text has black color on #511E51 background.


White color preview on #511E51 background

This text has white color on #511E51 background.