COLOR #501F46

HEX: #501F46
RGB: (80,31,70)

Renk bilgisi

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

RGB renk modeli

#501F46 color RGB value is (80,31,70).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 31 of 255 = 12%
B 70 of 255 = 27%

80
31
70

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 31 + 70 = 181 (100%)
R 80 of 181 ~ 44.2%
G 31 of 181 ~ 17.13%
B 70 of 181 ~ 38.67%

%44.2
%17.13
%38.67

CMYK RENK MODELİ

#501F46 rengi CMYK tonu (0,61,13,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 61.25%
  • sarı tonu 12.50%
  • ana renk tonu 68.63%
CMYK:
(0,61,13,69)
C0M61Y13K69 
(0%,61%,13%,69%)
(0.00/0.61/0.13/0.69)	

CMYK yüzdeleri

%0
%61.25
%12.5
%68.63

Codes

Color #501F46 in popluar color models

501F46
RGB803170
HSL312°44.14%21.76%
HSB/HSV312°61.25%31.37%
CMYK0.00%61.25%12.50%
68.63%

Color #501F46 in popluar number systems.

HEX501F46
Decimal803170
Binary1010000111111000110
Octal12037106

Shades and tints

Shades of #501F46

#501F46
(80,31,70)
#491D40
(73,29,64)
#421B3A
(66,27,58)
#3B1934
(59,25,52)
#34172E
(52,23,46)
#2D1528
(45,21,40)
#261322
(38,19,34)
#1F111C
(31,17,28)
#180F16
(24,15,22)
#110D10
(17,13,16)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #501F46

#501F46
(80,31,70)
#5F3356
(95,51,86)
#6E4766
(110,71,102)
#7D5B76
(125,91,118)
#8C6F86
(140,111,134)
#9B8396
(155,131,150)
#AA97A6
(170,151,166)
#B9ABB6
(185,171,182)
#C8BFC6
(200,191,198)
#D7D3D6
(215,211,214)
#E6E7E6
(230,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501F46; }

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

This text font color is #501F46.


Background Color

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

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

This div background color is #501F46.


Border color

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

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

This div border color is #501F46.


Opacity

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

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

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

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

This text has shadow with #501F46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501F46 on black background.


Color preview on white background

This text has color #501F46 on white background.



Black color preview on #501F46 background

This text has black color on #501F46 background.


White color preview on #501F46 background

This text has white color on #501F46 background.