COLOR #502015

HEX: #502015
RGB: (80,32,21)

Color info

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

RGB color model

#502015 color RGB value is (80,32,21).

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

RGB channels and saturation

R 80 of 255 = 31%
G 32 of 255 = 13%
B 21 of 255 = 8%

80
32
21

R + G + B ~ 17%. #502015 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 32 + 21 = 133 (100%)
R 80 of 133 ~ 60.15%
G 32 of 133 ~ 24.06%
B 21 of 133 ~ 15.79%

%60.15
%24.06
%15.79

CMYK color model

#502015 color CMYK value is (0,60,74,69).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 73.75%
  • key color value is 68.63%
CMYK:
(0,60,74,69)
C0M60Y74K69 
(0%,60%,74%,69%)
(0.00/0.60/0.74/0.69)	

CMYK percentages

%0
%60
%73.75
%68.63

Codes

Color #502015 in popluar color models

502015
RGB803221
HSL11°58.42%19.80%
HSB/HSV11°73.75%31.37%
CMYK0.00%60.00%73.75%
68.63%

Color #502015 in popluar number systems.

HEX502015
Decimal803221
Binary101000010000010101
Octal1204025

Shades and tints

Shades of #502015

#502015
(80,32,21)
#491E14
(73,30,20)
#421C13
(66,28,19)
#3B1A12
(59,26,18)
#341811
(52,24,17)
#2D1610
(45,22,16)
#26140F
(38,20,15)
#1F120E
(31,18,14)
#18100D
(24,16,13)
#110E0C
(17,14,12)
#0A0C0B
(10,12,11)
#000000
(0,0,0)

Tints of #502015

#502015
(80,32,21)
#5F342A
(95,52,42)
#6E483F
(110,72,63)
#7D5C54
(125,92,84)
#8C7069
(140,112,105)
#9B847E
(155,132,126)
#AA9893
(170,152,147)
#B9ACA8
(185,172,168)
#C8C0BD
(200,192,189)
#D7D4D2
(215,212,210)
#E6E8E7
(230,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502015; }

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

This text font color is #502015.


Background Color

.myBgColor { background-color: #502015; }

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

This div background color is #502015.


Border color

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

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

This div border color is #502015.


Opacity

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

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

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

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

This text has shadow with #502015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502015 on black background.


Color preview on white background

This text has color #502015 on white background.



Black color preview on #502015 background

This text has black color on #502015 background.


White color preview on #502015 background

This text has white color on #502015 background.