COLOR #501717

HEX: #501717
RGB: (80,23,23)

Renk bilgisi

#501717 contains red, green and blue colors in about the same proportion. #501717 ‘ nin web güvenlik rengi #660000 (ya da #600) dir.

RGB renk modeli

#501717 color RGB value is (80,23,23).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 23 of 255 = 9%
B 23 of 255 = 9%

80
23
23

R + G + B ~ 16%. #501717 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 23 + 23 = 126 (100%)
R 80 of 126 ~ 63.49%
G 23 of 126 ~ 18.25%
B 23 of 126 ~ 18.25%

%63.49
%18.25
%18.25

CMYK RENK MODELİ

#501717 rengi CMYK tonu (0,71,71,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 71.25%
  • sarı tonu 71.25%
  • ana renk tonu 68.63%
CMYK:
(0,71,71,69)
C0M71Y71K69 
(0%,71%,71%,69%)
(0.00/0.71/0.71/0.69)	

CMYK yüzdeleri

%0
%71.25
%71.25
%68.63

Codes

Color #501717 in popluar color models

501717
RGB802323
HSL55.34%20.20%
HSB/HSV71.25%31.37%
CMYK0.00%71.25%71.25%
68.63%

Color #501717 in popluar number systems.

HEX501717
Decimal802323
Binary10100001011110111
Octal1202727

Shades and tints

Shades of #501717

#501717
(80,23,23)
#491515
(73,21,21)
#421313
(66,19,19)
#3B1111
(59,17,17)
#340F0F
(52,15,15)
#2D0D0D
(45,13,13)
#260B0B
(38,11,11)
#1F0909
(31,9,9)
#180707
(24,7,7)
#110505
(17,5,5)
#0A0303
(10,3,3)
#000000
(0,0,0)

Tints of #501717

#501717
(80,23,23)
#5F2C2C
(95,44,44)
#6E4141
(110,65,65)
#7D5656
(125,86,86)
#8C6B6B
(140,107,107)
#9B8080
(155,128,128)
#AA9595
(170,149,149)
#B9AAAA
(185,170,170)
#C8BFBF
(200,191,191)
#D7D4D4
(215,212,212)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501717 color. Also use rgb(80,23,23) instead hex code.

Text Font Color

.myTextColor { color: #501717; }

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

This text font color is #501717.


Background Color

.myBgColor { background-color: #501717; }

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

This div background color is #501717.


Border color

.myBorderColor { border: 1px solid #501717; }

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

This div border color is #501717.


Opacity

.myOpacity80 { color: #501717; opacity: 0.8; }

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

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

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

This text has shadow with #501717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501717 on black background.


Color preview on white background

This text has color #501717 on white background.



Black color preview on #501717 background

This text has black color on #501717 background.


White color preview on #501717 background

This text has white color on #501717 background.