COLOR #502A41

HEX: #502A41 RGB: (80,42,65)

Color info

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

RGB color model

#502A41 color RGB value is (80,42,65).

RGB: (80,42,65) (31%, 16%, 25%)

RGB channels and saturation

R 80 of 255 = 31%
G 42 of 255 = 16%
B 65 of 255 = 25%

80
42
65

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

Portions of RGB colors in percentages

R + G + B = 80 + 42 + 65 = 187 (100%)
R 80 of 187 ~ 42.78%
G 42 of 187 ~ 22.46%
B 65 of 187 ~ 34.76'%

%42.78
%22.46
%34.76

CMYK color model

#502A41 color CMYK value is (0,48,19,69).

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

CMYK: (0,48,19,69)
C0M48Y19K69 (0%, 48%, 19%, 69%)
(0.00 / 0.48 / 0.19 / 0.69)

CMYK percentages

%0
%47.5
%18.75
%68.63

Codes

Color #502A41 in popluar color models

50 2A 41
RGB 80 42 65
HSL 324° 31.15% 23.92%
HSB/HSV 324° 47.50% 31.37%
CMYK 0.00% 47.50% 18.75%
68.63%

Color #502A41 in popluar number systems.

HEX 50 2A 41
Decimal 80 42 65
Binary 1010000 101010 1000001
Octal 120 52 101

Shades and tints

Shades of #502A41

#502A41
(80,42,65)
#49273C
(73,39,60)
#422437
(66,36,55)
#3B2132
(59,33,50)
#341E2D
(52,30,45)
#2D1B28
(45,27,40)
#261823
(38,24,35)
#1F151E
(31,21,30)
#181219
(24,18,25)
#110F14
(17,15,20)
#0A0C0F
(10,12,15)
#000000
(0,0,0)

Tints of #502A41

#502A41
(80,42,65)
#5F3D52
(95,61,82)
#6E5063
(110,80,99)
#7D6374
(125,99,116)
#8C7685
(140,118,133)
#9B8996
(155,137,150)
#AA9CA7
(170,156,167)
#B9AFB8
(185,175,184)
#C8C2C9
(200,194,201)
#D7D5DA
(215,213,218)
#E6E8EB
(230,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502A41; }

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

This text font color is #502A41.

Background Color

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

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

This div background color is #502A41.

Border color

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

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

This div border color is #502A41.

Opacity

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

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

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

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

This text has shadow with #502A41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #502A41.

Preview

Color preview on black background

This text has color #502A41 on black background.


Color preview on white background

This text has color #502A41 on white background.


Black color preview on #502A41 background

This text has black color on #502A41 background.


White color preview on #502A41 background

This text has white color on #502A41 background.


Related colors

Complementary color

Complementary color for #hex is #AFD5BE.


I love getcolorcode.com

Triadic colors

1 #41502A and #2A4150 with #502A41 are triadic colors.

2 #412A50 and #2A5041 with #502A41 are triadic colors.