COLOR #8F7D39

HEX: #8F7D39
RGB: (143,125,57)

Color info

#8F7D39 contains mainly red and green colors. Web safe color of #8F7D39 is #996633 (or #963).

RGB color model

#8F7D39 color RGB value is (143,125,57).

  • red value is 143;
  • green value is 125;
  • blue value is 57.
RGB:
(143,125,57)
(56%,49%,22%)

RGB channels and saturation

R 143 of 255 = 56%
G 125 of 255 = 49%
B 57 of 255 = 22%

143
125
57

R + G + B ~ 42%. #8F7D39 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
143 + 125 + 57 = 325 (100%)
R 143 of 325 ~ 44%
G 125 of 325 ~ 38.46%
B 57 of 325 ~ 17.54%

%44
%38.46
%17.54

CMYK color model

#8F7D39 color CMYK value is (0,13,60,44).

  • cyan value is 0.00%
  • magenta value is 12.59%
  • yellow value is 60.14%
  • key color value is 43.92%
CMYK:
(0,13,60,44)
C0M13Y60K44 
(0%,13%,60%,44%)
(0.00/0.13/0.60/0.44)	

CMYK percentages

%0
%12.59
%60.14
%43.92

Codes

Color #8F7D39 in popluar color models

8F7D39
RGB14312557
HSL47°43.00%39.22%
HSB/HSV47°60.14%56.08%
CMYK0.00%12.59%60.14%
43.92%

Color #8F7D39 in popluar number systems.

HEX8F7D39
Decimal14312557
Binary100011111111101111001
Octal21717571

Shades and tints

Shades of #8F7D39

#8F7D39
(143,125,57)
#827234
(130,114,52)
#75672F
(117,103,47)
#685C2A
(104,92,42)
#5B5125
(91,81,37)
#4E4620
(78,70,32)
#413B1B
(65,59,27)
#343016
(52,48,22)
#272511
(39,37,17)
#1A1A0C
(26,26,12)
#0D0F07
(13,15,7)
#000000
(0,0,0)

Tints of #8F7D39

#8F7D39
(143,125,57)
#99884B
(153,136,75)
#A3935D
(163,147,93)
#AD9E6F
(173,158,111)
#B7A981
(183,169,129)
#C1B493
(193,180,147)
#CBBFA5
(203,191,165)
#D5CAB7
(213,202,183)
#DFD5C9
(223,213,201)
#E9E0DB
(233,224,219)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F7D39 color. Also use rgb(143,125,57) instead hex code.

Text Font Color

.myTextColor { color: #8F7D39; }

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

This text font color is #8F7D39.


Background Color

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

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

This div background color is #8F7D39.


Border color

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

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

This div border color is #8F7D39.


Opacity

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

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

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

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

This text has shadow with #8F7D39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F7D39 on black background.


Color preview on white background

This text has color #8F7D39 on white background.



Black color preview on #8F7D39 background

This text has black color on #8F7D39 background.


White color preview on #8F7D39 background

This text has white color on #8F7D39 background.