COLOR #502515

HEX: #502515
RGB: (80,37,21)

Color info

#502515 contains red, green and blue colors in about the same proportion. Web safe color of #502515 is #663300 (or #630).

RGB color model

#502515 color RGB value is (80,37,21).

  • red value is 80;
  • green value is 37;
  • blue value is 21.
RGB:
(80,37,21)
(31%,15%,8%)

RGB channels and saturation

R 80 of 255 = 31%
G 37 of 255 = 15%
B 21 of 255 = 8%

80
37
21

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

Portions of RGB colors in percentages

R + G + B =
80 + 37 + 21 = 138 (100%)
R 80 of 138 ~ 57.97%
G 37 of 138 ~ 26.81%
B 21 of 138 ~ 15.22%

%57.97
%26.81
%15.22

CMYK color model

#502515 color CMYK value is (0,54,74,69).

  • cyan value is 0.00%
  • magenta value is 53.75%
  • yellow value is 73.75%
  • key color value is 68.63%
CMYK:
(0,54,74,69)
C0M54Y74K69 
(0%,54%,74%,69%)
(0.00/0.54/0.74/0.69)	

CMYK percentages

%0
%53.75
%73.75
%68.63

Codes

Color #502515 in popluar color models

502515
RGB803721
HSL16°58.42%19.80%
HSB/HSV16°73.75%31.37%
CMYK0.00%53.75%73.75%
68.63%

Color #502515 in popluar number systems.

HEX502515
Decimal803721
Binary101000010010110101
Octal1204525

Shades and tints

Shades of #502515

#502515
(80,37,21)
#492214
(73,34,20)
#421F13
(66,31,19)
#3B1C12
(59,28,18)
#341911
(52,25,17)
#2D1610
(45,22,16)
#26130F
(38,19,15)
#1F100E
(31,16,14)
#180D0D
(24,13,13)
#110A0C
(17,10,12)
#0A070B
(10,7,11)
#000000
(0,0,0)

Tints of #502515

#502515
(80,37,21)
#5F382A
(95,56,42)
#6E4B3F
(110,75,63)
#7D5E54
(125,94,84)
#8C7169
(140,113,105)
#9B847E
(155,132,126)
#AA9793
(170,151,147)
#B9AAA8
(185,170,168)
#C8BDBD
(200,189,189)
#D7D0D2
(215,208,210)
#E6E3E7
(230,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #502515 color. Also use rgb(80,37,21) instead hex code.

Text Font Color

.myTextColor { color: #502515; }

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

This text font color is #502515.


Background Color

.myBgColor { background-color: #502515; }

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

This div background color is #502515.


Border color

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

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

This div border color is #502515.


Opacity

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

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

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

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

This text has shadow with #502515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502515 on black background.


Color preview on white background

This text has color #502515 on white background.



Black color preview on #502515 background

This text has black color on #502515 background.


White color preview on #502515 background

This text has white color on #502515 background.