COLOR #8F8266

HEX: #8F8266
RGB: (143,130,102)

Color info

#8F8266 contains red, green and blue colors in about the same proportion. Web safe color of #8F8266 is #999966 (or #996).

RGB color model

#8F8266 color RGB value is (143,130,102).

  • red value is 143;
  • green value is 130;
  • blue value is 102.
RGB:
(143,130,102)
(56%,51%,40%)

RGB channels and saturation

R 143 of 255 = 56%
G 130 of 255 = 51%
B 102 of 255 = 40%

143
130
102

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

Portions of RGB colors in percentages

R + G + B =
143 + 130 + 102 = 375 (100%)
R 143 of 375 ~ 38.13%
G 130 of 375 ~ 34.67%
B 102 of 375 ~ 27.2%

%38.13
%34.67
%27.2

CMYK color model

#8F8266 color CMYK value is (0,9,29,44).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 28.67%
  • key color value is 43.92%
CMYK:
(0,9,29,44)
C0M9Y29K44 
(0%,9%,29%,44%)
(0.00/0.09/0.29/0.44)	

CMYK percentages

%0
%9.09
%28.67
%43.92

Codes

Color #8F8266 in popluar color models

8F8266
RGB143130102
HSL41°16.73%48.04%
HSB/HSV41°28.67%56.08%
CMYK0.00%9.09%28.67%
43.92%

Color #8F8266 in popluar number systems.

HEX8F8266
Decimal143130102
Binary10001111100000101100110
Octal217202146

Shades and tints

Shades of #8F8266

#8F8266
(143,130,102)
#82775D
(130,119,93)
#756C54
(117,108,84)
#68614B
(104,97,75)
#5B5642
(91,86,66)
#4E4B39
(78,75,57)
#414030
(65,64,48)
#343527
(52,53,39)
#272A1E
(39,42,30)
#1A1F15
(26,31,21)
#0D140C
(13,20,12)
#000000
(0,0,0)

Tints of #8F8266

#8F8266
(143,130,102)
#998D73
(153,141,115)
#A39880
(163,152,128)
#ADA38D
(173,163,141)
#B7AE9A
(183,174,154)
#C1B9A7
(193,185,167)
#CBC4B4
(203,196,180)
#D5CFC1
(213,207,193)
#DFDACE
(223,218,206)
#E9E5DB
(233,229,219)
#F3F0E8
(243,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F8266 color. Also use rgb(143,130,102) instead hex code.

Text Font Color

.myTextColor { color: #8F8266; }

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

This text font color is #8F8266.


Background Color

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

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

This div background color is #8F8266.


Border color

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

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

This div border color is #8F8266.


Opacity

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

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

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

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

This text has shadow with #8F8266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F8266 on black background.


Color preview on white background

This text has color #8F8266 on white background.



Black color preview on #8F8266 background

This text has black color on #8F8266 background.


White color preview on #8F8266 background

This text has white color on #8F8266 background.