COLOR #501134

HEX: #501134
RGB: (80,17,52)

Renk bilgisi

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

RGB renk modeli

#501134 color RGB value is (80,17,52).

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

RGB bağlantıları ve doygunluk

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

80
17
52

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 17 + 52 = 149 (100%)
R 80 of 149 ~ 53.69%
G 17 of 149 ~ 11.41%
B 52 of 149 ~ 34.9%

%53.69
%11.41
%34.9

CMYK RENK MODELİ

#501134 rengi CMYK tonu (0,79,35,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 78.75%
  • sarı tonu 35.00%
  • ana renk tonu 68.63%
CMYK:
(0,79,35,69)
C0M79Y35K69 
(0%,79%,35%,69%)
(0.00/0.79/0.35/0.69)	

CMYK yüzdeleri

%0
%78.75
%35
%68.63

Codes

Color #501134 in popluar color models

501134
RGB801752
HSL327°64.95%19.02%
HSB/HSV327°78.75%31.37%
CMYK0.00%78.75%35.00%
68.63%

Color #501134 in popluar number systems.

HEX501134
Decimal801752
Binary101000010001110100
Octal1202164

Shades and tints

Shades of #501134

#501134
(80,17,52)
#491030
(73,16,48)
#420F2C
(66,15,44)
#3B0E28
(59,14,40)
#340D24
(52,13,36)
#2D0C20
(45,12,32)
#260B1C
(38,11,28)
#1F0A18
(31,10,24)
#180914
(24,9,20)
#110810
(17,8,16)
#0A070C
(10,7,12)
#000000
(0,0,0)

Tints of #501134

#501134
(80,17,52)
#5F2646
(95,38,70)
#6E3B58
(110,59,88)
#7D506A
(125,80,106)
#8C657C
(140,101,124)
#9B7A8E
(155,122,142)
#AA8FA0
(170,143,160)
#B9A4B2
(185,164,178)
#C8B9C4
(200,185,196)
#D7CED6
(215,206,214)
#E6E3E8
(230,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501134; }

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

This text font color is #501134.


Background Color

.myBgColor { background-color: #501134; }

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

This div background color is #501134.


Border color

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

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

This div border color is #501134.


Opacity

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

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

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

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

This text has shadow with #501134 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501134 on black background.


Color preview on white background

This text has color #501134 on white background.



Black color preview on #501134 background

This text has black color on #501134 background.


White color preview on #501134 background

This text has white color on #501134 background.