COLOR #501529

HEX: #501529
RGB: (80,21,41)

Renk bilgisi

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

RGB renk modeli

#501529 color RGB value is (80,21,41).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 21 of 255 = 8%
B 41 of 255 = 16%

80
21
41

R + G + B ~ 18%. #501529 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 21 + 41 = 142 (100%)
R 80 of 142 ~ 56.34%
G 21 of 142 ~ 14.79%
B 41 of 142 ~ 28.87%

%56.34
%14.79
%28.87

CMYK RENK MODELİ

#501529 rengi CMYK tonu (0,74,49,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 73.75%
  • sarı tonu 48.75%
  • ana renk tonu 68.63%
CMYK:
(0,74,49,69)
C0M74Y49K69 
(0%,74%,49%,69%)
(0.00/0.74/0.49/0.69)	

CMYK yüzdeleri

%0
%73.75
%48.75
%68.63

Codes

Color #501529 in popluar color models

501529
RGB802141
HSL340°58.42%19.80%
HSB/HSV340°73.75%31.37%
CMYK0.00%73.75%48.75%
68.63%

Color #501529 in popluar number systems.

HEX501529
Decimal802141
Binary101000010101101001
Octal1202551

Shades and tints

Shades of #501529

#501529
(80,21,41)
#491426
(73,20,38)
#421323
(66,19,35)
#3B1220
(59,18,32)
#34111D
(52,17,29)
#2D101A
(45,16,26)
#260F17
(38,15,23)
#1F0E14
(31,14,20)
#180D11
(24,13,17)
#110C0E
(17,12,14)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #501529

#501529
(80,21,41)
#5F2A3C
(95,42,60)
#6E3F4F
(110,63,79)
#7D5462
(125,84,98)
#8C6975
(140,105,117)
#9B7E88
(155,126,136)
#AA939B
(170,147,155)
#B9A8AE
(185,168,174)
#C8BDC1
(200,189,193)
#D7D2D4
(215,210,212)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501529 color. Also use rgb(80,21,41) instead hex code.

Text Font Color

.myTextColor { color: #501529; }

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

This text font color is #501529.


Background Color

.myBgColor { background-color: #501529; }

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

This div background color is #501529.


Border color

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

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

This div border color is #501529.


Opacity

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

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

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

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

This text has shadow with #501529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501529 on black background.


Color preview on white background

This text has color #501529 on white background.



Black color preview on #501529 background

This text has black color on #501529 background.


White color preview on #501529 background

This text has white color on #501529 background.