COLOR #500C0C

HEX: #500C0C
RGB: (80,12,12)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

80
12
12

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 12 + 12 = 104 (100%)
R 80 of 104 ~ 76.92%
G 12 of 104 ~ 11.54%
B 12 of 104 ~ 11.54%

%76.92
%11.54
%11.54

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%85
%85
%68.63

Codes

Color #500C0C in popluar color models

500C0C
RGB801212
HSL73.91%18.04%
HSB/HSV85.00%31.37%
CMYK0.00%85.00%85.00%
68.63%

Color #500C0C in popluar number systems.

HEX500C0C
Decimal801212
Binary101000011001100
Octal1201414

Shades and tints

Shades of #500C0C

#500C0C
(80,12,12)
#490B0B
(73,11,11)
#420A0A
(66,10,10)
#3B0909
(59,9,9)
#340808
(52,8,8)
#2D0707
(45,7,7)
#260606
(38,6,6)
#1F0505
(31,5,5)
#180404
(24,4,4)
#110303
(17,3,3)
#0A0202
(10,2,2)
#000000
(0,0,0)

Tints of #500C0C

#500C0C
(80,12,12)
#5F2222
(95,34,34)
#6E3838
(110,56,56)
#7D4E4E
(125,78,78)
#8C6464
(140,100,100)
#9B7A7A
(155,122,122)
#AA9090
(170,144,144)
#B9A6A6
(185,166,166)
#C8BCBC
(200,188,188)
#D7D2D2
(215,210,210)
#E6E8E8
(230,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #500C0C; }

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

This text font color is #500C0C.


Background Color

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

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

This div background color is #500C0C.


Border color

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

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

This div border color is #500C0C.


Opacity

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

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

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

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

This text has shadow with #500C0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500C0C on black background.


Color preview on white background

This text has color #500C0C on white background.



Black color preview on #500C0C background

This text has black color on #500C0C background.


White color preview on #500C0C background

This text has white color on #500C0C background.