COLOR #500735

HEX: #500735
RGB: (80,7,53)

Color info

#500735 contains mainly red and blue colors. Web safe color of #500735 is #660033 (or #603).

RGB color model

#500735 color RGB value is (80,7,53).

  • red value is 80;
  • green value is 7;
  • blue value is 53.
RGB:
(80,7,53)
(31%,3%,21%)

RGB channels and saturation

R 80 of 255 = 31%
G 7 of 255 = 3%
B 53 of 255 = 21%

80
7
53

R + G + B ~ 18%. #500735 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 7 + 53 = 140 (100%)
R 80 of 140 ~ 57.14%
G 7 of 140 ~ 5%
B 53 of 140 ~ 37.86%

%57.14
%37.86

CMYK color model

#500735 color CMYK value is (0,91,34,69).

  • cyan value is 0.00%
  • magenta value is 91.25%
  • yellow value is 33.75%
  • key color value is 68.63%
CMYK:
(0,91,34,69)
C0M91Y34K69 
(0%,91%,34%,69%)
(0.00/0.91/0.34/0.69)	

CMYK percentages

%0
%91.25
%33.75
%68.63

Codes

Color #500735 in popluar color models

500735
RGB80753
HSL322°83.91%17.06%
HSB/HSV322°91.25%31.37%
CMYK0.00%91.25%33.75%
68.63%

Color #500735 in popluar number systems.

HEX500735
Decimal80753
Binary1010000111110101
Octal120765

Shades and tints

Shades of #500735

#500735
(80,7,53)
#490731
(73,7,49)
#42072D
(66,7,45)
#3B0729
(59,7,41)
#340725
(52,7,37)
#2D0721
(45,7,33)
#26071D
(38,7,29)
#1F0719
(31,7,25)
#180715
(24,7,21)
#110711
(17,7,17)
#0A070D
(10,7,13)
#000000
(0,0,0)

Tints of #500735

#500735
(80,7,53)
#5F1D47
(95,29,71)
#6E3359
(110,51,89)
#7D496B
(125,73,107)
#8C5F7D
(140,95,125)
#9B758F
(155,117,143)
#AA8BA1
(170,139,161)
#B9A1B3
(185,161,179)
#C8B7C5
(200,183,197)
#D7CDD7
(215,205,215)
#E6E3E9
(230,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #500735; }

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

This text font color is #500735.


Background Color

.myBgColor { background-color: #500735; }

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

This div background color is #500735.


Border color

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

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

This div border color is #500735.


Opacity

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

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

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

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

This text has shadow with #500735 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500735 on black background.


Color preview on white background

This text has color #500735 on white background.



Black color preview on #500735 background

This text has black color on #500735 background.


White color preview on #500735 background

This text has white color on #500735 background.