COLOR #8F7B46

HEX: #8F7B46
RGB: (143,123,70)

Color info

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

RGB color model

#8F7B46 color RGB value is (143,123,70).

  • red value is 143;
  • green value is 123;
  • blue value is 70.
RGB:
(143,123,70)
(56%,48%,27%)

RGB channels and saturation

R 143 of 255 = 56%
G 123 of 255 = 48%
B 70 of 255 = 27%

143
123
70

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

Portions of RGB colors in percentages

R + G + B =
143 + 123 + 70 = 336 (100%)
R 143 of 336 ~ 42.56%
G 123 of 336 ~ 36.61%
B 70 of 336 ~ 20.83%

%42.56
%36.61
%20.83

CMYK color model

#8F7B46 color CMYK value is (0,14,51,44).

  • cyan value is 0.00%
  • magenta value is 13.99%
  • yellow value is 51.05%
  • key color value is 43.92%
CMYK:
(0,14,51,44)
C0M14Y51K44 
(0%,14%,51%,44%)
(0.00/0.14/0.51/0.44)	

CMYK percentages

%0
%13.99
%51.05
%43.92

Codes

Color #8F7B46 in popluar color models

8F7B46
RGB14312370
HSL44°34.27%41.76%
HSB/HSV44°51.05%56.08%
CMYK0.00%13.99%51.05%
43.92%

Color #8F7B46 in popluar number systems.

HEX8F7B46
Decimal14312370
Binary1000111111110111000110
Octal217173106

Shades and tints

Shades of #8F7B46

#8F7B46
(143,123,70)
#827040
(130,112,64)
#75653A
(117,101,58)
#685A34
(104,90,52)
#5B4F2E
(91,79,46)
#4E4428
(78,68,40)
#413922
(65,57,34)
#342E1C
(52,46,28)
#272316
(39,35,22)
#1A1810
(26,24,16)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #8F7B46

#8F7B46
(143,123,70)
#998756
(153,135,86)
#A39366
(163,147,102)
#AD9F76
(173,159,118)
#B7AB86
(183,171,134)
#C1B796
(193,183,150)
#CBC3A6
(203,195,166)
#D5CFB6
(213,207,182)
#DFDBC6
(223,219,198)
#E9E7D6
(233,231,214)
#F3F3E6
(243,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F7B46 color. Also use rgb(143,123,70) instead hex code.

Text Font Color

.myTextColor { color: #8F7B46; }

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

This text font color is #8F7B46.


Background Color

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

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

This div background color is #8F7B46.


Border color

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

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

This div border color is #8F7B46.


Opacity

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

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

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

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

This text has shadow with #8F7B46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F7B46 on black background.


Color preview on white background

This text has color #8F7B46 on white background.



Black color preview on #8F7B46 background

This text has black color on #8F7B46 background.


White color preview on #8F7B46 background

This text has white color on #8F7B46 background.