COLOR #502D41

HEX: #502D41 RGB: (80,45,65)

Color info

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

RGB color model

#502D41 color RGB value is (80,45,65).

RGB: (80,45,65) (31%, 18%, 25%)

RGB channels and saturation

R 80 of 255 = 31%
G 45 of 255 = 18%
B 65 of 255 = 25%

80
45
65

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

Portions of RGB colors in percentages

R + G + B = 80 + 45 + 65 = 190 (100%)
R 80 of 190 ~ 42.11%
G 45 of 190 ~ 23.68%
B 65 of 190 ~ 34.21'%

%42.11
%23.68
%34.21

CMYK color model

#502D41 color CMYK value is (0,44,19,69).

  • cyan value is 0.00%
  • magenta value is 43.75%
  • yellow value is 18.75%
  • key color value is 68.63%

CMYK: (0,44,19,69)
C0M44Y19K69 (0%, 44%, 19%, 69%)
(0.00 / 0.44 / 0.19 / 0.69)

CMYK percentages

%0
%43.75
%18.75
%68.63

Codes

Color #502D41 in popluar color models

50 2D 41
RGB 80 45 65
HSL 326° 28.00% 24.51%
HSB/HSV 326° 43.75% 31.37%
CMYK 0.00% 43.75% 18.75%
68.63%

Color #502D41 in popluar number systems.

HEX 50 2D 41
Decimal 80 45 65
Binary 1010000 101101 1000001
Octal 120 55 101

Shades and tints

Shades of #502D41

#502D41
(80,45,65)
#49293C
(73,41,60)
#422537
(66,37,55)
#3B2132
(59,33,50)
#341D2D
(52,29,45)
#2D1928
(45,25,40)
#261523
(38,21,35)
#1F111E
(31,17,30)
#180D19
(24,13,25)
#110914
(17,9,20)
#0A050F
(10,5,15)
#000000
(0,0,0)

Tints of #502D41

#502D41
(80,45,65)
#5F4052
(95,64,82)
#6E5363
(110,83,99)
#7D6674
(125,102,116)
#8C7985
(140,121,133)
#9B8C96
(155,140,150)
#AA9FA7
(170,159,167)
#B9B2B8
(185,178,184)
#C8C5C9
(200,197,201)
#D7D8DA
(215,216,218)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502D41; }

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

This text font color is #502D41.

Background Color

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

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

This div background color is #502D41.

Border color

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

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

This div border color is #502D41.

Opacity

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

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

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

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

This text has shadow with #502D41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #502D41.

Preview

Color preview on black background

This text has color #502D41 on black background.


Color preview on white background

This text has color #502D41 on white background.


Black color preview on #502D41 background

This text has black color on #502D41 background.


White color preview on #502D41 background

This text has white color on #502D41 background.


Related colors

Complementary color

Complementary color for #hex is #AFD2BE.


I love getcolorcode.com

Triadic colors

1 #41502D and #2D4150 with #502D41 are triadic colors.

2 #412D50 and #2D5041 with #502D41 are triadic colors.