COLOR #8F503F

HEX: #8F503F
RGB: (143,80,63)

Color info

#8F503F contains mainly red color. Web safe color of #8F503F is #996633 (or #963).

RGB color model

#8F503F color RGB value is (143,80,63).

  • red value is 143;
  • green value is 80;
  • blue value is 63.
RGB:
(143,80,63)
(56%,31%,25%)

RGB channels and saturation

R 143 of 255 = 56%
G 80 of 255 = 31%
B 63 of 255 = 25%

143
80
63

R + G + B ~ 37%. #8F503F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
143 + 80 + 63 = 286 (100%)
R 143 of 286 ~ 50%
G 80 of 286 ~ 27.97%
B 63 of 286 ~ 22.03%

%50
%27.97
%22.03

CMYK color model

#8F503F color CMYK value is (0,44,56,44).

  • cyan value is 0.00%
  • magenta value is 44.06%
  • yellow value is 55.94%
  • key color value is 43.92%
CMYK:
(0,44,56,44)
C0M44Y56K44 
(0%,44%,56%,44%)
(0.00/0.44/0.56/0.44)	

CMYK percentages

%0
%44.06
%55.94
%43.92

Codes

Color #8F503F in popluar color models

8F503F
RGB1438063
HSL13°38.83%40.39%
HSB/HSV13°55.94%56.08%
CMYK0.00%44.06%55.94%
43.92%

Color #8F503F in popluar number systems.

HEX8F503F
Decimal1438063
Binary100011111010000111111
Octal21712077

Shades and tints

Shades of #8F503F

#8F503F
(143,80,63)
#82493A
(130,73,58)
#754235
(117,66,53)
#683B30
(104,59,48)
#5B342B
(91,52,43)
#4E2D26
(78,45,38)
#412621
(65,38,33)
#341F1C
(52,31,28)
#271817
(39,24,23)
#1A1112
(26,17,18)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #8F503F

#8F503F
(143,80,63)
#995F50
(153,95,80)
#A36E61
(163,110,97)
#AD7D72
(173,125,114)
#B78C83
(183,140,131)
#C19B94
(193,155,148)
#CBAAA5
(203,170,165)
#D5B9B6
(213,185,182)
#DFC8C7
(223,200,199)
#E9D7D8
(233,215,216)
#F3E6E9
(243,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F503F color. Also use rgb(143,80,63) instead hex code.

Text Font Color

.myTextColor { color: #8F503F; }

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

This text font color is #8F503F.


Background Color

.myBgColor { background-color: #8F503F; }

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

This div background color is #8F503F.


Border color

.myBorderColor { border: 1px solid #8F503F; }

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

This div border color is #8F503F.


Opacity

.myOpacity80 { color: #8F503F; opacity: 0.8; }

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

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

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

This text has shadow with #8F503F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F503F on black background.


Color preview on white background

This text has color #8F503F on white background.



Black color preview on #8F503F background

This text has black color on #8F503F background.


White color preview on #8F503F background

This text has white color on #8F503F background.