COLOR #511C38

HEX: #511C38
RGB: (81,28,56)

Renk bilgisi

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

RGB renk modeli

#511C38 color RGB value is (81,28,56).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 28 of 255 = 11%
B 56 of 255 = 22%

81
28
56

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 28 + 56 = 165 (100%)
R 81 of 165 ~ 49.09%
G 28 of 165 ~ 16.97%
B 56 of 165 ~ 33.94%

%49.09
%16.97
%33.94

CMYK RENK MODELİ

#511C38 rengi CMYK tonu (0,65,31,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 65.43%
  • sarı tonu 30.86%
  • ana renk tonu 68.24%
CMYK:
(0,65,31,68)
C0M65Y31K68 
(0%,65%,31%,68%)
(0.00/0.65/0.31/0.68)	

CMYK yüzdeleri

%0
%65.43
%30.86
%68.24

Codes

Color #511C38 in popluar color models

511C38
RGB812856
HSL328°48.62%21.37%
HSB/HSV328°65.43%31.76%
CMYK0.00%65.43%30.86%
68.24%

Color #511C38 in popluar number systems.

HEX511C38
Decimal812856
Binary101000111100111000
Octal1213470

Shades and tints

Shades of #511C38

#511C38
(81,28,56)
#4A1A33
(74,26,51)
#43182E
(67,24,46)
#3C1629
(60,22,41)
#351424
(53,20,36)
#2E121F
(46,18,31)
#27101A
(39,16,26)
#200E15
(32,14,21)
#190C10
(25,12,16)
#120A0B
(18,10,11)
#0B0806
(11,8,6)
#000000
(0,0,0)

Tints of #511C38

#511C38
(81,28,56)
#60304A
(96,48,74)
#6F445C
(111,68,92)
#7E586E
(126,88,110)
#8D6C80
(141,108,128)
#9C8092
(156,128,146)
#AB94A4
(171,148,164)
#BAA8B6
(186,168,182)
#C9BCC8
(201,188,200)
#D8D0DA
(216,208,218)
#E7E4EC
(231,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511C38 color. Also use rgb(81,28,56) instead hex code.

Text Font Color

.myTextColor { color: #511C38; }

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

This text font color is #511C38.


Background Color

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

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

This div background color is #511C38.


Border color

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

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

This div border color is #511C38.


Opacity

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

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

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

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

This text has shadow with #511C38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511C38 on black background.


Color preview on white background

This text has color #511C38 on white background.



Black color preview on #511C38 background

This text has black color on #511C38 background.


White color preview on #511C38 background

This text has white color on #511C38 background.