COLOR #500F32

HEX: #500F32
RGB: (80,15,50)

Color info

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

RGB color model

#500F32 color RGB value is (80,15,50).

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

RGB channels and saturation

R 80 of 255 = 31%
G 15 of 255 = 6%
B 50 of 255 = 20%

80
15
50

R + G + B ~ 19%. #500F32 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 15 + 50 = 145 (100%)
R 80 of 145 ~ 55.17%
G 15 of 145 ~ 10.34%
B 50 of 145 ~ 34.48%

%55.17
%10.34
%34.48

CMYK color model

#500F32 color CMYK value is (0,81,38,69).

  • cyan value is 0.00%
  • magenta value is 81.25%
  • yellow value is 37.50%
  • key color value is 68.63%
CMYK:
(0,81,38,69)
C0M81Y38K69 
(0%,81%,38%,69%)
(0.00/0.81/0.38/0.69)	

CMYK percentages

%0
%81.25
%37.5
%68.63

Codes

Color #500F32 in popluar color models

500F32
RGB801550
HSL328°68.42%18.63%
HSB/HSV328°81.25%31.37%
CMYK0.00%81.25%37.50%
68.63%

Color #500F32 in popluar number systems.

HEX500F32
Decimal801550
Binary10100001111110010
Octal1201762

Shades and tints

Shades of #500F32

#500F32
(80,15,50)
#490E2E
(73,14,46)
#420D2A
(66,13,42)
#3B0C26
(59,12,38)
#340B22
(52,11,34)
#2D0A1E
(45,10,30)
#26091A
(38,9,26)
#1F0816
(31,8,22)
#180712
(24,7,18)
#11060E
(17,6,14)
#0A050A
(10,5,10)
#000000
(0,0,0)

Tints of #500F32

#500F32
(80,15,50)
#5F2444
(95,36,68)
#6E3956
(110,57,86)
#7D4E68
(125,78,104)
#8C637A
(140,99,122)
#9B788C
(155,120,140)
#AA8D9E
(170,141,158)
#B9A2B0
(185,162,176)
#C8B7C2
(200,183,194)
#D7CCD4
(215,204,212)
#E6E1E6
(230,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #500F32; }

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

This text font color is #500F32.


Background Color

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

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

This div background color is #500F32.


Border color

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

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

This div border color is #500F32.


Opacity

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

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

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

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

This text has shadow with #500F32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500F32 on black background.


Color preview on white background

This text has color #500F32 on white background.



Black color preview on #500F32 background

This text has black color on #500F32 background.


White color preview on #500F32 background

This text has white color on #500F32 background.