COLOR #8C8F75

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

140
143
117

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

Portions of RGB colors in percentages

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

%35
%35.75
%29.25

CMYK color model

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

  • cyan value is 2.10%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 43.92%
CMYK:
(2,0,18,44)
C2M0Y18K44 
(2%,0%,18%,44%)
(0.02/0.00/0.18/0.44)	

CMYK percentages

%2.1
%0
%18.18
%43.92

Codes

Color #8C8F75 in popluar color models

8C8F75
RGB140143117
HSL67°10.40%50.98%
HSB/HSV67°18.18%56.08%
CMYK2.10%0.00%18.18%
43.92%

Color #8C8F75 in popluar number systems.

HEX8C8F75
Decimal140143117
Binary10001100100011111110101
Octal214217165

Shades and tints

Shades of #8C8F75

#8C8F75
(140,143,117)
#80826B
(128,130,107)
#747561
(116,117,97)
#686857
(104,104,87)
#5C5B4D
(92,91,77)
#504E43
(80,78,67)
#444139
(68,65,57)
#38342F
(56,52,47)
#2C2725
(44,39,37)
#201A1B
(32,26,27)
#140D11
(20,13,17)
#000000
(0,0,0)

Tints of #8C8F75

#8C8F75
(140,143,117)
#969981
(150,153,129)
#A0A38D
(160,163,141)
#AAAD99
(170,173,153)
#B4B7A5
(180,183,165)
#BEC1B1
(190,193,177)
#C8CBBD
(200,203,189)
#D2D5C9
(210,213,201)
#DCDFD5
(220,223,213)
#E6E9E1
(230,233,225)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8F75; }

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

This text font color is #8C8F75.


Background Color

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

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

This div background color is #8C8F75.


Border color

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

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

This div border color is #8C8F75.


Opacity

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

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

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

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

This text has shadow with #8C8F75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8F75 on black background.


Color preview on white background

This text has color #8C8F75 on white background.



Black color preview on #8C8F75 background

This text has black color on #8C8F75 background.


White color preview on #8C8F75 background

This text has white color on #8C8F75 background.