COLOR #511D73

HEX: #511D73
RGB: (81,29,115)

Renk bilgisi

#511D73 contains mainly red and blue colors. #511D73 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#511D73 color RGB value is (81,29,115).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 29 of 255 = 11%
B 115 of 255 = 45%

81
29
115

R + G + B ~ 29%. #511D73 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 29 + 115 = 225 (100%)
R 81 of 225 ~ 36%
G 29 of 225 ~ 12.89%
B 115 of 225 ~ 51.11%

%36
%12.89
%51.11

CMYK RENK MODELİ

#511D73 rengi CMYK tonu (30,75,0,55).

  • camgöbeği tonu 29.57%
  • eflatun tonu 74.78%
  • sarı tonu 0.00%
  • ana renk tonu 54.90%
CMYK:
(30,75,0,55)
C30M75Y0K55 
(30%,75%,0%,55%)
(0.30/0.75/0.00/0.55)	

CMYK yüzdeleri

%29.57
%74.78
%0
%54.9

Codes

Color #511D73 in popluar color models

511D73
RGB8129115
HSL276°59.72%28.24%
HSB/HSV276°74.78%45.10%
CMYK29.57%74.78%0.00%
54.90%

Color #511D73 in popluar number systems.

HEX511D73
Decimal8129115
Binary1010001111011110011
Octal12135163

Shades and tints

Shades of #511D73

#511D73
(81,29,115)
#4A1B69
(74,27,105)
#43195F
(67,25,95)
#3C1755
(60,23,85)
#35154B
(53,21,75)
#2E1341
(46,19,65)
#271137
(39,17,55)
#200F2D
(32,15,45)
#190D23
(25,13,35)
#120B19
(18,11,25)
#0B090F
(11,9,15)
#000000
(0,0,0)

Tints of #511D73

#511D73
(81,29,115)
#60317F
(96,49,127)
#6F458B
(111,69,139)
#7E5997
(126,89,151)
#8D6DA3
(141,109,163)
#9C81AF
(156,129,175)
#AB95BB
(171,149,187)
#BAA9C7
(186,169,199)
#C9BDD3
(201,189,211)
#D8D1DF
(216,209,223)
#E7E5EB
(231,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #511D73; }

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

This text font color is #511D73.


Background Color

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

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

This div background color is #511D73.


Border color

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

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

This div border color is #511D73.


Opacity

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

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

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

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

This text has shadow with #511D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511D73 on black background.


Color preview on white background

This text has color #511D73 on white background.



Black color preview on #511D73 background

This text has black color on #511D73 background.


White color preview on #511D73 background

This text has white color on #511D73 background.