COLOR #8E9275

HEX: #8E9275
RGB: (142,146,117)

Color info

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

RGB color model

#8E9275 color RGB value is (142,146,117).

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

RGB channels and saturation

R 142 of 255 = 56%
G 146 of 255 = 57%
B 117 of 255 = 46%

142
146
117

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

Portions of RGB colors in percentages

R + G + B =
142 + 146 + 117 = 405 (100%)
R 142 of 405 ~ 35.06%
G 146 of 405 ~ 36.05%
B 117 of 405 ~ 28.89%

%35.06
%36.05
%28.89

CMYK color model

#8E9275 color CMYK value is (3,0,20,43).

  • cyan value is 2.74%
  • magenta value is 0.00%
  • yellow value is 19.86%
  • key color value is 42.75%
CMYK:
(3,0,20,43)
C3M0Y20K43 
(3%,0%,20%,43%)
(0.03/0.00/0.20/0.43)	

CMYK percentages

%2.74
%0
%19.86
%42.75

Codes

Color #8E9275 in popluar color models

8E9275
RGB142146117
HSL68°11.74%51.57%
HSB/HSV68°19.86%57.25%
CMYK2.74%0.00%19.86%
42.75%

Color #8E9275 in popluar number systems.

HEX8E9275
Decimal142146117
Binary10001110100100101110101
Octal216222165

Shades and tints

Shades of #8E9275

#8E9275
(142,146,117)
#82856B
(130,133,107)
#767861
(118,120,97)
#6A6B57
(106,107,87)
#5E5E4D
(94,94,77)
#525143
(82,81,67)
#464439
(70,68,57)
#3A372F
(58,55,47)
#2E2A25
(46,42,37)
#221D1B
(34,29,27)
#161011
(22,16,17)
#000000
(0,0,0)

Tints of #8E9275

#8E9275
(142,146,117)
#989B81
(152,155,129)
#A2A48D
(162,164,141)
#ACAD99
(172,173,153)
#B6B6A5
(182,182,165)
#C0BFB1
(192,191,177)
#CAC8BD
(202,200,189)
#D4D1C9
(212,209,201)
#DEDAD5
(222,218,213)
#E8E3E1
(232,227,225)
#F2ECED
(242,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9275; }

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

This text font color is #8E9275.


Background Color

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

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

This div background color is #8E9275.


Border color

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

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

This div border color is #8E9275.


Opacity

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

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

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

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

This text has shadow with #8E9275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9275 on black background.


Color preview on white background

This text has color #8E9275 on white background.



Black color preview on #8E9275 background

This text has black color on #8E9275 background.


White color preview on #8E9275 background

This text has white color on #8E9275 background.