COLOR #502A2F

HEX: #502A2F RGB: (80,42,47)

Color info

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

RGB color model

#502A2F color RGB value is (80,42,47).

RGB: (80,42,47) (31%, 16%, 18%)

RGB channels and saturation

R 80 of 255 = 31%
G 42 of 255 = 16%
B 47 of 255 = 18%

80
42
47

R + G + B ~ 22%. #502A2F is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 42 + 47 = 169 (100%)
R 80 of 169 ~ 47.34%
G 42 of 169 ~ 24.85%
B 47 of 169 ~ 27.81'%

%47.34
%24.85
%27.81

CMYK color model

#502A2F color CMYK value is (0,48,41,69).

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

CMYK: (0,48,41,69)
C0M48Y41K69 (0%, 48%, 41%, 69%)
(0.00 / 0.48 / 0.41 / 0.69)

CMYK percentages

%0
%47.5
%41.25
%68.63

Codes

Color #502A2F in popluar color models

50 2A 2F
RGB 80 42 47
HSL 352° 31.15% 23.92%
HSB/HSV 352° 47.50% 31.37%
CMYK 0.00% 47.50% 41.25%
68.63%

Color #502A2F in popluar number systems.

HEX 50 2A 2F
Decimal 80 42 47
Binary 1010000 101010 101111
Octal 120 52 57

Shades and tints

Shades of #502A2F

#502A2F
(80,42,47)
#49272B
(73,39,43)
#422427
(66,36,39)
#3B2123
(59,33,35)
#341E1F
(52,30,31)
#2D1B1B
(45,27,27)
#261817
(38,24,23)
#1F1513
(31,21,19)
#18120F
(24,18,15)
#110F0B
(17,15,11)
#0A0C07
(10,12,7)
#000000
(0,0,0)

Tints of #502A2F

#502A2F
(80,42,47)
#5F3D41
(95,61,65)
#6E5053
(110,80,83)
#7D6365
(125,99,101)
#8C7677
(140,118,119)
#9B8989
(155,137,137)
#AA9C9B
(170,156,155)
#B9AFAD
(185,175,173)
#C8C2BF
(200,194,191)
#D7D5D1
(215,213,209)
#E6E8E3
(230,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502A2F; }

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

This text font color is #502A2F.

Background Color

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

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

This div background color is #502A2F.

Border color

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

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

This div border color is #502A2F.

Opacity

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

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

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

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

This text has shadow with #502A2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #502A2F.

Preview

Color preview on black background

This text has color #502A2F on black background.


Color preview on white background

This text has color #502A2F on white background.


Black color preview on #502A2F background

This text has black color on #502A2F background.


White color preview on #502A2F background

This text has white color on #502A2F background.


Related colors

Complementary color

Complementary color for #hex is #AFD5D0.


I love getcolorcode.com

Triadic colors

1 #2F502A and #2A2F50 with #502A2F are triadic colors.

2 #2F2A50 and #2A502F with #502A2F are triadic colors.