COLOR #501F15

HEX: #501F15
RGB: (80,31,21)

Renk bilgisi

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

RGB renk modeli

#501F15 color RGB value is (80,31,21).

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

RGB bağlantıları ve doygunluk

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

80
31
21

R + G + B ~ 17%. #501F15 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 31 + 21 = 132 (100%)
R 80 of 132 ~ 60.61%
G 31 of 132 ~ 23.48%
B 21 of 132 ~ 15.91%

%60.61
%23.48
%15.91

CMYK RENK MODELİ

#501F15 rengi CMYK tonu (0,61,74,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 61.25%
  • sarı tonu 73.75%
  • ana renk tonu 68.63%
CMYK:
(0,61,74,69)
C0M61Y74K69 
(0%,61%,74%,69%)
(0.00/0.61/0.74/0.69)	

CMYK yüzdeleri

%0
%61.25
%73.75
%68.63

Codes

Color #501F15 in popluar color models

501F15
RGB803121
HSL10°58.42%19.80%
HSB/HSV10°73.75%31.37%
CMYK0.00%61.25%73.75%
68.63%

Color #501F15 in popluar number systems.

HEX501F15
Decimal803121
Binary10100001111110101
Octal1203725

Shades and tints

Shades of #501F15

#501F15
(80,31,21)
#491D14
(73,29,20)
#421B13
(66,27,19)
#3B1912
(59,25,18)
#341711
(52,23,17)
#2D1510
(45,21,16)
#26130F
(38,19,15)
#1F110E
(31,17,14)
#180F0D
(24,15,13)
#110D0C
(17,13,12)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #501F15

#501F15
(80,31,21)
#5F332A
(95,51,42)
#6E473F
(110,71,63)
#7D5B54
(125,91,84)
#8C6F69
(140,111,105)
#9B837E
(155,131,126)
#AA9793
(170,151,147)
#B9ABA8
(185,171,168)
#C8BFBD
(200,191,189)
#D7D3D2
(215,211,210)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501F15; }

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

This text font color is #501F15.


Background Color

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

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

This div background color is #501F15.


Border color

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

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

This div border color is #501F15.


Opacity

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

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

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

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

This text has shadow with #501F15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501F15 on black background.


Color preview on white background

This text has color #501F15 on white background.



Black color preview on #501F15 background

This text has black color on #501F15 background.


White color preview on #501F15 background

This text has white color on #501F15 background.