COLOR #511D40

HEX: #511D40
RGB: (81,29,64)

Renk bilgisi

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

RGB renk modeli

#511D40 color RGB value is (81,29,64).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 29 of 255 = 11%
B 64 of 255 = 25%

81
29
64

R + G + B ~ 23%. #511D40 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 29 + 64 = 174 (100%)
R 81 of 174 ~ 46.55%
G 29 of 174 ~ 16.67%
B 64 of 174 ~ 36.78%

%46.55
%16.67
%36.78

CMYK RENK MODELİ

#511D40 rengi CMYK tonu (0,64,21,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 64.20%
  • sarı tonu 20.99%
  • ana renk tonu 68.24%
CMYK:
(0,64,21,68)
C0M64Y21K68 
(0%,64%,21%,68%)
(0.00/0.64/0.21/0.68)	

CMYK yüzdeleri

%0
%64.2
%20.99
%68.24

Codes

Color #511D40 in popluar color models

511D40
RGB812964
HSL320°47.27%21.57%
HSB/HSV320°64.20%31.76%
CMYK0.00%64.20%20.99%
68.24%

Color #511D40 in popluar number systems.

HEX511D40
Decimal812964
Binary1010001111011000000
Octal12135100

Shades and tints

Shades of #511D40

#511D40
(81,29,64)
#4A1B3B
(74,27,59)
#431936
(67,25,54)
#3C1731
(60,23,49)
#35152C
(53,21,44)
#2E1327
(46,19,39)
#271122
(39,17,34)
#200F1D
(32,15,29)
#190D18
(25,13,24)
#120B13
(18,11,19)
#0B090E
(11,9,14)
#000000
(0,0,0)

Tints of #511D40

#511D40
(81,29,64)
#603151
(96,49,81)
#6F4562
(111,69,98)
#7E5973
(126,89,115)
#8D6D84
(141,109,132)
#9C8195
(156,129,149)
#AB95A6
(171,149,166)
#BAA9B7
(186,169,183)
#C9BDC8
(201,189,200)
#D8D1D9
(216,209,217)
#E7E5EA
(231,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #511D40; }

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

This text font color is #511D40.


Background Color

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

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

This div background color is #511D40.


Border color

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

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

This div border color is #511D40.


Opacity

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

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

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

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

This text has shadow with #511D40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511D40 on black background.


Color preview on white background

This text has color #511D40 on white background.



Black color preview on #511D40 background

This text has black color on #511D40 background.


White color preview on #511D40 background

This text has white color on #511D40 background.