COLOR #500035

HEX: #500035
RGB: (80,0,53)

Color info

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

RGB color model

#500035 color RGB value is (80,0,53).

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

RGB channels and saturation

R 80 of 255 = 31%
G 0 of 255 = 0%
B 53 of 255 = 21%

80
0
53

R + G + B ~ 17%. #500035 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 0 + 53 = 133 (100%)
R 80 of 133 ~ 60.15%
G 0 of 133 ~ 0%
B 53 of 133 ~ 39.85%

%60.15
%39.85

CMYK color model

#500035 color CMYK value is (0,100,34,69).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 33.75%
  • key color value is 68.63%
CMYK:
(0,100,34,69)
C0M100Y34K69 
(0%,100%,34%,69%)
(0.00/1.00/0.34/0.69)	

CMYK percentages

%0
%100
%33.75
%68.63

Codes

Color #500035 in popluar color models

500035
RGB80053
HSL320°100.00%15.69%
HSB/HSV320°100.00%31.37%
CMYK0.00%100.00%33.75%
68.63%

Color #500035 in popluar number systems.

HEX500035
Decimal80053
Binary10100000110101
Octal120065

Shades and tints

Shades of #500035

#500035
(80,0,53)
#490031
(73,0,49)
#42002D
(66,0,45)
#3B0029
(59,0,41)
#340025
(52,0,37)
#2D0021
(45,0,33)
#26001D
(38,0,29)
#1F0019
(31,0,25)
#180015
(24,0,21)
#110011
(17,0,17)
#0A000D
(10,0,13)
#000000
(0,0,0)

Tints of #500035

#500035
(80,0,53)
#5F1747
(95,23,71)
#6E2E59
(110,46,89)
#7D456B
(125,69,107)
#8C5C7D
(140,92,125)
#9B738F
(155,115,143)
#AA8AA1
(170,138,161)
#B9A1B3
(185,161,179)
#C8B8C5
(200,184,197)
#D7CFD7
(215,207,215)
#E6E6E9
(230,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #500035; }

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

This text font color is #500035.


Background Color

.myBgColor { background-color: #500035; }

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

This div background color is #500035.


Border color

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

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

This div border color is #500035.


Opacity

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

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

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

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

This text has shadow with #500035 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500035 on black background.


Color preview on white background

This text has color #500035 on white background.



Black color preview on #500035 background

This text has black color on #500035 background.


White color preview on #500035 background

This text has white color on #500035 background.