COLOR #500B01

HEX: #500B01
RGB: (80,11,1)

Renk bilgisi

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

RGB renk modeli

#500B01 color RGB value is (80,11,1).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 11 of 255 = 4%
B 1 of 255 = 0%

80
11
1

R + G + B ~ 12%. #500B01 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 11 + 1 = 92 (100%)
R 80 of 92 ~ 86.96%
G 11 of 92 ~ 11.96%
B 1 of 92 ~ 1.09%

%86.96
%11.96

CMYK RENK MODELİ

#500B01 rengi CMYK tonu (0,86,99,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 86.25%
  • sarı tonu 98.75%
  • ana renk tonu 68.63%
CMYK:
(0,86,99,69)
C0M86Y99K69 
(0%,86%,99%,69%)
(0.00/0.86/0.99/0.69)	

CMYK yüzdeleri

%0
%86.25
%98.75
%68.63

Codes

Color #500B01 in popluar color models

500B01
RGB80111
HSL97.53%15.88%
HSB/HSV98.75%31.37%
CMYK0.00%86.25%98.75%
68.63%

Color #500B01 in popluar number systems.

HEX500B01
Decimal80111
Binary101000010111
Octal120131

Shades and tints

Shades of #500B01

#500B01
(80,11,1)
#490A01
(73,10,1)
#420901
(66,9,1)
#3B0801
(59,8,1)
#340701
(52,7,1)
#2D0601
(45,6,1)
#260501
(38,5,1)
#1F0401
(31,4,1)
#180301
(24,3,1)
#110201
(17,2,1)
#0A0101
(10,1,1)
#000000
(0,0,0)

Tints of #500B01

#500B01
(80,11,1)
#5F2118
(95,33,24)
#6E372F
(110,55,47)
#7D4D46
(125,77,70)
#8C635D
(140,99,93)
#9B7974
(155,121,116)
#AA8F8B
(170,143,139)
#B9A5A2
(185,165,162)
#C8BBB9
(200,187,185)
#D7D1D0
(215,209,208)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #500B01 color. Also use rgb(80,11,1) instead hex code.

Text Font Color

.myTextColor { color: #500B01; }

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

This text font color is #500B01.


Background Color

.myBgColor { background-color: #500B01; }

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

This div background color is #500B01.


Border color

.myBorderColor { border: 1px solid #500B01; }

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

This div border color is #500B01.


Opacity

.myOpacity80 { color: #500B01; opacity: 0.8; }

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

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

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

This text has shadow with #500B01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500B01 on black background.


Color preview on white background

This text has color #500B01 on white background.



Black color preview on #500B01 background

This text has black color on #500B01 background.


White color preview on #500B01 background

This text has white color on #500B01 background.