COLOR #511B37

HEX: #511B37
RGB: (81,27,55)

Renk bilgisi

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

RGB renk modeli

#511B37 color RGB value is (81,27,55).

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

RGB bağlantıları ve doygunluk

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

81
27
55

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 27 + 55 = 163 (100%)
R 81 of 163 ~ 49.69%
G 27 of 163 ~ 16.56%
B 55 of 163 ~ 33.74%

%49.69
%16.56
%33.74

CMYK RENK MODELİ

#511B37 rengi CMYK tonu (0,67,32,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 66.67%
  • sarı tonu 32.10%
  • ana renk tonu 68.24%
CMYK:
(0,67,32,68)
C0M67Y32K68 
(0%,67%,32%,68%)
(0.00/0.67/0.32/0.68)	

CMYK yüzdeleri

%0
%66.67
%32.1
%68.24

Codes

Color #511B37 in popluar color models

511B37
RGB812755
HSL329°50.00%21.18%
HSB/HSV329°66.67%31.76%
CMYK0.00%66.67%32.10%
68.24%

Color #511B37 in popluar number systems.

HEX511B37
Decimal812755
Binary101000111011110111
Octal1213367

Shades and tints

Shades of #511B37

#511B37
(81,27,55)
#4A1932
(74,25,50)
#43172D
(67,23,45)
#3C1528
(60,21,40)
#351323
(53,19,35)
#2E111E
(46,17,30)
#270F19
(39,15,25)
#200D14
(32,13,20)
#190B0F
(25,11,15)
#12090A
(18,9,10)
#0B0705
(11,7,5)
#000000
(0,0,0)

Tints of #511B37

#511B37
(81,27,55)
#602F49
(96,47,73)
#6F435B
(111,67,91)
#7E576D
(126,87,109)
#8D6B7F
(141,107,127)
#9C7F91
(156,127,145)
#AB93A3
(171,147,163)
#BAA7B5
(186,167,181)
#C9BBC7
(201,187,199)
#D8CFD9
(216,207,217)
#E7E3EB
(231,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #511B37; }

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

This text font color is #511B37.


Background Color

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

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

This div background color is #511B37.


Border color

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

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

This div border color is #511B37.


Opacity

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

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

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

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

This text has shadow with #511B37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511B37 on black background.


Color preview on white background

This text has color #511B37 on white background.



Black color preview on #511B37 background

This text has black color on #511B37 background.


White color preview on #511B37 background

This text has white color on #511B37 background.