COLOR #50002D

HEX: #50002D
RGB: (80,0,45)

Color info

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

RGB color model

#50002D color RGB value is (80,0,45).

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

RGB channels and saturation

R 80 of 255 = 31%
G 0 of 255 = 0%
B 45 of 255 = 18%

80
0
45

R + G + B ~ 16%. #50002D is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 0 + 45 = 125 (100%)
R 80 of 125 ~ 64%
G 0 of 125 ~ 0%
B 45 of 125 ~ 36%

%64
%36

CMYK color model

#50002D color CMYK value is (0,100,44,69).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 43.75%
  • key color value is 68.63%
CMYK:
(0,100,44,69)
C0M100Y44K69 
(0%,100%,44%,69%)
(0.00/1.00/0.44/0.69)	

CMYK percentages

%0
%100
%43.75
%68.63

Codes

Color #50002D in popluar color models

50002D
RGB80045
HSL326°100.00%15.69%
HSB/HSV326°100.00%31.37%
CMYK0.00%100.00%43.75%
68.63%

Color #50002D in popluar number systems.

HEX50002D
Decimal80045
Binary10100000101101
Octal120055

Shades and tints

Shades of #50002D

#50002D
(80,0,45)
#490029
(73,0,41)
#420025
(66,0,37)
#3B0021
(59,0,33)
#34001D
(52,0,29)
#2D0019
(45,0,25)
#260015
(38,0,21)
#1F0011
(31,0,17)
#18000D
(24,0,13)
#110009
(17,0,9)
#0A0005
(10,0,5)
#000000
(0,0,0)

Tints of #50002D

#50002D
(80,0,45)
#5F1740
(95,23,64)
#6E2E53
(110,46,83)
#7D4566
(125,69,102)
#8C5C79
(140,92,121)
#9B738C
(155,115,140)
#AA8A9F
(170,138,159)
#B9A1B2
(185,161,178)
#C8B8C5
(200,184,197)
#D7CFD8
(215,207,216)
#E6E6EB
(230,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50002D; }

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

This text font color is #50002D.


Background Color

.myBgColor { background-color: #50002D; }

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

This div background color is #50002D.


Border color

.myBorderColor { border: 1px solid #50002D; }

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

This div border color is #50002D.


Opacity

.myOpacity80 { color: #50002D; opacity: 0.8; }

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

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

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

This text has shadow with #50002D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50002D on black background.


Color preview on white background

This text has color #50002D on white background.



Black color preview on #50002D background

This text has black color on #50002D background.


White color preview on #50002D background

This text has white color on #50002D background.