COLOR #502F1D

HEX: #502F1D
RGB: (80,47,29)

Color info

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

RGB color model

#502F1D color RGB value is (80,47,29).

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

RGB channels and saturation

R 80 of 255 = 31%
G 47 of 255 = 18%
B 29 of 255 = 11%

80
47
29

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

Portions of RGB colors in percentages

R + G + B =
80 + 47 + 29 = 156 (100%)
R 80 of 156 ~ 51.28%
G 47 of 156 ~ 30.13%
B 29 of 156 ~ 18.59%

%51.28
%30.13
%18.59

CMYK color model

#502F1D color CMYK value is (0,41,64,69).

  • cyan value is 0.00%
  • magenta value is 41.25%
  • yellow value is 63.75%
  • key color value is 68.63%
CMYK:
(0,41,64,69)
C0M41Y64K69 
(0%,41%,64%,69%)
(0.00/0.41/0.64/0.69)	

CMYK percentages

%0
%41.25
%63.75
%68.63

Codes

Color #502F1D in popluar color models

502F1D
RGB804729
HSL21°46.79%21.37%
HSB/HSV21°63.75%31.37%
CMYK0.00%41.25%63.75%
68.63%

Color #502F1D in popluar number systems.

HEX502F1D
Decimal804729
Binary101000010111111101
Octal1205735

Shades and tints

Shades of #502F1D

#502F1D
(80,47,29)
#492B1B
(73,43,27)
#422719
(66,39,25)
#3B2317
(59,35,23)
#341F15
(52,31,21)
#2D1B13
(45,27,19)
#261711
(38,23,17)
#1F130F
(31,19,15)
#180F0D
(24,15,13)
#110B0B
(17,11,11)
#0A0709
(10,7,9)
#000000
(0,0,0)

Tints of #502F1D

#502F1D
(80,47,29)
#5F4131
(95,65,49)
#6E5345
(110,83,69)
#7D6559
(125,101,89)
#8C776D
(140,119,109)
#9B8981
(155,137,129)
#AA9B95
(170,155,149)
#B9ADA9
(185,173,169)
#C8BFBD
(200,191,189)
#D7D1D1
(215,209,209)
#E6E3E5
(230,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #502F1D; }

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

This text font color is #502F1D.


Background Color

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

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

This div background color is #502F1D.


Border color

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

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

This div border color is #502F1D.


Opacity

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

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

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

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

This text has shadow with #502F1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502F1D on black background.


Color preview on white background

This text has color #502F1D on white background.



Black color preview on #502F1D background

This text has black color on #502F1D background.


White color preview on #502F1D background

This text has white color on #502F1D background.