COLOR #8F755F

HEX: #8F755F
RGB: (143,117,95)

Color info

#8F755F contains red, green and blue colors in about the same proportion. Web safe color of #8F755F is #996666 (or #966).

RGB color model

#8F755F color RGB value is (143,117,95).

  • red value is 143;
  • green value is 117;
  • blue value is 95.
RGB:
(143,117,95)
(56%,46%,37%)

RGB channels and saturation

R 143 of 255 = 56%
G 117 of 255 = 46%
B 95 of 255 = 37%

143
117
95

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

Portions of RGB colors in percentages

R + G + B =
143 + 117 + 95 = 355 (100%)
R 143 of 355 ~ 40.28%
G 117 of 355 ~ 32.96%
B 95 of 355 ~ 26.76%

%40.28
%32.96
%26.76

CMYK color model

#8F755F color CMYK value is (0,18,34,44).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 33.57%
  • key color value is 43.92%
CMYK:
(0,18,34,44)
C0M18Y34K44 
(0%,18%,34%,44%)
(0.00/0.18/0.34/0.44)	

CMYK percentages

%0
%18.18
%33.57
%43.92

Codes

Color #8F755F in popluar color models

8F755F
RGB14311795
HSL28°20.17%46.67%
HSB/HSV28°33.57%56.08%
CMYK0.00%18.18%33.57%
43.92%

Color #8F755F in popluar number systems.

HEX8F755F
Decimal14311795
Binary1000111111101011011111
Octal217165137

Shades and tints

Shades of #8F755F

#8F755F
(143,117,95)
#826B57
(130,107,87)
#75614F
(117,97,79)
#685747
(104,87,71)
#5B4D3F
(91,77,63)
#4E4337
(78,67,55)
#41392F
(65,57,47)
#342F27
(52,47,39)
#27251F
(39,37,31)
#1A1B17
(26,27,23)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #8F755F

#8F755F
(143,117,95)
#99816D
(153,129,109)
#A38D7B
(163,141,123)
#AD9989
(173,153,137)
#B7A597
(183,165,151)
#C1B1A5
(193,177,165)
#CBBDB3
(203,189,179)
#D5C9C1
(213,201,193)
#DFD5CF
(223,213,207)
#E9E1DD
(233,225,221)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F755F color. Also use rgb(143,117,95) instead hex code.

Text Font Color

.myTextColor { color: #8F755F; }

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

This text font color is #8F755F.


Background Color

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

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

This div background color is #8F755F.


Border color

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

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

This div border color is #8F755F.


Opacity

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

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

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

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

This text has shadow with #8F755F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F755F on black background.


Color preview on white background

This text has color #8F755F on white background.



Black color preview on #8F755F background

This text has black color on #8F755F background.


White color preview on #8F755F background

This text has white color on #8F755F background.