COLOR #502414

HEX: #502414
RGB: (80,36,20)

Color info

#502414 contains mainly red and green colors. Web safe color of #502414 is #663300 (or #630).

RGB color model

#502414 color RGB value is (80,36,20).

  • red value is 80;
  • green value is 36;
  • blue value is 20.
RGB:
(80,36,20)
(31%,14%,8%)

RGB channels and saturation

R 80 of 255 = 31%
G 36 of 255 = 14%
B 20 of 255 = 8%

80
36
20

R + G + B ~ 18%. #502414 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 36 + 20 = 136 (100%)
R 80 of 136 ~ 58.82%
G 36 of 136 ~ 26.47%
B 20 of 136 ~ 14.71%

%58.82
%26.47
%14.71

CMYK color model

#502414 color CMYK value is (0,55,75,69).

  • cyan value is 0.00%
  • magenta value is 55.00%
  • yellow value is 75.00%
  • key color value is 68.63%
CMYK:
(0,55,75,69)
C0M55Y75K69 
(0%,55%,75%,69%)
(0.00/0.55/0.75/0.69)	

CMYK percentages

%0
%55
%75
%68.63

Codes

Color #502414 in popluar color models

502414
RGB803620
HSL16°60.00%19.61%
HSB/HSV16°75.00%31.37%
CMYK0.00%55.00%75.00%
68.63%

Color #502414 in popluar number systems.

HEX502414
Decimal803620
Binary101000010010010100
Octal1204424

Shades and tints

Shades of #502414

#502414
(80,36,20)
#492113
(73,33,19)
#421E12
(66,30,18)
#3B1B11
(59,27,17)
#341810
(52,24,16)
#2D150F
(45,21,15)
#26120E
(38,18,14)
#1F0F0D
(31,15,13)
#180C0C
(24,12,12)
#11090B
(17,9,11)
#0A060A
(10,6,10)
#000000
(0,0,0)

Tints of #502414

#502414
(80,36,20)
#5F3729
(95,55,41)
#6E4A3E
(110,74,62)
#7D5D53
(125,93,83)
#8C7068
(140,112,104)
#9B837D
(155,131,125)
#AA9692
(170,150,146)
#B9A9A7
(185,169,167)
#C8BCBC
(200,188,188)
#D7CFD1
(215,207,209)
#E6E2E6
(230,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #502414 color. Also use rgb(80,36,20) instead hex code.

Text Font Color

.myTextColor { color: #502414; }

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

This text font color is #502414.


Background Color

.myBgColor { background-color: #502414; }

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

This div background color is #502414.


Border color

.myBorderColor { border: 1px solid #502414; }

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

This div border color is #502414.


Opacity

.myOpacity80 { color: #502414; opacity: 0.8; }

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

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

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

This text has shadow with #502414 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502414 on black background.


Color preview on white background

This text has color #502414 on white background.



Black color preview on #502414 background

This text has black color on #502414 background.


White color preview on #502414 background

This text has white color on #502414 background.