COLOR #502915

HEX: #502915
RGB: (80,41,21)

Color info

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

RGB color model

#502915 color RGB value is (80,41,21).

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

RGB channels and saturation

R 80 of 255 = 31%
G 41 of 255 = 16%
B 21 of 255 = 8%

80
41
21

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

Portions of RGB colors in percentages

R + G + B =
80 + 41 + 21 = 142 (100%)
R 80 of 142 ~ 56.34%
G 41 of 142 ~ 28.87%
B 21 of 142 ~ 14.79%

%56.34
%28.87
%14.79

CMYK color model

#502915 color CMYK value is (0,49,74,69).

  • cyan value is 0.00%
  • magenta value is 48.75%
  • yellow value is 73.75%
  • key color value is 68.63%
CMYK:
(0,49,74,69)
C0M49Y74K69 
(0%,49%,74%,69%)
(0.00/0.49/0.74/0.69)	

CMYK percentages

%0
%48.75
%73.75
%68.63

Codes

Color #502915 in popluar color models

502915
RGB804121
HSL20°58.42%19.80%
HSB/HSV20°73.75%31.37%
CMYK0.00%48.75%73.75%
68.63%

Color #502915 in popluar number systems.

HEX502915
Decimal804121
Binary101000010100110101
Octal1205125

Shades and tints

Shades of #502915

#502915
(80,41,21)
#492614
(73,38,20)
#422313
(66,35,19)
#3B2012
(59,32,18)
#341D11
(52,29,17)
#2D1A10
(45,26,16)
#26170F
(38,23,15)
#1F140E
(31,20,14)
#18110D
(24,17,13)
#110E0C
(17,14,12)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #502915

#502915
(80,41,21)
#5F3C2A
(95,60,42)
#6E4F3F
(110,79,63)
#7D6254
(125,98,84)
#8C7569
(140,117,105)
#9B887E
(155,136,126)
#AA9B93
(170,155,147)
#B9AEA8
(185,174,168)
#C8C1BD
(200,193,189)
#D7D4D2
(215,212,210)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502915; }

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

This text font color is #502915.


Background Color

.myBgColor { background-color: #502915; }

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

This div background color is #502915.


Border color

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

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

This div border color is #502915.


Opacity

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

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

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

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

This text has shadow with #502915 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502915 on black background.


Color preview on white background

This text has color #502915 on white background.



Black color preview on #502915 background

This text has black color on #502915 background.


White color preview on #502915 background

This text has white color on #502915 background.