COLOR #502A37

HEX: #502A37 RGB: (80,42,55)

Color info

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

RGB color model

#502A37 color RGB value is (80,42,55).

RGB: (80,42,55) (31%, 16%, 22%)

RGB channels and saturation

R 80 of 255 = 31%
G 42 of 255 = 16%
B 55 of 255 = 22%

80
42
55

R + G + B ~ 23%. #502A37 is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 42 + 55 = 177 (100%)
R 80 of 177 ~ 45.2%
G 42 of 177 ~ 23.73%
B 55 of 177 ~ 31.07'%

%45.2
%23.73
%31.07

CMYK color model

#502A37 color CMYK value is (0,48,31,69).

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

CMYK: (0,48,31,69)
C0M48Y31K69 (0%, 48%, 31%, 69%)
(0.00 / 0.48 / 0.31 / 0.69)

CMYK percentages

%0
%47.5
%31.25
%68.63

Codes

Color #502A37 in popluar color models

50 2A 37
RGB 80 42 55
HSL 339° 31.15% 23.92%
HSB/HSV 339° 47.50% 31.37%
CMYK 0.00% 47.50% 31.25%
68.63%

Color #502A37 in popluar number systems.

HEX 50 2A 37
Decimal 80 42 55
Binary 1010000 101010 110111
Octal 120 52 67

Shades and tints

Shades of #502A37

#502A37
(80,42,55)
#492732
(73,39,50)
#42242D
(66,36,45)
#3B2128
(59,33,40)
#341E23
(52,30,35)
#2D1B1E
(45,27,30)
#261819
(38,24,25)
#1F1514
(31,21,20)
#18120F
(24,18,15)
#110F0A
(17,15,10)
#0A0C05
(10,12,5)
#000000
(0,0,0)

Tints of #502A37

#502A37
(80,42,55)
#5F3D49
(95,61,73)
#6E505B
(110,80,91)
#7D636D
(125,99,109)
#8C767F
(140,118,127)
#9B8991
(155,137,145)
#AA9CA3
(170,156,163)
#B9AFB5
(185,175,181)
#C8C2C7
(200,194,199)
#D7D5D9
(215,213,217)
#E6E8EB
(230,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502A37; }

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

This text font color is #502A37.

Background Color

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

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

This div background color is #502A37.

Border color

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

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

This div border color is #502A37.

Opacity

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

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

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

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

This text has shadow with #502A37 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #502A37.

Preview

Color preview on black background

This text has color #502A37 on black background.


Color preview on white background

This text has color #502A37 on white background.


Black color preview on #502A37 background

This text has black color on #502A37 background.


White color preview on #502A37 background

This text has white color on #502A37 background.


Related colors

Complementary color

Complementary color for #hex is #AFD5C8.


I love getcolorcode.com

Triadic colors

1 #37502A and #2A3750 with #502A37 are triadic colors.

2 #372A50 and #2A5037 with #502A37 are triadic colors.