COLOR #500205

HEX: #500205
RGB: (80,2,5)

Color info

#500205 contains mainly red color. Web safe color of #500205 is #660000 (or #600).

RGB color model

#500205 color RGB value is (80,2,5).

  • red value is 80;
  • green value is 2;
  • blue value is 5.
RGB:
(80,2,5)
(31%,1%,2%)

RGB channels and saturation

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

80
2
5

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

Portions of RGB colors in percentages

R + G + B =
80 + 2 + 5 = 87 (100%)
R 80 of 87 ~ 91.95%
G 2 of 87 ~ 2.3%
B 5 of 87 ~ 5.75%

%91.95

CMYK color model

#500205 color CMYK value is (0,98,94,69).

  • cyan value is 0.00%
  • magenta value is 97.50%
  • yellow value is 93.75%
  • key color value is 68.63%
CMYK:
(0,98,94,69)
C0M98Y94K69 
(0%,98%,94%,69%)
(0.00/0.98/0.94/0.69)	

CMYK percentages

%0
%97.5
%93.75
%68.63

Codes

Color #500205 in popluar color models

500205
RGB8025
HSL358°95.12%16.08%
HSB/HSV358°97.50%31.37%
CMYK0.00%97.50%93.75%
68.63%

Color #500205 in popluar number systems.

HEX500205
Decimal8025
Binary101000010101
Octal12025

Shades and tints

Shades of #500205

#500205
(80,2,5)
#490205
(73,2,5)
#420205
(66,2,5)
#3B0205
(59,2,5)
#340205
(52,2,5)
#2D0205
(45,2,5)
#260205
(38,2,5)
#1F0205
(31,2,5)
#180205
(24,2,5)
#110205
(17,2,5)
#0A0205
(10,2,5)
#000000
(0,0,0)

Tints of #500205

#500205
(80,2,5)
#5F191B
(95,25,27)
#6E3031
(110,48,49)
#7D4747
(125,71,71)
#8C5E5D
(140,94,93)
#9B7573
(155,117,115)
#AA8C89
(170,140,137)
#B9A39F
(185,163,159)
#C8BAB5
(200,186,181)
#D7D1CB
(215,209,203)
#E6E8E1
(230,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #500205; }

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

This text font color is #500205.


Background Color

.myBgColor { background-color: #500205; }

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

This div background color is #500205.


Border color

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

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

This div border color is #500205.


Opacity

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

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

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

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

This text has shadow with #500205 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500205 on black background.


Color preview on white background

This text has color #500205 on white background.



Black color preview on #500205 background

This text has black color on #500205 background.


White color preview on #500205 background

This text has white color on #500205 background.