COLOR #501F38

HEX: #501F38
RGB: (80,31,56)

Renk bilgisi

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

RGB renk modeli

#501F38 color RGB value is (80,31,56).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 31 of 255 = 12%
B 56 of 255 = 22%

80
31
56

R + G + B ~ 22%. #501F38 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 31 + 56 = 167 (100%)
R 80 of 167 ~ 47.9%
G 31 of 167 ~ 18.56%
B 56 of 167 ~ 33.53%

%47.9
%18.56
%33.53

CMYK RENK MODELİ

#501F38 rengi CMYK tonu (0,61,30,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 61.25%
  • sarı tonu 30.00%
  • ana renk tonu 68.63%
CMYK:
(0,61,30,69)
C0M61Y30K69 
(0%,61%,30%,69%)
(0.00/0.61/0.30/0.69)	

CMYK yüzdeleri

%0
%61.25
%30
%68.63

Codes

Color #501F38 in popluar color models

501F38
RGB803156
HSL329°44.14%21.76%
HSB/HSV329°61.25%31.37%
CMYK0.00%61.25%30.00%
68.63%

Color #501F38 in popluar number systems.

HEX501F38
Decimal803156
Binary101000011111111000
Octal1203770

Shades and tints

Shades of #501F38

#501F38
(80,31,56)
#491D33
(73,29,51)
#421B2E
(66,27,46)
#3B1929
(59,25,41)
#341724
(52,23,36)
#2D151F
(45,21,31)
#26131A
(38,19,26)
#1F1115
(31,17,21)
#180F10
(24,15,16)
#110D0B
(17,13,11)
#0A0B06
(10,11,6)
#000000
(0,0,0)

Tints of #501F38

#501F38
(80,31,56)
#5F334A
(95,51,74)
#6E475C
(110,71,92)
#7D5B6E
(125,91,110)
#8C6F80
(140,111,128)
#9B8392
(155,131,146)
#AA97A4
(170,151,164)
#B9ABB6
(185,171,182)
#C8BFC8
(200,191,200)
#D7D3DA
(215,211,218)
#E6E7EC
(230,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501F38; }

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

This text font color is #501F38.


Background Color

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

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

This div background color is #501F38.


Border color

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

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

This div border color is #501F38.


Opacity

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

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

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

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

This text has shadow with #501F38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501F38 on black background.


Color preview on white background

This text has color #501F38 on white background.



Black color preview on #501F38 background

This text has black color on #501F38 background.


White color preview on #501F38 background

This text has white color on #501F38 background.