COLOR #500703

HEX: #500703 RGB: (80,7,3)

Color info

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

RGB color model

#500703 color RGB value is (80,7,3).

RGB: (80,7,3) (31%, 3%, 1%)

RGB channels and saturation

R 80 of 255 = 31%
G 7 of 255 = 3%
B 3 of 255 = 1%

80
7
3

R + G + B ~ 12%. #500703 is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 7 + 3 = 90 (100%)
R 80 of 90 ~ 88.89%
G 7 of 90 ~ 7.78%
B 3 of 90 ~ 3.33'%

%88.89

CMYK color model

#500703 color CMYK value is (0,91,96,69).

  • cyan value is 0.00%
  • magenta value is 91.25%
  • yellow value is 96.25%
  • key color value is 68.63%

CMYK: (0,91,96,69)
C0M91Y96K69 (0%, 91%, 96%, 69%)
(0.00 / 0.91 / 0.96 / 0.69)

CMYK percentages

%0
%91.25
%96.25
%68.63

Codes

Color #500703 in popluar color models

50 07 03
RGB 80 7 3
HSL 92.77% 16.27%
HSB/HSV 96.25% 31.37%
CMYK 0.00% 91.25% 96.25%
68.63%

Color #500703 in popluar number systems.

HEX 50 07 03
Decimal 80 7 3
Binary 1010000 111 11
Octal 120 7 3

Shades and tints

Shades of #500703

#500703
(80,7,3)
#490703
(73,7,3)
#420703
(66,7,3)
#3B0703
(59,7,3)
#340703
(52,7,3)
#2D0703
(45,7,3)
#260703
(38,7,3)
#1F0703
(31,7,3)
#180703
(24,7,3)
#110703
(17,7,3)
#0A0703
(10,7,3)
#000000
(0,0,0)

Tints of #500703

#500703
(80,7,3)
#5F1D19
(95,29,25)
#6E332F
(110,51,47)
#7D4945
(125,73,69)
#8C5F5B
(140,95,91)
#9B7571
(155,117,113)
#AA8B87
(170,139,135)
#B9A19D
(185,161,157)
#C8B7B3
(200,183,179)
#D7CDC9
(215,205,201)
#E6E3DF
(230,227,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #500703; }

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

This text font color is #500703.

Background Color

.myBgColor { background-color: #500703; }

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

This div background color is #500703.

Border color

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

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

This div border color is #500703.

Opacity

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

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

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

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

This text has shadow with #500703 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #500703.

Preview

Color preview on black background

This text has color #500703 on black background.


Color preview on white background

This text has color #500703 on white background.


Black color preview on #500703 background

This text has black color on #500703 background.


White color preview on #500703 background

This text has white color on #500703 background.


Related colors

Complementary color

Complementary color for #hex is #AFF8FC.


I love getcolorcode.com

Triadic colors

1 #035007 and #070350 with #500703 are triadic colors.

2 #030750 and #075003 with #500703 are triadic colors.