COLOR #500D40

HEX: #500D40
RGB: (80,13,64)

Renk bilgisi

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

RGB renk modeli

#500D40 color RGB value is (80,13,64).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 13 of 255 = 5%
B 64 of 255 = 25%

80
13
64

R + G + B ~ 20%. #500D40 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 13 + 64 = 157 (100%)
R 80 of 157 ~ 50.96%
G 13 of 157 ~ 8.28%
B 64 of 157 ~ 40.76%

%50.96
%40.76

CMYK RENK MODELİ

#500D40 rengi CMYK tonu (0,84,20,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 83.75%
  • sarı tonu 20.00%
  • ana renk tonu 68.63%
CMYK:
(0,84,20,69)
C0M84Y20K69 
(0%,84%,20%,69%)
(0.00/0.84/0.20/0.69)	

CMYK yüzdeleri

%0
%83.75
%20
%68.63

Codes

Color #500D40 in popluar color models

500D40
RGB801364
HSL314°72.04%18.24%
HSB/HSV314°83.75%31.37%
CMYK0.00%83.75%20.00%
68.63%

Color #500D40 in popluar number systems.

HEX500D40
Decimal801364
Binary101000011011000000
Octal12015100

Shades and tints

Shades of #500D40

#500D40
(80,13,64)
#490C3B
(73,12,59)
#420B36
(66,11,54)
#3B0A31
(59,10,49)
#34092C
(52,9,44)
#2D0827
(45,8,39)
#260722
(38,7,34)
#1F061D
(31,6,29)
#180518
(24,5,24)
#110413
(17,4,19)
#0A030E
(10,3,14)
#000000
(0,0,0)

Tints of #500D40

#500D40
(80,13,64)
#5F2351
(95,35,81)
#6E3962
(110,57,98)
#7D4F73
(125,79,115)
#8C6584
(140,101,132)
#9B7B95
(155,123,149)
#AA91A6
(170,145,166)
#B9A7B7
(185,167,183)
#C8BDC8
(200,189,200)
#D7D3D9
(215,211,217)
#E6E9EA
(230,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #500D40; }

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

This text font color is #500D40.


Background Color

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

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

This div background color is #500D40.


Border color

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

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

This div border color is #500D40.


Opacity

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

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

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

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

This text has shadow with #500D40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500D40 on black background.


Color preview on white background

This text has color #500D40 on white background.



Black color preview on #500D40 background

This text has black color on #500D40 background.


White color preview on #500D40 background

This text has white color on #500D40 background.