COLOR #502B1C

HEX: #502B1C
RGB: (80,43,28)

Color info

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

RGB color model

#502B1C color RGB value is (80,43,28).

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

RGB channels and saturation

R 80 of 255 = 31%
G 43 of 255 = 17%
B 28 of 255 = 11%

80
43
28

R + G + B ~ 20%. #502B1C is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 43 + 28 = 151 (100%)
R 80 of 151 ~ 52.98%
G 43 of 151 ~ 28.48%
B 28 of 151 ~ 18.54%

%52.98
%28.48
%18.54

CMYK color model

#502B1C color CMYK value is (0,46,65,69).

  • cyan value is 0.00%
  • magenta value is 46.25%
  • yellow value is 65.00%
  • key color value is 68.63%
CMYK:
(0,46,65,69)
C0M46Y65K69 
(0%,46%,65%,69%)
(0.00/0.46/0.65/0.69)	

CMYK percentages

%0
%46.25
%65
%68.63

Codes

Color #502B1C in popluar color models

502B1C
RGB804328
HSL17°48.15%21.18%
HSB/HSV17°65.00%31.37%
CMYK0.00%46.25%65.00%
68.63%

Color #502B1C in popluar number systems.

HEX502B1C
Decimal804328
Binary101000010101111100
Octal1205334

Shades and tints

Shades of #502B1C

#502B1C
(80,43,28)
#49281A
(73,40,26)
#422518
(66,37,24)
#3B2216
(59,34,22)
#341F14
(52,31,20)
#2D1C12
(45,28,18)
#261910
(38,25,16)
#1F160E
(31,22,14)
#18130C
(24,19,12)
#11100A
(17,16,10)
#0A0D08
(10,13,8)
#000000
(0,0,0)

Tints of #502B1C

#502B1C
(80,43,28)
#5F3E30
(95,62,48)
#6E5144
(110,81,68)
#7D6458
(125,100,88)
#8C776C
(140,119,108)
#9B8A80
(155,138,128)
#AA9D94
(170,157,148)
#B9B0A8
(185,176,168)
#C8C3BC
(200,195,188)
#D7D6D0
(215,214,208)
#E6E9E4
(230,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502B1C; }

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

This text font color is #502B1C.


Background Color

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

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

This div background color is #502B1C.


Border color

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

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

This div border color is #502B1C.


Opacity

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

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

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

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

This text has shadow with #502B1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502B1C on black background.


Color preview on white background

This text has color #502B1C on white background.



Black color preview on #502B1C background

This text has black color on #502B1C background.


White color preview on #502B1C background

This text has white color on #502B1C background.