COLOR #502D42

HEX: #502D42
RGB: (80,45,66)

Color info

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

RGB color model

#502D42 color RGB value is (80,45,66).

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

RGB channels and saturation

R 80 of 255 = 31%
G 45 of 255 = 18%
B 66 of 255 = 26%

80
45
66

R + G + B ~ 25%. #502D42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 45 + 66 = 191 (100%)
R 80 of 191 ~ 41.88%
G 45 of 191 ~ 23.56%
B 66 of 191 ~ 34.55%

%41.88
%23.56
%34.55

CMYK color model

#502D42 color CMYK value is (0,44,18,69).

  • cyan value is 0.00%
  • magenta value is 43.75%
  • yellow value is 17.50%
  • key color value is 68.63%
CMYK:
(0,44,18,69)
C0M44Y18K69 
(0%,44%,18%,69%)
(0.00/0.44/0.18/0.69)	

CMYK percentages

%0
%43.75
%17.5
%68.63

Codes

Color #502D42 in popluar color models

502D42
RGB804566
HSL324°28.00%24.51%
HSB/HSV324°43.75%31.37%
CMYK0.00%43.75%17.50%
68.63%

Color #502D42 in popluar number systems.

HEX502D42
Decimal804566
Binary10100001011011000010
Octal12055102

Shades and tints

Shades of #502D42

#502D42
(80,45,66)
#49293C
(73,41,60)
#422536
(66,37,54)
#3B2130
(59,33,48)
#341D2A
(52,29,42)
#2D1924
(45,25,36)
#26151E
(38,21,30)
#1F1118
(31,17,24)
#180D12
(24,13,18)
#11090C
(17,9,12)
#0A0506
(10,5,6)
#000000
(0,0,0)

Tints of #502D42

#502D42
(80,45,66)
#5F4053
(95,64,83)
#6E5364
(110,83,100)
#7D6675
(125,102,117)
#8C7986
(140,121,134)
#9B8C97
(155,140,151)
#AA9FA8
(170,159,168)
#B9B2B9
(185,178,185)
#C8C5CA
(200,197,202)
#D7D8DB
(215,216,219)
#E6EBEC
(230,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #502D42 color. Also use rgb(80,45,66) instead hex code.

Text Font Color

.myTextColor { color: #502D42; }

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

This text font color is #502D42.


Background Color

.myBgColor { background-color: #502D42; }

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

This div background color is #502D42.


Border color

.myBorderColor { border: 1px solid #502D42; }

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

This div border color is #502D42.


Opacity

.myOpacity80 { color: #502D42; opacity: 0.8; }

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

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

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

This text has shadow with #502D42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502D42 on black background.


Color preview on white background

This text has color #502D42 on white background.



Black color preview on #502D42 background

This text has black color on #502D42 background.


White color preview on #502D42 background

This text has white color on #502D42 background.