COLOR #8F8C75

HEX: #8F8C75 RGB: (143,140,117)

Color info

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

RGB color model

#8F8C75 color RGB value is (143,140,117).

RGB: (143,140,117) (56%, 55%, 46%)

RGB channels and saturation

R 143 of 255 = 56%
G 140 of 255 = 55%
B 117 of 255 = 46%

143
140
117

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

Portions of RGB colors in percentages

R + G + B = 143 + 140 + 117 = 400 (100%)
R 143 of 400 ~ 35.75%
G 140 of 400 ~ 35%
B 117 of 400 ~ 29.25'%

%35.75
%35
%29.25

CMYK color model

#8F8C75 color CMYK value is (0,2,18,44).

  • cyan value is 0.00%
  • magenta value is 2.10%
  • yellow value is 18.18%
  • key color value is 43.92%

CMYK: (0,2,18,44)
C0M2Y18K44 (0%, 2%, 18%, 44%)
(0.00 / 0.02 / 0.18 / 0.44)

CMYK percentages

%0
%2.1
%18.18
%43.92

Codes

Color #8F8C75 in popluar color models

8F 8C 75
RGB 143 140 117
HSL 53° 10.40% 50.98%
HSB/HSV 53° 18.18% 56.08%
CMYK 0.00% 2.10% 18.18%
43.92%

Color #8F8C75 in popluar number systems.

HEX 8F 8C 75
Decimal 143 140 117
Binary 10001111 10001100 1110101
Octal 217 214 165

Shades and tints

Shades of #8F8C75

#8F8C75
(143,140,117)
#82806B
(130,128,107)
#757461
(117,116,97)
#686857
(104,104,87)
#5B5C4D
(91,92,77)
#4E5043
(78,80,67)
#414439
(65,68,57)
#34382F
(52,56,47)
#272C25
(39,44,37)
#1A201B
(26,32,27)
#0D1411
(13,20,17)
#000000
(0,0,0)

Tints of #8F8C75

#8F8C75
(143,140,117)
#999681
(153,150,129)
#A3A08D
(163,160,141)
#ADAA99
(173,170,153)
#B7B4A5
(183,180,165)
#C1BEB1
(193,190,177)
#CBC8BD
(203,200,189)
#D5D2C9
(213,210,201)
#DFDCD5
(223,220,213)
#E9E6E1
(233,230,225)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F8C75; }

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

This text font color is #8F8C75.

Background Color

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

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

This div background color is #8F8C75.

Border color

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

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

This div border color is #8F8C75.

Opacity

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

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

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

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

This text has shadow with #8F8C75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F8C75.

Preview

Color preview on black background

This text has color #8F8C75 on black background.


Color preview on white background

This text has color #8F8C75 on white background.


Black color preview on #8F8C75 background

This text has black color on #8F8C75 background.


White color preview on #8F8C75 background

This text has white color on #8F8C75 background.


Related colors

Complementary color

Complementary color for #hex is #70738A.


I love getcolorcode.com

Triadic colors

1 #758F8C and #8C758F with #8F8C75 are triadic colors.

2 #758C8F and #8C8F75 with #8F8C75 are triadic colors.