COLOR #500D34

HEX: #500D34
RGB: (80,13,52)

Color info

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

RGB color model

#500D34 color RGB value is (80,13,52).

  • red value is 80;
  • green value is 13;
  • blue value is 52.
RGB:
(80,13,52)
(31%,5%,20%)

RGB channels and saturation

R 80 of 255 = 31%
G 13 of 255 = 5%
B 52 of 255 = 20%

80
13
52

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

Portions of RGB colors in percentages

R + G + B =
80 + 13 + 52 = 145 (100%)
R 80 of 145 ~ 55.17%
G 13 of 145 ~ 8.97%
B 52 of 145 ~ 35.86%

%55.17
%35.86

CMYK color model

#500D34 color CMYK value is (0,84,35,69).

  • cyan value is 0.00%
  • magenta value is 83.75%
  • yellow value is 35.00%
  • key color value is 68.63%
CMYK:
(0,84,35,69)
C0M84Y35K69 
(0%,84%,35%,69%)
(0.00/0.84/0.35/0.69)	

CMYK percentages

%0
%83.75
%35
%68.63

Codes

Color #500D34 in popluar color models

500D34
RGB801352
HSL325°72.04%18.24%
HSB/HSV325°83.75%31.37%
CMYK0.00%83.75%35.00%
68.63%

Color #500D34 in popluar number systems.

HEX500D34
Decimal801352
Binary10100001101110100
Octal1201564

Shades and tints

Shades of #500D34

#500D34
(80,13,52)
#490C30
(73,12,48)
#420B2C
(66,11,44)
#3B0A28
(59,10,40)
#340924
(52,9,36)
#2D0820
(45,8,32)
#26071C
(38,7,28)
#1F0618
(31,6,24)
#180514
(24,5,20)
#110410
(17,4,16)
#0A030C
(10,3,12)
#000000
(0,0,0)

Tints of #500D34

#500D34
(80,13,52)
#5F2346
(95,35,70)
#6E3958
(110,57,88)
#7D4F6A
(125,79,106)
#8C657C
(140,101,124)
#9B7B8E
(155,123,142)
#AA91A0
(170,145,160)
#B9A7B2
(185,167,178)
#C8BDC4
(200,189,196)
#D7D3D6
(215,211,214)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #500D34 color. Also use rgb(80,13,52) instead hex code.

Text Font Color

.myTextColor { color: #500D34; }

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

This text font color is #500D34.


Background Color

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

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

This div background color is #500D34.


Border color

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

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

This div border color is #500D34.


Opacity

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

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

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

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

This text has shadow with #500D34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500D34 on black background.


Color preview on white background

This text has color #500D34 on white background.



Black color preview on #500D34 background

This text has black color on #500D34 background.


White color preview on #500D34 background

This text has white color on #500D34 background.