COLOR #502F1F

HEX: #502F1F
RGB: (80,47,31)

Color info

#502F1F contains red, green and blue colors in about the same proportion. Web safe color of #502F1F is #663333 (or #633).

RGB color model

#502F1F color RGB value is (80,47,31).

  • red value is 80;
  • green value is 47;
  • blue value is 31.
RGB:
(80,47,31)
(31%,18%,12%)

RGB channels and saturation

R 80 of 255 = 31%
G 47 of 255 = 18%
B 31 of 255 = 12%

80
47
31

R + G + B ~ 20%. #502F1F is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 47 + 31 = 158 (100%)
R 80 of 158 ~ 50.63%
G 47 of 158 ~ 29.75%
B 31 of 158 ~ 19.62%

%50.63
%29.75
%19.62

CMYK color model

#502F1F color CMYK value is (0,41,61,69).

  • cyan value is 0.00%
  • magenta value is 41.25%
  • yellow value is 61.25%
  • key color value is 68.63%
CMYK:
(0,41,61,69)
C0M41Y61K69 
(0%,41%,61%,69%)
(0.00/0.41/0.61/0.69)	

CMYK percentages

%0
%41.25
%61.25
%68.63

Codes

Color #502F1F in popluar color models

502F1F
RGB804731
HSL20°44.14%21.76%
HSB/HSV20°61.25%31.37%
CMYK0.00%41.25%61.25%
68.63%

Color #502F1F in popluar number systems.

HEX502F1F
Decimal804731
Binary101000010111111111
Octal1205737

Shades and tints

Shades of #502F1F

#502F1F
(80,47,31)
#492B1D
(73,43,29)
#42271B
(66,39,27)
#3B2319
(59,35,25)
#341F17
(52,31,23)
#2D1B15
(45,27,21)
#261713
(38,23,19)
#1F1311
(31,19,17)
#180F0F
(24,15,15)
#110B0D
(17,11,13)
#0A070B
(10,7,11)
#000000
(0,0,0)

Tints of #502F1F

#502F1F
(80,47,31)
#5F4133
(95,65,51)
#6E5347
(110,83,71)
#7D655B
(125,101,91)
#8C776F
(140,119,111)
#9B8983
(155,137,131)
#AA9B97
(170,155,151)
#B9ADAB
(185,173,171)
#C8BFBF
(200,191,191)
#D7D1D3
(215,209,211)
#E6E3E7
(230,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #502F1F color. Also use rgb(80,47,31) instead hex code.

Text Font Color

.myTextColor { color: #502F1F; }

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

This text font color is #502F1F.


Background Color

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

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

This div background color is #502F1F.


Border color

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

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

This div border color is #502F1F.


Opacity

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

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

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

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

This text has shadow with #502F1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502F1F on black background.


Color preview on white background

This text has color #502F1F on white background.



Black color preview on #502F1F background

This text has black color on #502F1F background.


White color preview on #502F1F background

This text has white color on #502F1F background.