COLOR #502D39

HEX: #502D39
RGB: (80,45,57)

Color info

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

RGB color model

#502D39 color RGB value is (80,45,57).

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

RGB channels and saturation

R 80 of 255 = 31%
G 45 of 255 = 18%
B 57 of 255 = 22%

80
45
57

R + G + B ~ 24%. #502D39 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 45 + 57 = 182 (100%)
R 80 of 182 ~ 43.96%
G 45 of 182 ~ 24.73%
B 57 of 182 ~ 31.32%

%43.96
%24.73
%31.32

CMYK color model

#502D39 color CMYK value is (0,44,29,69).

  • cyan value is 0.00%
  • magenta value is 43.75%
  • yellow value is 28.75%
  • key color value is 68.63%
CMYK:
(0,44,29,69)
C0M44Y29K69 
(0%,44%,29%,69%)
(0.00/0.44/0.29/0.69)	

CMYK percentages

%0
%43.75
%28.75
%68.63

Codes

Color #502D39 in popluar color models

502D39
RGB804557
HSL339°28.00%24.51%
HSB/HSV339°43.75%31.37%
CMYK0.00%43.75%28.75%
68.63%

Color #502D39 in popluar number systems.

HEX502D39
Decimal804557
Binary1010000101101111001
Octal1205571

Shades and tints

Shades of #502D39

#502D39
(80,45,57)
#492934
(73,41,52)
#42252F
(66,37,47)
#3B212A
(59,33,42)
#341D25
(52,29,37)
#2D1920
(45,25,32)
#26151B
(38,21,27)
#1F1116
(31,17,22)
#180D11
(24,13,17)
#11090C
(17,9,12)
#0A0507
(10,5,7)
#000000
(0,0,0)

Tints of #502D39

#502D39
(80,45,57)
#5F404B
(95,64,75)
#6E535D
(110,83,93)
#7D666F
(125,102,111)
#8C7981
(140,121,129)
#9B8C93
(155,140,147)
#AA9FA5
(170,159,165)
#B9B2B7
(185,178,183)
#C8C5C9
(200,197,201)
#D7D8DB
(215,216,219)
#E6EBED
(230,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502D39; }

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

This text font color is #502D39.


Background Color

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

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

This div background color is #502D39.


Border color

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

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

This div border color is #502D39.


Opacity

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

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

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

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

This text has shadow with #502D39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502D39 on black background.


Color preview on white background

This text has color #502D39 on white background.



Black color preview on #502D39 background

This text has black color on #502D39 background.


White color preview on #502D39 background

This text has white color on #502D39 background.