COLOR #501C45

HEX: #501C45
RGB: (80,28,69)

Renk bilgisi

#501C45 contains red, green and blue colors in about the same proportion. #501C45 ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#501C45 color RGB value is (80,28,69).

  • kırmız ton 80;
  • yeşil ton 28;
  • mavi ton 69.
RGB:
(80,28,69)
(31%,11%,27%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 28 of 255 = 11%
B 69 of 255 = 27%

80
28
69

R + G + B ~ 23%. #501C45 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 28 + 69 = 177 (100%)
R 80 of 177 ~ 45.2%
G 28 of 177 ~ 15.82%
B 69 of 177 ~ 38.98%

%45.2
%15.82
%38.98

CMYK RENK MODELİ

#501C45 rengi CMYK tonu (0,65,14,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 65.00%
  • sarı tonu 13.75%
  • ana renk tonu 68.63%
CMYK:
(0,65,14,69)
C0M65Y14K69 
(0%,65%,14%,69%)
(0.00/0.65/0.14/0.69)	

CMYK yüzdeleri

%0
%65
%13.75
%68.63

Codes

Color #501C45 in popluar color models

501C45
RGB802869
HSL313°48.15%21.18%
HSB/HSV313°65.00%31.37%
CMYK0.00%65.00%13.75%
68.63%

Color #501C45 in popluar number systems.

HEX501C45
Decimal802869
Binary1010000111001000101
Octal12034105

Shades and tints

Shades of #501C45

#501C45
(80,28,69)
#491A3F
(73,26,63)
#421839
(66,24,57)
#3B1633
(59,22,51)
#34142D
(52,20,45)
#2D1227
(45,18,39)
#261021
(38,16,33)
#1F0E1B
(31,14,27)
#180C15
(24,12,21)
#110A0F
(17,10,15)
#0A0809
(10,8,9)
#000000
(0,0,0)

Tints of #501C45

#501C45
(80,28,69)
#5F3055
(95,48,85)
#6E4465
(110,68,101)
#7D5875
(125,88,117)
#8C6C85
(140,108,133)
#9B8095
(155,128,149)
#AA94A5
(170,148,165)
#B9A8B5
(185,168,181)
#C8BCC5
(200,188,197)
#D7D0D5
(215,208,213)
#E6E4E5
(230,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501C45 color. Also use rgb(80,28,69) instead hex code.

Text Font Color

.myTextColor { color: #501C45; }

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

This text font color is #501C45.


Background Color

.myBgColor { background-color: #501C45; }

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

This div background color is #501C45.


Border color

.myBorderColor { border: 1px solid #501C45; }

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

This div border color is #501C45.


Opacity

.myOpacity80 { color: #501C45; opacity: 0.8; }

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

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

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

This text has shadow with #501C45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501C45 on black background.


Color preview on white background

This text has color #501C45 on white background.



Black color preview on #501C45 background

This text has black color on #501C45 background.


White color preview on #501C45 background

This text has white color on #501C45 background.