COLOR #511009

HEX: #511009
RGB: (81,16,9)

Renk bilgisi

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

RGB renk modeli

#511009 color RGB value is (81,16,9).

  • kırmız ton 81;
  • yeşil ton 16;
  • mavi ton 9.
RGB:
(81,16,9)
(32%,6%,4%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 16 of 255 = 6%
B 9 of 255 = 4%

81
16
9

R + G + B ~ 14%. #511009 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 16 + 9 = 106 (100%)
R 81 of 106 ~ 76.42%
G 16 of 106 ~ 15.09%
B 9 of 106 ~ 8.49%

%76.42
%15.09

CMYK RENK MODELİ

#511009 rengi CMYK tonu (0,80,89,68).

  • camgöbeği tonu 0.00%
  • eflatun tonu 80.25%
  • sarı tonu 88.89%
  • ana renk tonu 68.24%
CMYK:
(0,80,89,68)
C0M80Y89K68 
(0%,80%,89%,68%)
(0.00/0.80/0.89/0.68)	

CMYK yüzdeleri

%0
%80.25
%88.89
%68.24

Codes

Color #511009 in popluar color models

511009
RGB81169
HSL80.00%17.65%
HSB/HSV88.89%31.76%
CMYK0.00%80.25%88.89%
68.24%

Color #511009 in popluar number systems.

HEX511009
Decimal81169
Binary1010001100001001
Octal1212011

Shades and tints

Shades of #511009

#511009
(81,16,9)
#4A0F09
(74,15,9)
#430E09
(67,14,9)
#3C0D09
(60,13,9)
#350C09
(53,12,9)
#2E0B09
(46,11,9)
#270A09
(39,10,9)
#200909
(32,9,9)
#190809
(25,8,9)
#120709
(18,7,9)
#0B0609
(11,6,9)
#000000
(0,0,0)

Tints of #511009

#511009
(81,16,9)
#60251F
(96,37,31)
#6F3A35
(111,58,53)
#7E4F4B
(126,79,75)
#8D6461
(141,100,97)
#9C7977
(156,121,119)
#AB8E8D
(171,142,141)
#BAA3A3
(186,163,163)
#C9B8B9
(201,184,185)
#D8CDCF
(216,205,207)
#E7E2E5
(231,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511009 color. Also use rgb(81,16,9) instead hex code.

Text Font Color

.myTextColor { color: #511009; }

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

This text font color is #511009.


Background Color

.myBgColor { background-color: #511009; }

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

This div background color is #511009.


Border color

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

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

This div border color is #511009.


Opacity

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

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

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

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

This text has shadow with #511009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511009 on black background.


Color preview on white background

This text has color #511009 on white background.



Black color preview on #511009 background

This text has black color on #511009 background.


White color preview on #511009 background

This text has white color on #511009 background.