COLOR #500005

HEX: #500005
RGB: (80,0,5)

Renk bilgisi

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

RGB renk modeli

#500005 color RGB value is (80,0,5).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 0 of 255 = 0%
B 5 of 255 = 2%

80
0
5

R + G + B ~ 11%. #500005 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 0 + 5 = 85 (100%)
R 80 of 85 ~ 94.12%
G 0 of 85 ~ 0%
B 5 of 85 ~ 5.88%

%94.12

CMYK RENK MODELİ

#500005 rengi CMYK tonu (0,100,94,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 93.75%
  • ana renk tonu 68.63%
CMYK:
(0,100,94,69)
C0M100Y94K69 
(0%,100%,94%,69%)
(0.00/1.00/0.94/0.69)	

CMYK yüzdeleri

%0
%100
%93.75
%68.63

Codes

Color #500005 in popluar color models

500005
RGB8005
HSL356°100.00%15.69%
HSB/HSV356°100.00%31.37%
CMYK0.00%100.00%93.75%
68.63%

Color #500005 in popluar number systems.

HEX500005
Decimal8005
Binary10100000101
Octal12005

Shades and tints

Shades of #500005

#500005
(80,0,5)
#490005
(73,0,5)
#420005
(66,0,5)
#3B0005
(59,0,5)
#340005
(52,0,5)
#2D0005
(45,0,5)
#260005
(38,0,5)
#1F0005
(31,0,5)
#180005
(24,0,5)
#110005
(17,0,5)
#0A0005
(10,0,5)
#000000
(0,0,0)

Tints of #500005

#500005
(80,0,5)
#5F171B
(95,23,27)
#6E2E31
(110,46,49)
#7D4547
(125,69,71)
#8C5C5D
(140,92,93)
#9B7373
(155,115,115)
#AA8A89
(170,138,137)
#B9A19F
(185,161,159)
#C8B8B5
(200,184,181)
#D7CFCB
(215,207,203)
#E6E6E1
(230,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #500005 color. Also use rgb(80,0,5) instead hex code.

Text Font Color

.myTextColor { color: #500005; }

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

This text font color is #500005.


Background Color

.myBgColor { background-color: #500005; }

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

This div background color is #500005.


Border color

.myBorderColor { border: 1px solid #500005; }

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

This div border color is #500005.


Opacity

.myOpacity80 { color: #500005; opacity: 0.8; }

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

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

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

This text has shadow with #500005 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500005 on black background.


Color preview on white background

This text has color #500005 on white background.



Black color preview on #500005 background

This text has black color on #500005 background.


White color preview on #500005 background

This text has white color on #500005 background.