COLOR #502E3B

HEX: #502E3B
RGB: (80,46,59)

Color info

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

RGB color model

#502E3B color RGB value is (80,46,59).

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

RGB channels and saturation

R 80 of 255 = 31%
G 46 of 255 = 18%
B 59 of 255 = 23%

80
46
59

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

Portions of RGB colors in percentages

R + G + B =
80 + 46 + 59 = 185 (100%)
R 80 of 185 ~ 43.24%
G 46 of 185 ~ 24.86%
B 59 of 185 ~ 31.89%

%43.24
%24.86
%31.89

CMYK color model

#502E3B color CMYK value is (0,43,26,69).

  • cyan value is 0.00%
  • magenta value is 42.50%
  • yellow value is 26.25%
  • key color value is 68.63%
CMYK:
(0,43,26,69)
C0M43Y26K69 
(0%,43%,26%,69%)
(0.00/0.43/0.26/0.69)	

CMYK percentages

%0
%42.5
%26.25
%68.63

Codes

Color #502E3B in popluar color models

502E3B
RGB804659
HSL337°26.98%24.71%
HSB/HSV337°42.50%31.37%
CMYK0.00%42.50%26.25%
68.63%

Color #502E3B in popluar number systems.

HEX502E3B
Decimal804659
Binary1010000101110111011
Octal1205673

Shades and tints

Shades of #502E3B

#502E3B
(80,46,59)
#492A36
(73,42,54)
#422631
(66,38,49)
#3B222C
(59,34,44)
#341E27
(52,30,39)
#2D1A22
(45,26,34)
#26161D
(38,22,29)
#1F1218
(31,18,24)
#180E13
(24,14,19)
#110A0E
(17,10,14)
#0A0609
(10,6,9)
#000000
(0,0,0)

Tints of #502E3B

#502E3B
(80,46,59)
#5F414C
(95,65,76)
#6E545D
(110,84,93)
#7D676E
(125,103,110)
#8C7A7F
(140,122,127)
#9B8D90
(155,141,144)
#AAA0A1
(170,160,161)
#B9B3B2
(185,179,178)
#C8C6C3
(200,198,195)
#D7D9D4
(215,217,212)
#E6ECE5
(230,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502E3B; }

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

This text font color is #502E3B.


Background Color

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

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

This div background color is #502E3B.


Border color

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

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

This div border color is #502E3B.


Opacity

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

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

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

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

This text has shadow with #502E3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502E3B on black background.


Color preview on white background

This text has color #502E3B on white background.



Black color preview on #502E3B background

This text has black color on #502E3B background.


White color preview on #502E3B background

This text has white color on #502E3B background.