COLOR #502B3F

HEX: #502B3F
RGB: (80,43,63)

Color info

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

RGB color model

#502B3F color RGB value is (80,43,63).

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

RGB channels and saturation

R 80 of 255 = 31%
G 43 of 255 = 17%
B 63 of 255 = 25%

80
43
63

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

Portions of RGB colors in percentages

R + G + B =
80 + 43 + 63 = 186 (100%)
R 80 of 186 ~ 43.01%
G 43 of 186 ~ 23.12%
B 63 of 186 ~ 33.87%

%43.01
%23.12
%33.87

CMYK color model

#502B3F color CMYK value is (0,46,21,69).

  • cyan value is 0.00%
  • magenta value is 46.25%
  • yellow value is 21.25%
  • key color value is 68.63%
CMYK:
(0,46,21,69)
C0M46Y21K69 
(0%,46%,21%,69%)
(0.00/0.46/0.21/0.69)	

CMYK percentages

%0
%46.25
%21.25
%68.63

Codes

Color #502B3F in popluar color models

502B3F
RGB804363
HSL328°30.08%24.12%
HSB/HSV328°46.25%31.37%
CMYK0.00%46.25%21.25%
68.63%

Color #502B3F in popluar number systems.

HEX502B3F
Decimal804363
Binary1010000101011111111
Octal1205377

Shades and tints

Shades of #502B3F

#502B3F
(80,43,63)
#49283A
(73,40,58)
#422535
(66,37,53)
#3B2230
(59,34,48)
#341F2B
(52,31,43)
#2D1C26
(45,28,38)
#261921
(38,25,33)
#1F161C
(31,22,28)
#181317
(24,19,23)
#111012
(17,16,18)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #502B3F

#502B3F
(80,43,63)
#5F3E50
(95,62,80)
#6E5161
(110,81,97)
#7D6472
(125,100,114)
#8C7783
(140,119,131)
#9B8A94
(155,138,148)
#AA9DA5
(170,157,165)
#B9B0B6
(185,176,182)
#C8C3C7
(200,195,199)
#D7D6D8
(215,214,216)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502B3F; }

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

This text font color is #502B3F.


Background Color

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

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

This div background color is #502B3F.


Border color

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

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

This div border color is #502B3F.


Opacity

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

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

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

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

This text has shadow with #502B3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502B3F on black background.


Color preview on white background

This text has color #502B3F on white background.



Black color preview on #502B3F background

This text has black color on #502B3F background.


White color preview on #502B3F background

This text has white color on #502B3F background.