COLOR #502A3D

HEX: #502A3D RGB: (80,42,61)

Color info

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

RGB color model

#502A3D color RGB value is (80,42,61).

RGB: (80,42,61) (31%, 16%, 24%)

RGB channels and saturation

R 80 of 255 = 31%
G 42 of 255 = 16%
B 61 of 255 = 24%

80
42
61

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

Portions of RGB colors in percentages

R + G + B = 80 + 42 + 61 = 183 (100%)
R 80 of 183 ~ 43.72%
G 42 of 183 ~ 22.95%
B 61 of 183 ~ 33.33'%

%43.72
%22.95
%33.33

CMYK color model

#502A3D color CMYK value is (0,48,24,69).

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

CMYK: (0,48,24,69)
C0M48Y24K69 (0%, 48%, 24%, 69%)
(0.00 / 0.48 / 0.24 / 0.69)

CMYK percentages

%0
%47.5
%23.75
%68.63

Codes

Color #502A3D in popluar color models

50 2A 3D
RGB 80 42 61
HSL 330° 31.15% 23.92%
HSB/HSV 330° 47.50% 31.37%
CMYK 0.00% 47.50% 23.75%
68.63%

Color #502A3D in popluar number systems.

HEX 50 2A 3D
Decimal 80 42 61
Binary 1010000 101010 111101
Octal 120 52 75

Shades and tints

Shades of #502A3D

#502A3D
(80,42,61)
#492738
(73,39,56)
#422433
(66,36,51)
#3B212E
(59,33,46)
#341E29
(52,30,41)
#2D1B24
(45,27,36)
#26181F
(38,24,31)
#1F151A
(31,21,26)
#181215
(24,18,21)
#110F10
(17,15,16)
#0A0C0B
(10,12,11)
#000000
(0,0,0)

Tints of #502A3D

#502A3D
(80,42,61)
#5F3D4E
(95,61,78)
#6E505F
(110,80,95)
#7D6370
(125,99,112)
#8C7681
(140,118,129)
#9B8992
(155,137,146)
#AA9CA3
(170,156,163)
#B9AFB4
(185,175,180)
#C8C2C5
(200,194,197)
#D7D5D6
(215,213,214)
#E6E8E7
(230,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502A3D; }

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

This text font color is #502A3D.

Background Color

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

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

This div background color is #502A3D.

Border color

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

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

This div border color is #502A3D.

Opacity

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

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

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

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

This text has shadow with #502A3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #502A3D.

Preview

Color preview on black background

This text has color #502A3D on black background.


Color preview on white background

This text has color #502A3D on white background.


Black color preview on #502A3D background

This text has black color on #502A3D background.


White color preview on #502A3D background

This text has white color on #502A3D background.


Related colors

Complementary color

Complementary color for #hex is #AFD5C2.


I love getcolorcode.com

Triadic colors

1 #3D502A and #2A3D50 with #502A3D are triadic colors.

2 #3D2A50 and #2A503D with #502A3D are triadic colors.