COLOR #501F36

HEX: #501F36
RGB: (80,31,54)

Renk bilgisi

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

RGB renk modeli

#501F36 color RGB value is (80,31,54).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 31 of 255 = 12%
B 54 of 255 = 21%

80
31
54

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 31 + 54 = 165 (100%)
R 80 of 165 ~ 48.48%
G 31 of 165 ~ 18.79%
B 54 of 165 ~ 32.73%

%48.48
%18.79
%32.73

CMYK RENK MODELİ

#501F36 rengi CMYK tonu (0,61,33,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 61.25%
  • sarı tonu 32.50%
  • ana renk tonu 68.63%
CMYK:
(0,61,33,69)
C0M61Y33K69 
(0%,61%,33%,69%)
(0.00/0.61/0.33/0.69)	

CMYK yüzdeleri

%0
%61.25
%32.5
%68.63

Codes

Color #501F36 in popluar color models

501F36
RGB803154
HSL332°44.14%21.76%
HSB/HSV332°61.25%31.37%
CMYK0.00%61.25%32.50%
68.63%

Color #501F36 in popluar number systems.

HEX501F36
Decimal803154
Binary101000011111110110
Octal1203766

Shades and tints

Shades of #501F36

#501F36
(80,31,54)
#491D32
(73,29,50)
#421B2E
(66,27,46)
#3B192A
(59,25,42)
#341726
(52,23,38)
#2D1522
(45,21,34)
#26131E
(38,19,30)
#1F111A
(31,17,26)
#180F16
(24,15,22)
#110D12
(17,13,18)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #501F36

#501F36
(80,31,54)
#5F3348
(95,51,72)
#6E475A
(110,71,90)
#7D5B6C
(125,91,108)
#8C6F7E
(140,111,126)
#9B8390
(155,131,144)
#AA97A2
(170,151,162)
#B9ABB4
(185,171,180)
#C8BFC6
(200,191,198)
#D7D3D8
(215,211,216)
#E6E7EA
(230,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501F36; }

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

This text font color is #501F36.


Background Color

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

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

This div background color is #501F36.


Border color

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

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

This div border color is #501F36.


Opacity

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

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

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

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

This text has shadow with #501F36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501F36 on black background.


Color preview on white background

This text has color #501F36 on white background.



Black color preview on #501F36 background

This text has black color on #501F36 background.


White color preview on #501F36 background

This text has white color on #501F36 background.