COLOR #501B1B

HEX: #501B1B
RGB: (80,27,27)

Renk bilgisi

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

RGB renk modeli

#501B1B color RGB value is (80,27,27).

  • kırmız ton 80;
  • yeşil ton 27;
  • mavi ton 27.
RGB:
(80,27,27)
(31%,11%,11%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 27 of 255 = 11%
B 27 of 255 = 11%

80
27
27

R + G + B ~ 18%. #501B1B is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 27 + 27 = 134 (100%)
R 80 of 134 ~ 59.7%
G 27 of 134 ~ 20.15%
B 27 of 134 ~ 20.15%

%59.7
%20.15
%20.15

CMYK RENK MODELİ

#501B1B rengi CMYK tonu (0,66,66,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 66.25%
  • sarı tonu 66.25%
  • ana renk tonu 68.63%
CMYK:
(0,66,66,69)
C0M66Y66K69 
(0%,66%,66%,69%)
(0.00/0.66/0.66/0.69)	

CMYK yüzdeleri

%0
%66.25
%66.25
%68.63

Codes

Color #501B1B in popluar color models

501B1B
RGB802727
HSL49.53%20.98%
HSB/HSV66.25%31.37%
CMYK0.00%66.25%66.25%
68.63%

Color #501B1B in popluar number systems.

HEX501B1B
Decimal802727
Binary10100001101111011
Octal1203333

Shades and tints

Shades of #501B1B

#501B1B
(80,27,27)
#491919
(73,25,25)
#421717
(66,23,23)
#3B1515
(59,21,21)
#341313
(52,19,19)
#2D1111
(45,17,17)
#260F0F
(38,15,15)
#1F0D0D
(31,13,13)
#180B0B
(24,11,11)
#110909
(17,9,9)
#0A0707
(10,7,7)
#000000
(0,0,0)

Tints of #501B1B

#501B1B
(80,27,27)
#5F2F2F
(95,47,47)
#6E4343
(110,67,67)
#7D5757
(125,87,87)
#8C6B6B
(140,107,107)
#9B7F7F
(155,127,127)
#AA9393
(170,147,147)
#B9A7A7
(185,167,167)
#C8BBBB
(200,187,187)
#D7CFCF
(215,207,207)
#E6E3E3
(230,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501B1B color. Also use rgb(80,27,27) instead hex code.

Text Font Color

.myTextColor { color: #501B1B; }

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

This text font color is #501B1B.


Background Color

.myBgColor { background-color: #501B1B; }

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

This div background color is #501B1B.


Border color

.myBorderColor { border: 1px solid #501B1B; }

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

This div border color is #501B1B.


Opacity

.myOpacity80 { color: #501B1B; opacity: 0.8; }

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

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

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

This text has shadow with #501B1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501B1B on black background.


Color preview on white background

This text has color #501B1B on white background.



Black color preview on #501B1B background

This text has black color on #501B1B background.


White color preview on #501B1B background

This text has white color on #501B1B background.