COLOR #500E0C

HEX: #500E0C
RGB: (80,14,12)

Renk bilgisi

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

RGB renk modeli

#500E0C color RGB value is (80,14,12).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 14 of 255 = 5%
B 12 of 255 = 5%

80
14
12

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 14 + 12 = 106 (100%)
R 80 of 106 ~ 75.47%
G 14 of 106 ~ 13.21%
B 12 of 106 ~ 11.32%

%75.47
%13.21
%11.32

CMYK RENK MODELİ

#500E0C rengi CMYK tonu (0,83,85,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 82.50%
  • sarı tonu 85.00%
  • ana renk tonu 68.63%
CMYK:
(0,83,85,69)
C0M83Y85K69 
(0%,83%,85%,69%)
(0.00/0.83/0.85/0.69)	

CMYK yüzdeleri

%0
%82.5
%85
%68.63

Codes

Color #500E0C in popluar color models

500E0C
RGB801412
HSL73.91%18.04%
HSB/HSV85.00%31.37%
CMYK0.00%82.50%85.00%
68.63%

Color #500E0C in popluar number systems.

HEX500E0C
Decimal801412
Binary101000011101100
Octal1201614

Shades and tints

Shades of #500E0C

#500E0C
(80,14,12)
#490D0B
(73,13,11)
#420C0A
(66,12,10)
#3B0B09
(59,11,9)
#340A08
(52,10,8)
#2D0907
(45,9,7)
#260806
(38,8,6)
#1F0705
(31,7,5)
#180604
(24,6,4)
#110503
(17,5,3)
#0A0402
(10,4,2)
#000000
(0,0,0)

Tints of #500E0C

#500E0C
(80,14,12)
#5F2322
(95,35,34)
#6E3838
(110,56,56)
#7D4D4E
(125,77,78)
#8C6264
(140,98,100)
#9B777A
(155,119,122)
#AA8C90
(170,140,144)
#B9A1A6
(185,161,166)
#C8B6BC
(200,182,188)
#D7CBD2
(215,203,210)
#E6E0E8
(230,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #500E0C color. Also use rgb(80,14,12) instead hex code.

Text Font Color

.myTextColor { color: #500E0C; }

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

This text font color is #500E0C.


Background Color

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

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

This div background color is #500E0C.


Border color

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

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

This div border color is #500E0C.


Opacity

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

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

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

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

This text has shadow with #500E0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500E0C on black background.


Color preview on white background

This text has color #500E0C on white background.



Black color preview on #500E0C background

This text has black color on #500E0C background.


White color preview on #500E0C background

This text has white color on #500E0C background.