COLOR #502D4D

HEX: #502D4D
RGB: (80,45,77)

Color info

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

RGB color model

#502D4D color RGB value is (80,45,77).

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

RGB channels and saturation

R 80 of 255 = 31%
G 45 of 255 = 18%
B 77 of 255 = 30%

80
45
77

R + G + B ~ 26%. #502D4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 45 + 77 = 202 (100%)
R 80 of 202 ~ 39.6%
G 45 of 202 ~ 22.28%
B 77 of 202 ~ 38.12%

%39.6
%22.28
%38.12

CMYK color model

#502D4D color CMYK value is (0,44,4,69).

  • cyan value is 0.00%
  • magenta value is 43.75%
  • yellow value is 3.75%
  • key color value is 68.63%
CMYK:
(0,44,4,69)
C0M44Y4K69 
(0%,44%,4%,69%)
(0.00/0.44/0.04/0.69)	

CMYK percentages

%0
%43.75
%3.75
%68.63

Codes

Color #502D4D in popluar color models

502D4D
RGB804577
HSL305°28.00%24.51%
HSB/HSV305°43.75%31.37%
CMYK0.00%43.75%3.75%
68.63%

Color #502D4D in popluar number systems.

HEX502D4D
Decimal804577
Binary10100001011011001101
Octal12055115

Shades and tints

Shades of #502D4D

#502D4D
(80,45,77)
#492946
(73,41,70)
#42253F
(66,37,63)
#3B2138
(59,33,56)
#341D31
(52,29,49)
#2D192A
(45,25,42)
#261523
(38,21,35)
#1F111C
(31,17,28)
#180D15
(24,13,21)
#11090E
(17,9,14)
#0A0507
(10,5,7)
#000000
(0,0,0)

Tints of #502D4D

#502D4D
(80,45,77)
#5F405D
(95,64,93)
#6E536D
(110,83,109)
#7D667D
(125,102,125)
#8C798D
(140,121,141)
#9B8C9D
(155,140,157)
#AA9FAD
(170,159,173)
#B9B2BD
(185,178,189)
#C8C5CD
(200,197,205)
#D7D8DD
(215,216,221)
#E6EBED
(230,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502D4D; }

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

This text font color is #502D4D.


Background Color

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

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

This div background color is #502D4D.


Border color

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

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

This div border color is #502D4D.


Opacity

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

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

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

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

This text has shadow with #502D4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502D4D on black background.


Color preview on white background

This text has color #502D4D on white background.



Black color preview on #502D4D background

This text has black color on #502D4D background.


White color preview on #502D4D background

This text has white color on #502D4D background.