COLOR #500C20

HEX: #500C20
RGB: (80,12,32)

Renk bilgisi

#500C20 contains mainly red and blue colors. #500C20 ‘ nin web güvenlik rengi #660033 (ya da #603) dir.

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

80
12
32

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 12 + 32 = 124 (100%)
R 80 of 124 ~ 64.52%
G 12 of 124 ~ 9.68%
B 32 of 124 ~ 25.81%

%64.52
%9.68
%25.81

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%85
%60
%68.63

Codes

Color #500C20 in popluar color models

500C20
RGB801232
HSL342°73.91%18.04%
HSB/HSV342°85.00%31.37%
CMYK0.00%85.00%60.00%
68.63%

Color #500C20 in popluar number systems.

HEX500C20
Decimal801232
Binary10100001100100000
Octal1201440

Shades and tints

Shades of #500C20

#500C20
(80,12,32)
#490B1E
(73,11,30)
#420A1C
(66,10,28)
#3B091A
(59,9,26)
#340818
(52,8,24)
#2D0716
(45,7,22)
#260614
(38,6,20)
#1F0512
(31,5,18)
#180410
(24,4,16)
#11030E
(17,3,14)
#0A020C
(10,2,12)
#000000
(0,0,0)

Tints of #500C20

#500C20
(80,12,32)
#5F2234
(95,34,52)
#6E3848
(110,56,72)
#7D4E5C
(125,78,92)
#8C6470
(140,100,112)
#9B7A84
(155,122,132)
#AA9098
(170,144,152)
#B9A6AC
(185,166,172)
#C8BCC0
(200,188,192)
#D7D2D4
(215,210,212)
#E6E8E8
(230,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #500C20; }

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

This text font color is #500C20.


Background Color

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

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

This div background color is #500C20.


Border color

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

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

This div border color is #500C20.


Opacity

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

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

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

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

This text has shadow with #500C20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500C20 on black background.


Color preview on white background

This text has color #500C20 on white background.



Black color preview on #500C20 background

This text has black color on #500C20 background.


White color preview on #500C20 background

This text has white color on #500C20 background.