COLOR #8E9270

HEX: #8E9270
RGB: (142,146,112)

Color info

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

RGB color model

#8E9270 color RGB value is (142,146,112).

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

RGB channels and saturation

R 142 of 255 = 56%
G 146 of 255 = 57%
B 112 of 255 = 44%

142
146
112

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

Portions of RGB colors in percentages

R + G + B =
142 + 146 + 112 = 400 (100%)
R 142 of 400 ~ 35.5%
G 146 of 400 ~ 36.5%
B 112 of 400 ~ 28%

%35.5
%36.5
%28

CMYK color model

#8E9270 color CMYK value is (3,0,23,43).

  • cyan value is 2.74%
  • magenta value is 0.00%
  • yellow value is 23.29%
  • key color value is 42.75%
CMYK:
(3,0,23,43)
C3M0Y23K43 
(3%,0%,23%,43%)
(0.03/0.00/0.23/0.43)	

CMYK percentages

%2.74
%0
%23.29
%42.75

Codes

Color #8E9270 in popluar color models

8E9270
RGB142146112
HSL67°13.49%50.59%
HSB/HSV67°23.29%57.25%
CMYK2.74%0.00%23.29%
42.75%

Color #8E9270 in popluar number systems.

HEX8E9270
Decimal142146112
Binary10001110100100101110000
Octal216222160

Shades and tints

Shades of #8E9270

#8E9270
(142,146,112)
#828566
(130,133,102)
#76785C
(118,120,92)
#6A6B52
(106,107,82)
#5E5E48
(94,94,72)
#52513E
(82,81,62)
#464434
(70,68,52)
#3A372A
(58,55,42)
#2E2A20
(46,42,32)
#221D16
(34,29,22)
#16100C
(22,16,12)
#000000
(0,0,0)

Tints of #8E9270

#8E9270
(142,146,112)
#989B7D
(152,155,125)
#A2A48A
(162,164,138)
#ACAD97
(172,173,151)
#B6B6A4
(182,182,164)
#C0BFB1
(192,191,177)
#CAC8BE
(202,200,190)
#D4D1CB
(212,209,203)
#DEDAD8
(222,218,216)
#E8E3E5
(232,227,229)
#F2ECF2
(242,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9270; }

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

This text font color is #8E9270.


Background Color

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

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

This div background color is #8E9270.


Border color

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

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

This div border color is #8E9270.


Opacity

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

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

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

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

This text has shadow with #8E9270 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9270 on black background.


Color preview on white background

This text has color #8E9270 on white background.



Black color preview on #8E9270 background

This text has black color on #8E9270 background.


White color preview on #8E9270 background

This text has white color on #8E9270 background.