COLOR #501F4B

HEX: #501F4B
RGB: (80,31,75)

Renk bilgisi

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

RGB renk modeli

#501F4B color RGB value is (80,31,75).

  • kırmız ton 80;
  • yeşil ton 31;
  • mavi ton 75.
RGB:
(80,31,75)
(31%,12%,29%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 31 of 255 = 12%
B 75 of 255 = 29%

80
31
75

R + G + B ~ 24%. #501F4B is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 31 + 75 = 186 (100%)
R 80 of 186 ~ 43.01%
G 31 of 186 ~ 16.67%
B 75 of 186 ~ 40.32%

%43.01
%16.67
%40.32

CMYK RENK MODELİ

#501F4B rengi CMYK tonu (0,61,6,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 61.25%
  • sarı tonu 6.25%
  • ana renk tonu 68.63%
CMYK:
(0,61,6,69)
C0M61Y6K69 
(0%,61%,6%,69%)
(0.00/0.61/0.06/0.69)	

CMYK yüzdeleri

%0
%61.25
%6.25
%68.63

Codes

Color #501F4B in popluar color models

501F4B
RGB803175
HSL306°44.14%21.76%
HSB/HSV306°61.25%31.37%
CMYK0.00%61.25%6.25%
68.63%

Color #501F4B in popluar number systems.

HEX501F4B
Decimal803175
Binary1010000111111001011
Octal12037113

Shades and tints

Shades of #501F4B

#501F4B
(80,31,75)
#491D45
(73,29,69)
#421B3F
(66,27,63)
#3B1939
(59,25,57)
#341733
(52,23,51)
#2D152D
(45,21,45)
#261327
(38,19,39)
#1F1121
(31,17,33)
#180F1B
(24,15,27)
#110D15
(17,13,21)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #501F4B

#501F4B
(80,31,75)
#5F335B
(95,51,91)
#6E476B
(110,71,107)
#7D5B7B
(125,91,123)
#8C6F8B
(140,111,139)
#9B839B
(155,131,155)
#AA97AB
(170,151,171)
#B9ABBB
(185,171,187)
#C8BFCB
(200,191,203)
#D7D3DB
(215,211,219)
#E6E7EB
(230,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501F4B color. Also use rgb(80,31,75) instead hex code.

Text Font Color

.myTextColor { color: #501F4B; }

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

This text font color is #501F4B.


Background Color

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

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

This div background color is #501F4B.


Border color

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

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

This div border color is #501F4B.


Opacity

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

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

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

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

This text has shadow with #501F4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501F4B on black background.


Color preview on white background

This text has color #501F4B on white background.



Black color preview on #501F4B background

This text has black color on #501F4B background.


White color preview on #501F4B background

This text has white color on #501F4B background.