COLOR #502E14

HEX: #502E14
RGB: (80,46,20)

Color info

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

RGB color model

#502E14 color RGB value is (80,46,20).

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

RGB channels and saturation

R 80 of 255 = 31%
G 46 of 255 = 18%
B 20 of 255 = 8%

80
46
20

R + G + B ~ 19%. #502E14 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 46 + 20 = 146 (100%)
R 80 of 146 ~ 54.79%
G 46 of 146 ~ 31.51%
B 20 of 146 ~ 13.7%

%54.79
%31.51
%13.7

CMYK color model

#502E14 color CMYK value is (0,43,75,69).

  • cyan value is 0.00%
  • magenta value is 42.50%
  • yellow value is 75.00%
  • key color value is 68.63%
CMYK: (0,43,75,69) C0M43Y75K69 (0%,43%,75%,69%) (0.00/0.43/0.75/0.69)

CMYK percentages

%0
%42.5
%75
%68.63

Codes

Color #502E14 in popluar color models

502E14
RGB804620
HSL26°60.00%19.61%
HSB/HSV26°75.00%31.37%
CMYK0.00%42.50%75.00%
68.63%

Color #502E14 in popluar number systems.

HEX502E14
Decimal804620
Binary101000010111010100
Octal1205624

Shades and tints

Shades of #502E14

#502E14
(80,46,20)
#492A13
(73,42,19)
#422612
(66,38,18)
#3B2211
(59,34,17)
#341E10
(52,30,16)
#2D1A0F
(45,26,15)
#26160E
(38,22,14)
#1F120D
(31,18,13)
#180E0C
(24,14,12)
#110A0B
(17,10,11)
#0A060A
(10,6,10)
#000000
(0,0,0)

Tints of #502E14

#502E14
(80,46,20)
#5F4129
(95,65,41)
#6E543E
(110,84,62)
#7D6753
(125,103,83)
#8C7A68
(140,122,104)
#9B8D7D
(155,141,125)
#AAA092
(170,160,146)
#B9B3A7
(185,179,167)
#C8C6BC
(200,198,188)
#D7D9D1
(215,217,209)
#E6ECE6
(230,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502E14; }

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

This text font color is #502E14.


Background Color

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

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

This div background color is #502E14.


Border color

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

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

This div border color is #502E14.


Opacity

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

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

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

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

This text has shadow with #502E14 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #502E14 on black background.


Color preview on white background

This text has color #502E14 on white background.



Black color preview on #502E14 background

This text has black color on #502E14 background.


White color preview on #502E14 background

This text has white color on #502E14 background.