COLOR #501434

HEX: #501434
RGB: (80,20,52)

Renk bilgisi

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

RGB renk modeli

#501434 color RGB value is (80,20,52).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 20 of 255 = 8%
B 52 of 255 = 20%

80
20
52

R + G + B ~ 20%. #501434 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 20 + 52 = 152 (100%)
R 80 of 152 ~ 52.63%
G 20 of 152 ~ 13.16%
B 52 of 152 ~ 34.21%

%52.63
%13.16
%34.21

CMYK RENK MODELİ

#501434 rengi CMYK tonu (0,75,35,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 75.00%
  • sarı tonu 35.00%
  • ana renk tonu 68.63%
CMYK:
(0,75,35,69)
C0M75Y35K69 
(0%,75%,35%,69%)
(0.00/0.75/0.35/0.69)	

CMYK yüzdeleri

%0
%75
%35
%68.63

Codes

Color #501434 in popluar color models

501434
RGB802052
HSL328°60.00%19.61%
HSB/HSV328°75.00%31.37%
CMYK0.00%75.00%35.00%
68.63%

Color #501434 in popluar number systems.

HEX501434
Decimal802052
Binary101000010100110100
Octal1202464

Shades and tints

Shades of #501434

#501434
(80,20,52)
#491330
(73,19,48)
#42122C
(66,18,44)
#3B1128
(59,17,40)
#341024
(52,16,36)
#2D0F20
(45,15,32)
#260E1C
(38,14,28)
#1F0D18
(31,13,24)
#180C14
(24,12,20)
#110B10
(17,11,16)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #501434

#501434
(80,20,52)
#5F2946
(95,41,70)
#6E3E58
(110,62,88)
#7D536A
(125,83,106)
#8C687C
(140,104,124)
#9B7D8E
(155,125,142)
#AA92A0
(170,146,160)
#B9A7B2
(185,167,178)
#C8BCC4
(200,188,196)
#D7D1D6
(215,209,214)
#E6E6E8
(230,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501434; }

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

This text font color is #501434.


Background Color

.myBgColor { background-color: #501434; }

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

This div background color is #501434.


Border color

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

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

This div border color is #501434.


Opacity

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

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

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

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

This text has shadow with #501434 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501434 on black background.


Color preview on white background

This text has color #501434 on white background.



Black color preview on #501434 background

This text has black color on #501434 background.


White color preview on #501434 background

This text has white color on #501434 background.