COLOR #502E43

HEX: #502E43
RGB: (80,46,67)

Color info

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

RGB color model

#502E43 color RGB value is (80,46,67).

  • red value is 80;
  • green value is 46;
  • blue value is 67.
RGB:
(80,46,67)
(31%,18%,26%)

RGB channels and saturation

R 80 of 255 = 31%
G 46 of 255 = 18%
B 67 of 255 = 26%

80
46
67

R + G + B ~ 25%. #502E43 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 46 + 67 = 193 (100%)
R 80 of 193 ~ 41.45%
G 46 of 193 ~ 23.83%
B 67 of 193 ~ 34.72%

%41.45
%23.83
%34.72

CMYK color model

#502E43 color CMYK value is (0,43,16,69).

  • cyan value is 0.00%
  • magenta value is 42.50%
  • yellow value is 16.25%
  • key color value is 68.63%
CMYK:
(0,43,16,69)
C0M43Y16K69 
(0%,43%,16%,69%)
(0.00/0.43/0.16/0.69)	

CMYK percentages

%0
%42.5
%16.25
%68.63

Codes

Color #502E43 in popluar color models

502E43
RGB804667
HSL323°26.98%24.71%
HSB/HSV323°42.50%31.37%
CMYK0.00%42.50%16.25%
68.63%

Color #502E43 in popluar number systems.

HEX502E43
Decimal804667
Binary10100001011101000011
Octal12056103

Shades and tints

Shades of #502E43

#502E43
(80,46,67)
#492A3D
(73,42,61)
#422637
(66,38,55)
#3B2231
(59,34,49)
#341E2B
(52,30,43)
#2D1A25
(45,26,37)
#26161F
(38,22,31)
#1F1219
(31,18,25)
#180E13
(24,14,19)
#110A0D
(17,10,13)
#0A0607
(10,6,7)
#000000
(0,0,0)

Tints of #502E43

#502E43
(80,46,67)
#5F4154
(95,65,84)
#6E5465
(110,84,101)
#7D6776
(125,103,118)
#8C7A87
(140,122,135)
#9B8D98
(155,141,152)
#AAA0A9
(170,160,169)
#B9B3BA
(185,179,186)
#C8C6CB
(200,198,203)
#D7D9DC
(215,217,220)
#E6ECED
(230,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #502E43 color. Also use rgb(80,46,67) instead hex code.

Text Font Color

.myTextColor { color: #502E43; }

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

This text font color is #502E43.


Background Color

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

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

This div background color is #502E43.


Border color

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

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

This div border color is #502E43.


Opacity

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

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

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

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

This text has shadow with #502E43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502E43 on black background.


Color preview on white background

This text has color #502E43 on white background.



Black color preview on #502E43 background

This text has black color on #502E43 background.


White color preview on #502E43 background

This text has white color on #502E43 background.