COLOR #501214

HEX: #501214
RGB: (80,18,20)

Renk bilgisi

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

RGB renk modeli

#501214 color RGB value is (80,18,20).

  • kırmız ton 80;
  • yeşil ton 18;
  • mavi ton 20.
RGB:
(80,18,20)
(31%,7%,8%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 18 of 255 = 7%
B 20 of 255 = 8%

80
18
20

R + G + B ~ 15%. #501214 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 18 + 20 = 118 (100%)
R 80 of 118 ~ 67.8%
G 18 of 118 ~ 15.25%
B 20 of 118 ~ 16.95%

%67.8
%15.25
%16.95

CMYK RENK MODELİ

#501214 rengi CMYK tonu (0,78,75,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 77.50%
  • sarı tonu 75.00%
  • ana renk tonu 68.63%
CMYK:
(0,78,75,69)
C0M78Y75K69 
(0%,78%,75%,69%)
(0.00/0.78/0.75/0.69)	

CMYK yüzdeleri

%0
%77.5
%75
%68.63

Codes

Color #501214 in popluar color models

501214
RGB801820
HSL358°63.27%19.22%
HSB/HSV358°77.50%31.37%
CMYK0.00%77.50%75.00%
68.63%

Color #501214 in popluar number systems.

HEX501214
Decimal801820
Binary10100001001010100
Octal1202224

Shades and tints

Shades of #501214

#501214
(80,18,20)
#491113
(73,17,19)
#421012
(66,16,18)
#3B0F11
(59,15,17)
#340E10
(52,14,16)
#2D0D0F
(45,13,15)
#260C0E
(38,12,14)
#1F0B0D
(31,11,13)
#180A0C
(24,10,12)
#11090B
(17,9,11)
#0A080A
(10,8,10)
#000000
(0,0,0)

Tints of #501214

#501214
(80,18,20)
#5F2729
(95,39,41)
#6E3C3E
(110,60,62)
#7D5153
(125,81,83)
#8C6668
(140,102,104)
#9B7B7D
(155,123,125)
#AA9092
(170,144,146)
#B9A5A7
(185,165,167)
#C8BABC
(200,186,188)
#D7CFD1
(215,207,209)
#E6E4E6
(230,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501214 color. Also use rgb(80,18,20) instead hex code.

Text Font Color

.myTextColor { color: #501214; }

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

This text font color is #501214.


Background Color

.myBgColor { background-color: #501214; }

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

This div background color is #501214.


Border color

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

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

This div border color is #501214.


Opacity

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

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

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

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

This text has shadow with #501214 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501214 on black background.


Color preview on white background

This text has color #501214 on white background.



Black color preview on #501214 background

This text has black color on #501214 background.


White color preview on #501214 background

This text has white color on #501214 background.