COLOR #500310

HEX: #500310
RGB: (80,3,16)

Color info

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

RGB color model

#500310 color RGB value is (80,3,16).

  • red value is 80;
  • green value is 3;
  • blue value is 16.
RGB:
(80,3,16)
(31%,1%,6%)

RGB channels and saturation

R 80 of 255 = 31%
G 3 of 255 = 1%
B 16 of 255 = 6%

80
3
16

R + G + B ~ 13%. #500310 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 3 + 16 = 99 (100%)
R 80 of 99 ~ 80.81%
G 3 of 99 ~ 3.03%
B 16 of 99 ~ 16.16%

%80.81
%16.16

CMYK color model

#500310 color CMYK value is (0,96,80,69).

  • cyan value is 0.00%
  • magenta value is 96.25%
  • yellow value is 80.00%
  • key color value is 68.63%
CMYK:
(0,96,80,69)
C0M96Y80K69 
(0%,96%,80%,69%)
(0.00/0.96/0.80/0.69)	

CMYK percentages

%0
%96.25
%80
%68.63

Codes

Color #500310 in popluar color models

500310
RGB80316
HSL350°92.77%16.27%
HSB/HSV350°96.25%31.37%
CMYK0.00%96.25%80.00%
68.63%

Color #500310 in popluar number systems.

HEX500310
Decimal80316
Binary10100001110000
Octal120320

Shades and tints

Shades of #500310

#500310
(80,3,16)
#49030F
(73,3,15)
#42030E
(66,3,14)
#3B030D
(59,3,13)
#34030C
(52,3,12)
#2D030B
(45,3,11)
#26030A
(38,3,10)
#1F0309
(31,3,9)
#180308
(24,3,8)
#110307
(17,3,7)
#0A0306
(10,3,6)
#000000
(0,0,0)

Tints of #500310

#500310
(80,3,16)
#5F1925
(95,25,37)
#6E2F3A
(110,47,58)
#7D454F
(125,69,79)
#8C5B64
(140,91,100)
#9B7179
(155,113,121)
#AA878E
(170,135,142)
#B99DA3
(185,157,163)
#C8B3B8
(200,179,184)
#D7C9CD
(215,201,205)
#E6DFE2
(230,223,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #500310 color. Also use rgb(80,3,16) instead hex code.

Text Font Color

.myTextColor { color: #500310; }

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

This text font color is #500310.


Background Color

.myBgColor { background-color: #500310; }

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

This div background color is #500310.


Border color

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

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

This div border color is #500310.


Opacity

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

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

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

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

This text has shadow with #500310 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500310 on black background.


Color preview on white background

This text has color #500310 on white background.



Black color preview on #500310 background

This text has black color on #500310 background.


White color preview on #500310 background

This text has white color on #500310 background.