COLOR #511157

HEX: #511157
RGB: (81,17,87)

Renk bilgisi

#511157 contains mainly red and blue colors. #511157 ‘ nin web güvenlik rengi #660066 (ya da #606) dir.

RGB renk modeli

#511157 color RGB value is (81,17,87).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 17 of 255 = 7%
B 87 of 255 = 34%

81
17
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 17 + 87 = 185 (100%)
R 81 of 185 ~ 43.78%
G 17 of 185 ~ 9.19%
B 87 of 185 ~ 47.03%

%43.78
%47.03

CMYK RENK MODELİ

#511157 rengi CMYK tonu (7,80,0,66).

  • camgöbeği tonu 6.90%
  • eflatun tonu 80.46%
  • sarı tonu 0.00%
  • ana renk tonu 65.88%
CMYK:
(7,80,0,66)
C7M80Y0K66 
(7%,80%,0%,66%)
(0.07/0.80/0.00/0.66)	

CMYK yüzdeleri

%6.9
%80.46
%0
%65.88

Codes

Color #511157 in popluar color models

511157
RGB811787
HSL295°67.31%20.39%
HSB/HSV295°80.46%34.12%
CMYK6.90%80.46%0.00%
65.88%

Color #511157 in popluar number systems.

HEX511157
Decimal811787
Binary1010001100011010111
Octal12121127

Shades and tints

Shades of #511157

#511157
(81,17,87)
#4A1050
(74,16,80)
#430F49
(67,15,73)
#3C0E42
(60,14,66)
#350D3B
(53,13,59)
#2E0C34
(46,12,52)
#270B2D
(39,11,45)
#200A26
(32,10,38)
#19091F
(25,9,31)
#120818
(18,8,24)
#0B0711
(11,7,17)
#000000
(0,0,0)

Tints of #511157

#511157
(81,17,87)
#602666
(96,38,102)
#6F3B75
(111,59,117)
#7E5084
(126,80,132)
#8D6593
(141,101,147)
#9C7AA2
(156,122,162)
#AB8FB1
(171,143,177)
#BAA4C0
(186,164,192)
#C9B9CF
(201,185,207)
#D8CEDE
(216,206,222)
#E7E3ED
(231,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #511157; }

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

This text font color is #511157.


Background Color

.myBgColor { background-color: #511157; }

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

This div background color is #511157.


Border color

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

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

This div border color is #511157.


Opacity

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

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

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

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

This text has shadow with #511157 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511157 on black background.


Color preview on white background

This text has color #511157 on white background.



Black color preview on #511157 background

This text has black color on #511157 background.


White color preview on #511157 background

This text has white color on #511157 background.