COLOR #511D57

HEX: #511D57
RGB: (81,29,87)

Renk bilgisi

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

RGB renk modeli

#511D57 color RGB value is (81,29,87).

  • kırmız ton 81;
  • yeşil ton 29;
  • mavi ton 87.
RGB:
(81,29,87)
(32%,11%,34%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 29 of 255 = 11%
B 87 of 255 = 34%

81
29
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 29 + 87 = 197 (100%)
R 81 of 197 ~ 41.12%
G 29 of 197 ~ 14.72%
B 87 of 197 ~ 44.16%

%41.12
%14.72
%44.16

CMYK RENK MODELİ

#511D57 rengi CMYK tonu (7,67,0,66).

  • camgöbeği tonu 6.90%
  • eflatun tonu 66.67%
  • sarı tonu 0.00%
  • ana renk tonu 65.88%
CMYK:
(7,67,0,66)
C7M67Y0K66 
(7%,67%,0%,66%)
(0.07/0.67/0.00/0.66)	

CMYK yüzdeleri

%6.9
%66.67
%0
%65.88

Codes

Color #511D57 in popluar color models

511D57
RGB812987
HSL294°50.00%22.75%
HSB/HSV294°66.67%34.12%
CMYK6.90%66.67%0.00%
65.88%

Color #511D57 in popluar number systems.

HEX511D57
Decimal812987
Binary1010001111011010111
Octal12135127

Shades and tints

Shades of #511D57

#511D57
(81,29,87)
#4A1B50
(74,27,80)
#431949
(67,25,73)
#3C1742
(60,23,66)
#35153B
(53,21,59)
#2E1334
(46,19,52)
#27112D
(39,17,45)
#200F26
(32,15,38)
#190D1F
(25,13,31)
#120B18
(18,11,24)
#0B0911
(11,9,17)
#000000
(0,0,0)

Tints of #511D57

#511D57
(81,29,87)
#603166
(96,49,102)
#6F4575
(111,69,117)
#7E5984
(126,89,132)
#8D6D93
(141,109,147)
#9C81A2
(156,129,162)
#AB95B1
(171,149,177)
#BAA9C0
(186,169,192)
#C9BDCF
(201,189,207)
#D8D1DE
(216,209,222)
#E7E5ED
(231,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #511D57; }

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

This text font color is #511D57.


Background Color

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

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

This div background color is #511D57.


Border color

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

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

This div border color is #511D57.


Opacity

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

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

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

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

This text has shadow with #511D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511D57 on black background.


Color preview on white background

This text has color #511D57 on white background.



Black color preview on #511D57 background

This text has black color on #511D57 background.


White color preview on #511D57 background

This text has white color on #511D57 background.