COLOR #500F0D

HEX: #500F0D
RGB: (80,15,13)

Renk bilgisi

#500F0D contains mainly red color. #500F0D ‘ nin web güvenlik rengi #660000 (ya da #600) dir.

RGB renk modeli

#500F0D color RGB value is (80,15,13).

  • kırmız ton 80;
  • yeşil ton 15;
  • mavi ton 13.
RGB:
(80,15,13)
(31%,6%,5%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 15 of 255 = 6%
B 13 of 255 = 5%

80
15
13

R + G + B ~ 14%. #500F0D is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 15 + 13 = 108 (100%)
R 80 of 108 ~ 74.07%
G 15 of 108 ~ 13.89%
B 13 of 108 ~ 12.04%

%74.07
%13.89
%12.04

CMYK RENK MODELİ

#500F0D rengi CMYK tonu (0,81,84,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 81.25%
  • sarı tonu 83.75%
  • ana renk tonu 68.63%
CMYK:
(0,81,84,69)
C0M81Y84K69 
(0%,81%,84%,69%)
(0.00/0.81/0.84/0.69)	

CMYK yüzdeleri

%0
%81.25
%83.75
%68.63

Codes

Color #500F0D in popluar color models

500F0D
RGB801513
HSL72.04%18.24%
HSB/HSV83.75%31.37%
CMYK0.00%81.25%83.75%
68.63%

Color #500F0D in popluar number systems.

HEX500F0D
Decimal801513
Binary101000011111101
Octal1201715

Shades and tints

Shades of #500F0D

#500F0D
(80,15,13)
#490E0C
(73,14,12)
#420D0B
(66,13,11)
#3B0C0A
(59,12,10)
#340B09
(52,11,9)
#2D0A08
(45,10,8)
#260907
(38,9,7)
#1F0806
(31,8,6)
#180705
(24,7,5)
#110604
(17,6,4)
#0A0503
(10,5,3)
#000000
(0,0,0)

Tints of #500F0D

#500F0D
(80,15,13)
#5F2423
(95,36,35)
#6E3939
(110,57,57)
#7D4E4F
(125,78,79)
#8C6365
(140,99,101)
#9B787B
(155,120,123)
#AA8D91
(170,141,145)
#B9A2A7
(185,162,167)
#C8B7BD
(200,183,189)
#D7CCD3
(215,204,211)
#E6E1E9
(230,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #500F0D color. Also use rgb(80,15,13) instead hex code.

Text Font Color

.myTextColor { color: #500F0D; }

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

This text font color is #500F0D.


Background Color

.myBgColor { background-color: #500F0D; }

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

This div background color is #500F0D.


Border color

.myBorderColor { border: 1px solid #500F0D; }

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

This div border color is #500F0D.


Opacity

.myOpacity80 { color: #500F0D; opacity: 0.8; }

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

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

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

This text has shadow with #500F0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500F0D on black background.


Color preview on white background

This text has color #500F0D on white background.



Black color preview on #500F0D background

This text has black color on #500F0D background.


White color preview on #500F0D background

This text has white color on #500F0D background.