COLOR #502A3E

HEX: #502A3E
RGB: (80,42,62)

Color info

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

RGB color model

#502A3E color RGB value is (80,42,62).

  • red value is 80;
  • green value is 42;
  • blue value is 62.
RGB:
(80,42,62)
(31%,16%,24%)

RGB channels and saturation

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

80
42
62

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

Portions of RGB colors in percentages

R + G + B =
80 + 42 + 62 = 184 (100%)
R 80 of 184 ~ 43.48%
G 42 of 184 ~ 22.83%
B 62 of 184 ~ 33.7%

%43.48
%22.83
%33.7

CMYK color model

#502A3E color CMYK value is (0,48,23,69).

  • cyan value is 0.00%
  • magenta value is 47.50%
  • yellow value is 22.50%
  • key color value is 68.63%
CMYK:
(0,48,23,69)
C0M48Y23K69 
(0%,48%,23%,69%)
(0.00/0.48/0.23/0.69)	

CMYK percentages

%0
%47.5
%22.5
%68.63

Codes

Color #502A3E in popluar color models

502A3E
RGB804262
HSL328°31.15%23.92%
HSB/HSV328°47.50%31.37%
CMYK0.00%47.50%22.50%
68.63%

Color #502A3E in popluar number systems.

HEX502A3E
Decimal804262
Binary1010000101010111110
Octal1205276

Shades and tints

Shades of #502A3E

#502A3E
(80,42,62)
#492739
(73,39,57)
#422434
(66,36,52)
#3B212F
(59,33,47)
#341E2A
(52,30,42)
#2D1B25
(45,27,37)
#261820
(38,24,32)
#1F151B
(31,21,27)
#181216
(24,18,22)
#110F11
(17,15,17)
#0A0C0C
(10,12,12)
#000000
(0,0,0)

Tints of #502A3E

#502A3E
(80,42,62)
#5F3D4F
(95,61,79)
#6E5060
(110,80,96)
#7D6371
(125,99,113)
#8C7682
(140,118,130)
#9B8993
(155,137,147)
#AA9CA4
(170,156,164)
#B9AFB5
(185,175,181)
#C8C2C6
(200,194,198)
#D7D5D7
(215,213,215)
#E6E8E8
(230,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502A3E; }

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

This text font color is #502A3E.


Background Color

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

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

This div background color is #502A3E.


Border color

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

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

This div border color is #502A3E.


Opacity

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

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

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

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

This text has shadow with #502A3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502A3E on black background.


Color preview on white background

This text has color #502A3E on white background.



Black color preview on #502A3E background

This text has black color on #502A3E background.


White color preview on #502A3E background

This text has white color on #502A3E background.