COLOR #501334

HEX: #501334
RGB: (80,19,52)

Renk bilgisi

#501334 contains mainly red and blue colors. #501334 ‘ nin web güvenlik rengi #660033 (ya da #603) dir.

RGB renk modeli

#501334 color RGB value is (80,19,52).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 19 of 255 = 7%
B 52 of 255 = 20%

80
19
52

R + G + B ~ 19%. #501334 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 19 + 52 = 151 (100%)
R 80 of 151 ~ 52.98%
G 19 of 151 ~ 12.58%
B 52 of 151 ~ 34.44%

%52.98
%12.58
%34.44

CMYK RENK MODELİ

#501334 rengi CMYK tonu (0,76,35,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 76.25%
  • sarı tonu 35.00%
  • ana renk tonu 68.63%
CMYK:
(0,76,35,69)
C0M76Y35K69 
(0%,76%,35%,69%)
(0.00/0.76/0.35/0.69)	

CMYK yüzdeleri

%0
%76.25
%35
%68.63

Codes

Color #501334 in popluar color models

501334
RGB801952
HSL328°61.62%19.41%
HSB/HSV328°76.25%31.37%
CMYK0.00%76.25%35.00%
68.63%

Color #501334 in popluar number systems.

HEX501334
Decimal801952
Binary101000010011110100
Octal1202364

Shades and tints

Shades of #501334

#501334
(80,19,52)
#491230
(73,18,48)
#42112C
(66,17,44)
#3B1028
(59,16,40)
#340F24
(52,15,36)
#2D0E20
(45,14,32)
#260D1C
(38,13,28)
#1F0C18
(31,12,24)
#180B14
(24,11,20)
#110A10
(17,10,16)
#0A090C
(10,9,12)
#000000
(0,0,0)

Tints of #501334

#501334
(80,19,52)
#5F2846
(95,40,70)
#6E3D58
(110,61,88)
#7D526A
(125,82,106)
#8C677C
(140,103,124)
#9B7C8E
(155,124,142)
#AA91A0
(170,145,160)
#B9A6B2
(185,166,178)
#C8BBC4
(200,187,196)
#D7D0D6
(215,208,214)
#E6E5E8
(230,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501334 color. Also use rgb(80,19,52) instead hex code.

Text Font Color

.myTextColor { color: #501334; }

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

This text font color is #501334.


Background Color

.myBgColor { background-color: #501334; }

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

This div background color is #501334.


Border color

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

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

This div border color is #501334.


Opacity

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

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

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

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

This text has shadow with #501334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501334 on black background.


Color preview on white background

This text has color #501334 on white background.



Black color preview on #501334 background

This text has black color on #501334 background.


White color preview on #501334 background

This text has white color on #501334 background.