COLOR #502421

HEX: #502421
RGB: (80,36,33)

Color info

#502421 contains red, green and blue colors in about the same proportion. Web safe color of #502421 is #663333 (or #633).

RGB color model

#502421 color RGB value is (80,36,33).

  • red value is 80;
  • green value is 36;
  • blue value is 33.
RGB:
(80,36,33)
(31%,14%,13%)

RGB channels and saturation

R 80 of 255 = 31%
G 36 of 255 = 14%
B 33 of 255 = 13%

80
36
33

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

Portions of RGB colors in percentages

R + G + B =
80 + 36 + 33 = 149 (100%)
R 80 of 149 ~ 53.69%
G 36 of 149 ~ 24.16%
B 33 of 149 ~ 22.15%

%53.69
%24.16
%22.15

CMYK color model

#502421 color CMYK value is (0,55,59,69).

  • cyan value is 0.00%
  • magenta value is 55.00%
  • yellow value is 58.75%
  • key color value is 68.63%
CMYK:
(0,55,59,69)
C0M55Y59K69 
(0%,55%,59%,69%)
(0.00/0.55/0.59/0.69)	

CMYK percentages

%0
%55
%58.75
%68.63

Codes

Color #502421 in popluar color models

502421
RGB803633
HSL41.59%22.16%
HSB/HSV58.75%31.37%
CMYK0.00%55.00%58.75%
68.63%

Color #502421 in popluar number systems.

HEX502421
Decimal803633
Binary1010000100100100001
Octal1204441

Shades and tints

Shades of #502421

#502421
(80,36,33)
#49211E
(73,33,30)
#421E1B
(66,30,27)
#3B1B18
(59,27,24)
#341815
(52,24,21)
#2D1512
(45,21,18)
#26120F
(38,18,15)
#1F0F0C
(31,15,12)
#180C09
(24,12,9)
#110906
(17,9,6)
#0A0603
(10,6,3)
#000000
(0,0,0)

Tints of #502421

#502421
(80,36,33)
#5F3735
(95,55,53)
#6E4A49
(110,74,73)
#7D5D5D
(125,93,93)
#8C7071
(140,112,113)
#9B8385
(155,131,133)
#AA9699
(170,150,153)
#B9A9AD
(185,169,173)
#C8BCC1
(200,188,193)
#D7CFD5
(215,207,213)
#E6E2E9
(230,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #502421 color. Also use rgb(80,36,33) instead hex code.

Text Font Color

.myTextColor { color: #502421; }

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

This text font color is #502421.


Background Color

.myBgColor { background-color: #502421; }

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

This div background color is #502421.


Border color

.myBorderColor { border: 1px solid #502421; }

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

This div border color is #502421.


Opacity

.myOpacity80 { color: #502421; opacity: 0.8; }

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

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

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

This text has shadow with #502421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502421 on black background.


Color preview on white background

This text has color #502421 on white background.



Black color preview on #502421 background

This text has black color on #502421 background.


White color preview on #502421 background

This text has white color on #502421 background.