COLOR #501800

HEX: #501800
RGB: (80,24,0)

Renk bilgisi

#501800 contains only red and green colors. #501800 ‘ nin web güvenlik rengi #660000 (ya da #600) dir.

RGB renk modeli

#501800 color RGB value is (80,24,0).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 24 of 255 = 9%
B 0 of 255 = 0%

80
24
0

R + G + B ~ 13%. #501800 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 24 + 0 = 104 (100%)
R 80 of 104 ~ 76.92%
G 24 of 104 ~ 23.08%
B 0 of 104 ~ 0%

%76.92
%23.08

CMYK RENK MODELİ

#501800 rengi CMYK tonu (0,70,100,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 70.00%
  • sarı tonu 100.00%
  • ana renk tonu 68.63%
CMYK:
(0,70,100,69)
C0M70Y100K69 
(0%,70%,100%,69%)
(0.00/0.70/1.00/0.69)	

CMYK yüzdeleri

%0
%70
%100
%68.63

Codes

Color #501800 in popluar color models

501800
RGB80240
HSL18°100.00%15.69%
HSB/HSV18°100.00%31.37%
CMYK0.00%70.00%100.00%
68.63%

Color #501800 in popluar number systems.

HEX501800
Decimal80240
Binary1010000110000
Octal120300

Shades and tints

Shades of #501800

#501800
(80,24,0)
#491600
(73,22,0)
#421400
(66,20,0)
#3B1200
(59,18,0)
#341000
(52,16,0)
#2D0E00
(45,14,0)
#260C00
(38,12,0)
#1F0A00
(31,10,0)
#180800
(24,8,0)
#110600
(17,6,0)
#0A0400
(10,4,0)
#000000
(0,0,0)

Tints of #501800

#501800
(80,24,0)
#5F2D17
(95,45,23)
#6E422E
(110,66,46)
#7D5745
(125,87,69)
#8C6C5C
(140,108,92)
#9B8173
(155,129,115)
#AA968A
(170,150,138)
#B9ABA1
(185,171,161)
#C8C0B8
(200,192,184)
#D7D5CF
(215,213,207)
#E6EAE6
(230,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501800 color. Also use rgb(80,24,0) instead hex code.

Text Font Color

.myTextColor { color: #501800; }

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

This text font color is #501800.


Background Color

.myBgColor { background-color: #501800; }

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

This div background color is #501800.


Border color

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

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

This div border color is #501800.


Opacity

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

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

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

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

This text has shadow with #501800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501800 on black background.


Color preview on white background

This text has color #501800 on white background.



Black color preview on #501800 background

This text has black color on #501800 background.


White color preview on #501800 background

This text has white color on #501800 background.