COLOR #8F520D

HEX: #8F520D
RGB: (143,82,13)

Color info

#8F520D contains mainly red color. Web safe color of #8F520D is #996600 (or #960).

RGB color model

#8F520D color RGB value is (143,82,13).

  • red value is 143;
  • green value is 82;
  • blue value is 13.
RGB:
(143,82,13)
(56%,32%,5%)

RGB channels and saturation

R 143 of 255 = 56%
G 82 of 255 = 32%
B 13 of 255 = 5%

143
82
13

R + G + B ~ 31%. #8F520D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
143 + 82 + 13 = 238 (100%)
R 143 of 238 ~ 60.08%
G 82 of 238 ~ 34.45%
B 13 of 238 ~ 5.46%

%60.08
%34.45

CMYK color model

#8F520D color CMYK value is (0,43,91,44).

  • cyan value is 0.00%
  • magenta value is 42.66%
  • yellow value is 90.91%
  • key color value is 43.92%
CMYK:
(0,43,91,44)
C0M43Y91K44 
(0%,43%,91%,44%)
(0.00/0.43/0.91/0.44)	

CMYK percentages

%0
%42.66
%90.91
%43.92

Codes

Color #8F520D in popluar color models

8F520D
RGB1438213
HSL32°83.33%30.59%
HSB/HSV32°90.91%56.08%
CMYK0.00%42.66%90.91%
43.92%

Color #8F520D in popluar number systems.

HEX8F520D
Decimal1438213
Binary1000111110100101101
Octal21712215

Shades and tints

Shades of #8F520D

#8F520D
(143,82,13)
#824B0C
(130,75,12)
#75440B
(117,68,11)
#683D0A
(104,61,10)
#5B3609
(91,54,9)
#4E2F08
(78,47,8)
#412807
(65,40,7)
#342106
(52,33,6)
#271A05
(39,26,5)
#1A1304
(26,19,4)
#0D0C03
(13,12,3)
#000000
(0,0,0)

Tints of #8F520D

#8F520D
(143,82,13)
#996123
(153,97,35)
#A37039
(163,112,57)
#AD7F4F
(173,127,79)
#B78E65
(183,142,101)
#C19D7B
(193,157,123)
#CBAC91
(203,172,145)
#D5BBA7
(213,187,167)
#DFCABD
(223,202,189)
#E9D9D3
(233,217,211)
#F3E8E9
(243,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F520D color. Also use rgb(143,82,13) instead hex code.

Text Font Color

.myTextColor { color: #8F520D; }

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

This text font color is #8F520D.


Background Color

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

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

This div background color is #8F520D.


Border color

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

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

This div border color is #8F520D.


Opacity

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

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

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

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

This text has shadow with #8F520D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F520D on black background.


Color preview on white background

This text has color #8F520D on white background.



Black color preview on #8F520D background

This text has black color on #8F520D background.


White color preview on #8F520D background

This text has white color on #8F520D background.