COLOR #8F8A6E

HEX: #8F8A6E RGB: (143,138,110)

Color info

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

RGB color model

#8F8A6E color RGB value is (143,138,110).

RGB: (143,138,110) (56%, 54%, 43%)

RGB channels and saturation

R 143 of 255 = 56%
G 138 of 255 = 54%
B 110 of 255 = 43%

143
138
110

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

Portions of RGB colors in percentages

R + G + B = 143 + 138 + 110 = 391 (100%)
R 143 of 391 ~ 36.57%
G 138 of 391 ~ 35.29%
B 110 of 391 ~ 28.13'%

%36.57
%35.29
%28.13

CMYK color model

#8F8A6E color CMYK value is (0,3,23,44).

  • cyan value is 0.00%
  • magenta value is 3.50%
  • yellow value is 23.08%
  • key color value is 43.92%

CMYK: (0,3,23,44)
C0M3Y23K44 (0%, 3%, 23%, 44%)
(0.00 / 0.03 / 0.23 / 0.44)

CMYK percentages

%0
%3.5
%23.08
%43.92

Codes

Color #8F8A6E in popluar color models

8F 8A 6E
RGB 143 138 110
HSL 51° 13.04% 49.61%
HSB/HSV 51° 23.08% 56.08%
CMYK 0.00% 3.50% 23.08%
43.92%

Color #8F8A6E in popluar number systems.

HEX 8F 8A 6E
Decimal 143 138 110
Binary 10001111 10001010 1101110
Octal 217 212 156

Shades and tints

Shades of #8F8A6E

#8F8A6E
(143,138,110)
#827E64
(130,126,100)
#75725A
(117,114,90)
#686650
(104,102,80)
#5B5A46
(91,90,70)
#4E4E3C
(78,78,60)
#414232
(65,66,50)
#343628
(52,54,40)
#272A1E
(39,42,30)
#1A1E14
(26,30,20)
#0D120A
(13,18,10)
#000000
(0,0,0)

Tints of #8F8A6E

#8F8A6E
(143,138,110)
#99947B
(153,148,123)
#A39E88
(163,158,136)
#ADA895
(173,168,149)
#B7B2A2
(183,178,162)
#C1BCAF
(193,188,175)
#CBC6BC
(203,198,188)
#D5D0C9
(213,208,201)
#DFDAD6
(223,218,214)
#E9E4E3
(233,228,227)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F8A6E color. Also use rgb(143,138,110) instead hex code.

Text Font Color

.myTextColor { color: #8F8A6E; }

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

This text font color is #8F8A6E.

Background Color

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

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

This div background color is #8F8A6E.

Border color

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

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

This div border color is #8F8A6E.

Opacity

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

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

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

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

This text has shadow with #8F8A6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F8A6E.

Preview

Color preview on black background

This text has color #8F8A6E on black background.


Color preview on white background

This text has color #8F8A6E on white background.


Black color preview on #8F8A6E background

This text has black color on #8F8A6E background.


White color preview on #8F8A6E background

This text has white color on #8F8A6E background.


Related colors

Complementary color

Complementary color for #hex is #707591.


I love getcolorcode.com

Triadic colors

1 #6E8F8A and #8A6E8F with #8F8A6E are triadic colors.

2 #6E8A8F and #8A8F6E with #8F8A6E are triadic colors.