COLOR #502E3F

HEX: #502E3F
RGB: (80,46,63)

Color info

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

RGB color model

#502E3F color RGB value is (80,46,63).

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

RGB channels and saturation

R 80 of 255 = 31%
G 46 of 255 = 18%
B 63 of 255 = 25%

80
46
63

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

Portions of RGB colors in percentages

R + G + B =
80 + 46 + 63 = 189 (100%)
R 80 of 189 ~ 42.33%
G 46 of 189 ~ 24.34%
B 63 of 189 ~ 33.33%

%42.33
%24.34
%33.33

CMYK color model

#502E3F color CMYK value is (0,43,21,69).

  • cyan value is 0.00%
  • magenta value is 42.50%
  • yellow value is 21.25%
  • key color value is 68.63%
CMYK:
(0,43,21,69)
C0M43Y21K69 
(0%,43%,21%,69%)
(0.00/0.43/0.21/0.69)	

CMYK percentages

%0
%42.5
%21.25
%68.63

Codes

Color #502E3F in popluar color models

502E3F
RGB804663
HSL330°26.98%24.71%
HSB/HSV330°42.50%31.37%
CMYK0.00%42.50%21.25%
68.63%

Color #502E3F in popluar number systems.

HEX502E3F
Decimal804663
Binary1010000101110111111
Octal1205677

Shades and tints

Shades of #502E3F

#502E3F
(80,46,63)
#492A3A
(73,42,58)
#422635
(66,38,53)
#3B2230
(59,34,48)
#341E2B
(52,30,43)
#2D1A26
(45,26,38)
#261621
(38,22,33)
#1F121C
(31,18,28)
#180E17
(24,14,23)
#110A12
(17,10,18)
#0A060D
(10,6,13)
#000000
(0,0,0)

Tints of #502E3F

#502E3F
(80,46,63)
#5F4150
(95,65,80)
#6E5461
(110,84,97)
#7D6772
(125,103,114)
#8C7A83
(140,122,131)
#9B8D94
(155,141,148)
#AAA0A5
(170,160,165)
#B9B3B6
(185,179,182)
#C8C6C7
(200,198,199)
#D7D9D8
(215,217,216)
#E6ECE9
(230,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502E3F; }

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

This text font color is #502E3F.


Background Color

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

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

This div background color is #502E3F.


Border color

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

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

This div border color is #502E3F.


Opacity

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

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

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

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

This text has shadow with #502E3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502E3F on black background.


Color preview on white background

This text has color #502E3F on white background.



Black color preview on #502E3F background

This text has black color on #502E3F background.


White color preview on #502E3F background

This text has white color on #502E3F background.