COLOR #511F55

HEX: #511F55
RGB: (81,31,85)

Renk bilgisi

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

RGB renk modeli

#511F55 color RGB value is (81,31,85).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 31 of 255 = 12%
B 85 of 255 = 33%

81
31
85

R + G + B ~ 26%. #511F55 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 31 + 85 = 197 (100%)
R 81 of 197 ~ 41.12%
G 31 of 197 ~ 15.74%
B 85 of 197 ~ 43.15%

%41.12
%15.74
%43.15

CMYK RENK MODELİ

#511F55 rengi CMYK tonu (5,64,0,67).

  • camgöbeği tonu 4.71%
  • eflatun tonu 63.53%
  • sarı tonu 0.00%
  • ana renk tonu 66.67%
CMYK:
(5,64,0,67)
C5M64Y0K67 
(5%,64%,0%,67%)
(0.05/0.64/0.00/0.67)	

CMYK yüzdeleri

%4.71
%63.53
%0
%66.67

Codes

Color #511F55 in popluar color models

511F55
RGB813185
HSL296°46.55%22.75%
HSB/HSV296°63.53%33.33%
CMYK4.71%63.53%0.00%
66.67%

Color #511F55 in popluar number systems.

HEX511F55
Decimal813185
Binary1010001111111010101
Octal12137125

Shades and tints

Shades of #511F55

#511F55
(81,31,85)
#4A1D4E
(74,29,78)
#431B47
(67,27,71)
#3C1940
(60,25,64)
#351739
(53,23,57)
#2E1532
(46,21,50)
#27132B
(39,19,43)
#201124
(32,17,36)
#190F1D
(25,15,29)
#120D16
(18,13,22)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #511F55

#511F55
(81,31,85)
#603364
(96,51,100)
#6F4773
(111,71,115)
#7E5B82
(126,91,130)
#8D6F91
(141,111,145)
#9C83A0
(156,131,160)
#AB97AF
(171,151,175)
#BAABBE
(186,171,190)
#C9BFCD
(201,191,205)
#D8D3DC
(216,211,220)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #511F55; }

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

This text font color is #511F55.


Background Color

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

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

This div background color is #511F55.


Border color

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

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

This div border color is #511F55.


Opacity

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

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

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

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

This text has shadow with #511F55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511F55 on black background.


Color preview on white background

This text has color #511F55 on white background.



Black color preview on #511F55 background

This text has black color on #511F55 background.


White color preview on #511F55 background

This text has white color on #511F55 background.