COLOR #511D37

HEX: #511D37
RGB: (81,29,55)

Renk bilgisi

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

RGB renk modeli

#511D37 color RGB value is (81,29,55).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 29 of 255 = 11%
B 55 of 255 = 22%

81
29
55

R + G + B ~ 22%. #511D37 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 29 + 55 = 165 (100%)
R 81 of 165 ~ 49.09%
G 29 of 165 ~ 17.58%
B 55 of 165 ~ 33.33%

%49.09
%17.58
%33.33

CMYK RENK MODELİ

#511D37 rengi CMYK tonu (0,64,32,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 64.20%
  • sarı tonu 32.10%
  • ana renk tonu 68.24%
CMYK:
(0,64,32,68)
C0M64Y32K68 
(0%,64%,32%,68%)
(0.00/0.64/0.32/0.68)	

CMYK yüzdeleri

%0
%64.2
%32.1
%68.24

Codes

Color #511D37 in popluar color models

511D37
RGB812955
HSL330°47.27%21.57%
HSB/HSV330°64.20%31.76%
CMYK0.00%64.20%32.10%
68.24%

Color #511D37 in popluar number systems.

HEX511D37
Decimal812955
Binary101000111101110111
Octal1213567

Shades and tints

Shades of #511D37

#511D37
(81,29,55)
#4A1B32
(74,27,50)
#43192D
(67,25,45)
#3C1728
(60,23,40)
#351523
(53,21,35)
#2E131E
(46,19,30)
#271119
(39,17,25)
#200F14
(32,15,20)
#190D0F
(25,13,15)
#120B0A
(18,11,10)
#0B0905
(11,9,5)
#000000
(0,0,0)

Tints of #511D37

#511D37
(81,29,55)
#603149
(96,49,73)
#6F455B
(111,69,91)
#7E596D
(126,89,109)
#8D6D7F
(141,109,127)
#9C8191
(156,129,145)
#AB95A3
(171,149,163)
#BAA9B5
(186,169,181)
#C9BDC7
(201,189,199)
#D8D1D9
(216,209,217)
#E7E5EB
(231,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #511D37; }

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

This text font color is #511D37.


Background Color

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

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

This div background color is #511D37.


Border color

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

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

This div border color is #511D37.


Opacity

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

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

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

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

This text has shadow with #511D37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511D37 on black background.


Color preview on white background

This text has color #511D37 on white background.



Black color preview on #511D37 background

This text has black color on #511D37 background.


White color preview on #511D37 background

This text has white color on #511D37 background.