COLOR #501D3D

HEX: #501D3D
RGB: (80,29,61)

Renk bilgisi

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

RGB renk modeli

#501D3D color RGB value is (80,29,61).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 29 of 255 = 11%
B 61 of 255 = 24%

80
29
61

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 29 + 61 = 170 (100%)
R 80 of 170 ~ 47.06%
G 29 of 170 ~ 17.06%
B 61 of 170 ~ 35.88%

%47.06
%17.06
%35.88

CMYK RENK MODELİ

#501D3D rengi CMYK tonu (0,64,24,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 63.75%
  • sarı tonu 23.75%
  • ana renk tonu 68.63%
CMYK:
(0,64,24,69)
C0M64Y24K69 
(0%,64%,24%,69%)
(0.00/0.64/0.24/0.69)	

CMYK yüzdeleri

%0
%63.75
%23.75
%68.63

Codes

Color #501D3D in popluar color models

501D3D
RGB802961
HSL322°46.79%21.37%
HSB/HSV322°63.75%31.37%
CMYK0.00%63.75%23.75%
68.63%

Color #501D3D in popluar number systems.

HEX501D3D
Decimal802961
Binary101000011101111101
Octal1203575

Shades and tints

Shades of #501D3D

#501D3D
(80,29,61)
#491B38
(73,27,56)
#421933
(66,25,51)
#3B172E
(59,23,46)
#341529
(52,21,41)
#2D1324
(45,19,36)
#26111F
(38,17,31)
#1F0F1A
(31,15,26)
#180D15
(24,13,21)
#110B10
(17,11,16)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #501D3D

#501D3D
(80,29,61)
#5F314E
(95,49,78)
#6E455F
(110,69,95)
#7D5970
(125,89,112)
#8C6D81
(140,109,129)
#9B8192
(155,129,146)
#AA95A3
(170,149,163)
#B9A9B4
(185,169,180)
#C8BDC5
(200,189,197)
#D7D1D6
(215,209,214)
#E6E5E7
(230,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501D3D color. Also use rgb(80,29,61) instead hex code.

Text Font Color

.myTextColor { color: #501D3D; }

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

This text font color is #501D3D.


Background Color

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

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

This div background color is #501D3D.


Border color

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

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

This div border color is #501D3D.


Opacity

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

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

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

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

This text has shadow with #501D3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501D3D on black background.


Color preview on white background

This text has color #501D3D on white background.



Black color preview on #501D3D background

This text has black color on #501D3D background.


White color preview on #501D3D background

This text has white color on #501D3D background.