COLOR #501739

HEX: #501739
RGB: (80,23,57)

Renk bilgisi

#501739 contains red, green and blue colors in about the same proportion. #501739 ‘ nin web güvenlik rengi #660033 (ya da #603) dir.

RGB renk modeli

#501739 color RGB value is (80,23,57).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 23 of 255 = 9%
B 57 of 255 = 22%

80
23
57

R + G + B ~ 21%. #501739 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 23 + 57 = 160 (100%)
R 80 of 160 ~ 50%
G 23 of 160 ~ 14.38%
B 57 of 160 ~ 35.63%

%50
%14.38
%35.63

CMYK RENK MODELİ

#501739 rengi CMYK tonu (0,71,29,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 71.25%
  • sarı tonu 28.75%
  • ana renk tonu 68.63%
CMYK:
(0,71,29,69)
C0M71Y29K69 
(0%,71%,29%,69%)
(0.00/0.71/0.29/0.69)	

CMYK yüzdeleri

%0
%71.25
%28.75
%68.63

Codes

Color #501739 in popluar color models

501739
RGB802357
HSL324°55.34%20.20%
HSB/HSV324°71.25%31.37%
CMYK0.00%71.25%28.75%
68.63%

Color #501739 in popluar number systems.

HEX501739
Decimal802357
Binary101000010111111001
Octal1202771

Shades and tints

Shades of #501739

#501739
(80,23,57)
#491534
(73,21,52)
#42132F
(66,19,47)
#3B112A
(59,17,42)
#340F25
(52,15,37)
#2D0D20
(45,13,32)
#260B1B
(38,11,27)
#1F0916
(31,9,22)
#180711
(24,7,17)
#11050C
(17,5,12)
#0A0307
(10,3,7)
#000000
(0,0,0)

Tints of #501739

#501739
(80,23,57)
#5F2C4B
(95,44,75)
#6E415D
(110,65,93)
#7D566F
(125,86,111)
#8C6B81
(140,107,129)
#9B8093
(155,128,147)
#AA95A5
(170,149,165)
#B9AAB7
(185,170,183)
#C8BFC9
(200,191,201)
#D7D4DB
(215,212,219)
#E6E9ED
(230,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501739 color. Also use rgb(80,23,57) instead hex code.

Text Font Color

.myTextColor { color: #501739; }

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

This text font color is #501739.


Background Color

.myBgColor { background-color: #501739; }

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

This div background color is #501739.


Border color

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

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

This div border color is #501739.


Opacity

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

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

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

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

This text has shadow with #501739 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501739 on black background.


Color preview on white background

This text has color #501739 on white background.



Black color preview on #501739 background

This text has black color on #501739 background.


White color preview on #501739 background

This text has white color on #501739 background.