COLOR #511315

HEX: #511315
RGB: (81,19,21)

Renk bilgisi

#511315 contains mainly red color. #511315 ‘ nin web güvenlik rengi #660000 (ya da #600) dir.

RGB renk modeli

#511315 color RGB value is (81,19,21).

  • kırmız ton 81;
  • yeşil ton 19;
  • mavi ton 21.
RGB:
(81,19,21)
(32%,7%,8%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 19 of 255 = 7%
B 21 of 255 = 8%

81
19
21

R + G + B ~ 16%. #511315 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 19 + 21 = 121 (100%)
R 81 of 121 ~ 66.94%
G 19 of 121 ~ 15.7%
B 21 of 121 ~ 17.36%

%66.94
%15.7
%17.36

CMYK RENK MODELİ

#511315 rengi CMYK tonu (0,77,74,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 76.54%
  • sarı tonu 74.07%
  • ana renk tonu 68.24%
CMYK:
(0,77,74,68)
C0M77Y74K68 
(0%,77%,74%,68%)
(0.00/0.77/0.74/0.68)	

CMYK yüzdeleri

%0
%76.54
%74.07
%68.24

Codes

Color #511315 in popluar color models

511315
RGB811921
HSL358°62.00%19.61%
HSB/HSV358°76.54%31.76%
CMYK0.00%76.54%74.07%
68.24%

Color #511315 in popluar number systems.

HEX511315
Decimal811921
Binary10100011001110101
Octal1212325

Shades and tints

Shades of #511315

#511315
(81,19,21)
#4A1214
(74,18,20)
#431113
(67,17,19)
#3C1012
(60,16,18)
#350F11
(53,15,17)
#2E0E10
(46,14,16)
#270D0F
(39,13,15)
#200C0E
(32,12,14)
#190B0D
(25,11,13)
#120A0C
(18,10,12)
#0B090B
(11,9,11)
#000000
(0,0,0)

Tints of #511315

#511315
(81,19,21)
#60282A
(96,40,42)
#6F3D3F
(111,61,63)
#7E5254
(126,82,84)
#8D6769
(141,103,105)
#9C7C7E
(156,124,126)
#AB9193
(171,145,147)
#BAA6A8
(186,166,168)
#C9BBBD
(201,187,189)
#D8D0D2
(216,208,210)
#E7E5E7
(231,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511315 color. Also use rgb(81,19,21) instead hex code.

Text Font Color

.myTextColor { color: #511315; }

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

This text font color is #511315.


Background Color

.myBgColor { background-color: #511315; }

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

This div background color is #511315.


Border color

.myBorderColor { border: 1px solid #511315; }

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

This div border color is #511315.


Opacity

.myOpacity80 { color: #511315; opacity: 0.8; }

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

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

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

This text has shadow with #511315 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511315 on black background.


Color preview on white background

This text has color #511315 on white background.



Black color preview on #511315 background

This text has black color on #511315 background.


White color preview on #511315 background

This text has white color on #511315 background.