COLOR #511D48

HEX: #511D48
RGB: (81,29,72)

Renk bilgisi

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

RGB renk modeli

#511D48 color RGB value is (81,29,72).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 29 of 255 = 11%
B 72 of 255 = 28%

81
29
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 29 + 72 = 182 (100%)
R 81 of 182 ~ 44.51%
G 29 of 182 ~ 15.93%
B 72 of 182 ~ 39.56%

%44.51
%15.93
%39.56

CMYK RENK MODELİ

#511D48 rengi CMYK tonu (0,64,11,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 64.20%
  • sarı tonu 11.11%
  • ana renk tonu 68.24%
CMYK:
(0,64,11,68)
C0M64Y11K68 
(0%,64%,11%,68%)
(0.00/0.64/0.11/0.68)	

CMYK yüzdeleri

%0
%64.2
%11.11
%68.24

Codes

Color #511D48 in popluar color models

511D48
RGB812972
HSL310°47.27%21.57%
HSB/HSV310°64.20%31.76%
CMYK0.00%64.20%11.11%
68.24%

Color #511D48 in popluar number systems.

HEX511D48
Decimal812972
Binary1010001111011001000
Octal12135110

Shades and tints

Shades of #511D48

#511D48
(81,29,72)
#4A1B42
(74,27,66)
#43193C
(67,25,60)
#3C1736
(60,23,54)
#351530
(53,21,48)
#2E132A
(46,19,42)
#271124
(39,17,36)
#200F1E
(32,15,30)
#190D18
(25,13,24)
#120B12
(18,11,18)
#0B090C
(11,9,12)
#000000
(0,0,0)

Tints of #511D48

#511D48
(81,29,72)
#603158
(96,49,88)
#6F4568
(111,69,104)
#7E5978
(126,89,120)
#8D6D88
(141,109,136)
#9C8198
(156,129,152)
#AB95A8
(171,149,168)
#BAA9B8
(186,169,184)
#C9BDC8
(201,189,200)
#D8D1D8
(216,209,216)
#E7E5E8
(231,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #511D48; }

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

This text font color is #511D48.


Background Color

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

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

This div background color is #511D48.


Border color

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

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

This div border color is #511D48.


Opacity

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

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

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

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

This text has shadow with #511D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511D48 on black background.


Color preview on white background

This text has color #511D48 on white background.



Black color preview on #511D48 background

This text has black color on #511D48 background.


White color preview on #511D48 background

This text has white color on #511D48 background.