COLOR #8E8F75

HEX: #8E8F75
RGB: (142,143,117)

Color info

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

RGB color model

#8E8F75 color RGB value is (142,143,117).

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

RGB channels and saturation

R 142 of 255 = 56%
G 143 of 255 = 56%
B 117 of 255 = 46%

142
143
117

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

Portions of RGB colors in percentages

R + G + B =
142 + 143 + 117 = 402 (100%)
R 142 of 402 ~ 35.32%
G 143 of 402 ~ 35.57%
B 117 of 402 ~ 29.1%

%35.32
%35.57
%29.1

CMYK color model

#8E8F75 color CMYK value is (1,0,18,44).

  • cyan value is 0.70%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 43.92%
CMYK:
(1,0,18,44)
C1M0Y18K44 
(1%,0%,18%,44%)
(0.01/0.00/0.18/0.44)	

CMYK percentages

%0.7
%0
%18.18
%43.92

Codes

Color #8E8F75 in popluar color models

8E8F75
RGB142143117
HSL62°10.40%50.98%
HSB/HSV62°18.18%56.08%
CMYK0.70%0.00%18.18%
43.92%

Color #8E8F75 in popluar number systems.

HEX8E8F75
Decimal142143117
Binary10001110100011111110101
Octal216217165

Shades and tints

Shades of #8E8F75

#8E8F75
(142,143,117)
#82826B
(130,130,107)
#767561
(118,117,97)
#6A6857
(106,104,87)
#5E5B4D
(94,91,77)
#524E43
(82,78,67)
#464139
(70,65,57)
#3A342F
(58,52,47)
#2E2725
(46,39,37)
#221A1B
(34,26,27)
#160D11
(22,13,17)
#000000
(0,0,0)

Tints of #8E8F75

#8E8F75
(142,143,117)
#989981
(152,153,129)
#A2A38D
(162,163,141)
#ACAD99
(172,173,153)
#B6B7A5
(182,183,165)
#C0C1B1
(192,193,177)
#CACBBD
(202,203,189)
#D4D5C9
(212,213,201)
#DEDFD5
(222,223,213)
#E8E9E1
(232,233,225)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8F75; }

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

This text font color is #8E8F75.


Background Color

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

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

This div background color is #8E8F75.


Border color

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

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

This div border color is #8E8F75.


Opacity

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

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

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

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

This text has shadow with #8E8F75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8F75 on black background.


Color preview on white background

This text has color #8E8F75 on white background.



Black color preview on #8E8F75 background

This text has black color on #8E8F75 background.


White color preview on #8E8F75 background

This text has white color on #8E8F75 background.