COLOR #511B5D

HEX: #511B5D
RGB: (81,27,93)

Renk bilgisi

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

RGB renk modeli

#511B5D color RGB value is (81,27,93).

  • kırmız ton 81;
  • yeşil ton 27;
  • mavi ton 93.
RGB:
(81,27,93)
(32%,11%,36%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 27 of 255 = 11%
B 93 of 255 = 36%

81
27
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 27 + 93 = 201 (100%)
R 81 of 201 ~ 40.3%
G 27 of 201 ~ 13.43%
B 93 of 201 ~ 46.27%

%40.3
%13.43
%46.27

CMYK RENK MODELİ

#511B5D rengi CMYK tonu (13,71,0,64).

  • camgöbeği tonu 12.90%
  • eflatun tonu 70.97%
  • sarı tonu 0.00%
  • ana renk tonu 63.53%
CMYK:
(13,71,0,64)
C13M71Y0K64 
(13%,71%,0%,64%)
(0.13/0.71/0.00/0.64)	

CMYK yüzdeleri

%12.9
%70.97
%0
%63.53

Codes

Color #511B5D in popluar color models

511B5D
RGB812793
HSL289°55.00%23.53%
HSB/HSV289°70.97%36.47%
CMYK12.90%70.97%0.00%
63.53%

Color #511B5D in popluar number systems.

HEX511B5D
Decimal812793
Binary1010001110111011101
Octal12133135

Shades and tints

Shades of #511B5D

#511B5D
(81,27,93)
#4A1955
(74,25,85)
#43174D
(67,23,77)
#3C1545
(60,21,69)
#35133D
(53,19,61)
#2E1135
(46,17,53)
#270F2D
(39,15,45)
#200D25
(32,13,37)
#190B1D
(25,11,29)
#120915
(18,9,21)
#0B070D
(11,7,13)
#000000
(0,0,0)

Tints of #511B5D

#511B5D
(81,27,93)
#602F6B
(96,47,107)
#6F4379
(111,67,121)
#7E5787
(126,87,135)
#8D6B95
(141,107,149)
#9C7FA3
(156,127,163)
#AB93B1
(171,147,177)
#BAA7BF
(186,167,191)
#C9BBCD
(201,187,205)
#D8CFDB
(216,207,219)
#E7E3E9
(231,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #511B5D; }

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

This text font color is #511B5D.


Background Color

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

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

This div background color is #511B5D.


Border color

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

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

This div border color is #511B5D.


Opacity

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

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

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

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

This text has shadow with #511B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511B5D on black background.


Color preview on white background

This text has color #511B5D on white background.



Black color preview on #511B5D background

This text has black color on #511B5D background.


White color preview on #511B5D background

This text has white color on #511B5D background.