COLOR #500C29

HEX: #500C29
RGB: (80,12,41)

Color info

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

RGB color model

#500C29 color RGB value is (80,12,41).

  • red value is 80;
  • green value is 12;
  • blue value is 41.
RGB:
(80,12,41)
(31%,5%,16%)

RGB channels and saturation

R 80 of 255 = 31%
G 12 of 255 = 5%
B 41 of 255 = 16%

80
12
41

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

Portions of RGB colors in percentages

R + G + B =
80 + 12 + 41 = 133 (100%)
R 80 of 133 ~ 60.15%
G 12 of 133 ~ 9.02%
B 41 of 133 ~ 30.83%

%60.15
%30.83

CMYK color model

#500C29 color CMYK value is (0,85,49,69).

  • cyan value is 0.00%
  • magenta value is 85.00%
  • yellow value is 48.75%
  • key color value is 68.63%
CMYK:
(0,85,49,69)
C0M85Y49K69 
(0%,85%,49%,69%)
(0.00/0.85/0.49/0.69)	

CMYK percentages

%0
%85
%48.75
%68.63

Codes

Color #500C29 in popluar color models

500C29
RGB801241
HSL334°73.91%18.04%
HSB/HSV334°85.00%31.37%
CMYK0.00%85.00%48.75%
68.63%

Color #500C29 in popluar number systems.

HEX500C29
Decimal801241
Binary10100001100101001
Octal1201451

Shades and tints

Shades of #500C29

#500C29
(80,12,41)
#490B26
(73,11,38)
#420A23
(66,10,35)
#3B0920
(59,9,32)
#34081D
(52,8,29)
#2D071A
(45,7,26)
#260617
(38,6,23)
#1F0514
(31,5,20)
#180411
(24,4,17)
#11030E
(17,3,14)
#0A020B
(10,2,11)
#000000
(0,0,0)

Tints of #500C29

#500C29
(80,12,41)
#5F223C
(95,34,60)
#6E384F
(110,56,79)
#7D4E62
(125,78,98)
#8C6475
(140,100,117)
#9B7A88
(155,122,136)
#AA909B
(170,144,155)
#B9A6AE
(185,166,174)
#C8BCC1
(200,188,193)
#D7D2D4
(215,210,212)
#E6E8E7
(230,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #500C29 color. Also use rgb(80,12,41) instead hex code.

Text Font Color

.myTextColor { color: #500C29; }

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

This text font color is #500C29.


Background Color

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

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

This div background color is #500C29.


Border color

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

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

This div border color is #500C29.


Opacity

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

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

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

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

This text has shadow with #500C29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500C29 on black background.


Color preview on white background

This text has color #500C29 on white background.



Black color preview on #500C29 background

This text has black color on #500C29 background.


White color preview on #500C29 background

This text has white color on #500C29 background.