COLOR #500A32

HEX: #500A32
RGB: (80,10,50)

Color info

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

RGB color model

#500A32 color RGB value is (80,10,50).

  • red value is 80;
  • green value is 10;
  • blue value is 50.
RGB:
(80,10,50)
(31%,4%,20%)

RGB channels and saturation

R 80 of 255 = 31%
G 10 of 255 = 4%
B 50 of 255 = 20%

80
10
50

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

Portions of RGB colors in percentages

R + G + B =
80 + 10 + 50 = 140 (100%)
R 80 of 140 ~ 57.14%
G 10 of 140 ~ 7.14%
B 50 of 140 ~ 35.71%

%57.14
%35.71

CMYK color model

#500A32 color CMYK value is (0,88,38,69).

  • cyan value is 0.00%
  • magenta value is 87.50%
  • yellow value is 37.50%
  • key color value is 68.63%
CMYK:
(0,88,38,69)
C0M88Y38K69 
(0%,88%,38%,69%)
(0.00/0.88/0.38/0.69)	

CMYK percentages

%0
%87.5
%37.5
%68.63

Codes

Color #500A32 in popluar color models

500A32
RGB801050
HSL326°77.78%17.65%
HSB/HSV326°87.50%31.37%
CMYK0.00%87.50%37.50%
68.63%

Color #500A32 in popluar number systems.

HEX500A32
Decimal801050
Binary10100001010110010
Octal1201262

Shades and tints

Shades of #500A32

#500A32
(80,10,50)
#490A2E
(73,10,46)
#420A2A
(66,10,42)
#3B0A26
(59,10,38)
#340A22
(52,10,34)
#2D0A1E
(45,10,30)
#260A1A
(38,10,26)
#1F0A16
(31,10,22)
#180A12
(24,10,18)
#110A0E
(17,10,14)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #500A32

#500A32
(80,10,50)
#5F2044
(95,32,68)
#6E3656
(110,54,86)
#7D4C68
(125,76,104)
#8C627A
(140,98,122)
#9B788C
(155,120,140)
#AA8E9E
(170,142,158)
#B9A4B0
(185,164,176)
#C8BAC2
(200,186,194)
#D7D0D4
(215,208,212)
#E6E6E6
(230,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #500A32 color. Also use rgb(80,10,50) instead hex code.

Text Font Color

.myTextColor { color: #500A32; }

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

This text font color is #500A32.


Background Color

.myBgColor { background-color: #500A32; }

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

This div background color is #500A32.


Border color

.myBorderColor { border: 1px solid #500A32; }

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

This div border color is #500A32.


Opacity

.myOpacity80 { color: #500A32; opacity: 0.8; }

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

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

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

This text has shadow with #500A32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500A32 on black background.


Color preview on white background

This text has color #500A32 on white background.



Black color preview on #500A32 background

This text has black color on #500A32 background.


White color preview on #500A32 background

This text has white color on #500A32 background.