COLOR #8E9469

HEX: #8E9469
RGB: (142,148,105)

Color info

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

RGB color model

#8E9469 color RGB value is (142,148,105).

  • red value is 142;
  • green value is 148;
  • blue value is 105.
RGB:
(142,148,105)
(56%,58%,41%)

RGB channels and saturation

R 142 of 255 = 56%
G 148 of 255 = 58%
B 105 of 255 = 41%

142
148
105

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

Portions of RGB colors in percentages

R + G + B =
142 + 148 + 105 = 395 (100%)
R 142 of 395 ~ 35.95%
G 148 of 395 ~ 37.47%
B 105 of 395 ~ 26.58%

%35.95
%37.47
%26.58

CMYK color model

#8E9469 color CMYK value is (4,0,29,42).

  • cyan value is 4.05%
  • magenta value is 0.00%
  • yellow value is 29.05%
  • key color value is 41.96%
CMYK:
(4,0,29,42)
C4M0Y29K42 
(4%,0%,29%,42%)
(0.04/0.00/0.29/0.42)	

CMYK percentages

%4.05
%0
%29.05
%41.96

Codes

Color #8E9469 in popluar color models

8E9469
RGB142148105
HSL68°17.00%49.61%
HSB/HSV68°29.05%58.04%
CMYK4.05%0.00%29.05%
41.96%

Color #8E9469 in popluar number systems.

HEX8E9469
Decimal142148105
Binary10001110100101001101001
Octal216224151

Shades and tints

Shades of #8E9469

#8E9469
(142,148,105)
#828760
(130,135,96)
#767A57
(118,122,87)
#6A6D4E
(106,109,78)
#5E6045
(94,96,69)
#52533C
(82,83,60)
#464633
(70,70,51)
#3A392A
(58,57,42)
#2E2C21
(46,44,33)
#221F18
(34,31,24)
#16120F
(22,18,15)
#000000
(0,0,0)

Tints of #8E9469

#8E9469
(142,148,105)
#989D76
(152,157,118)
#A2A683
(162,166,131)
#ACAF90
(172,175,144)
#B6B89D
(182,184,157)
#C0C1AA
(192,193,170)
#CACAB7
(202,202,183)
#D4D3C4
(212,211,196)
#DEDCD1
(222,220,209)
#E8E5DE
(232,229,222)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E9469 color. Also use rgb(142,148,105) instead hex code.

Text Font Color

.myTextColor { color: #8E9469; }

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

This text font color is #8E9469.


Background Color

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

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

This div background color is #8E9469.


Border color

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

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

This div border color is #8E9469.


Opacity

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

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

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

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

This text has shadow with #8E9469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9469 on black background.


Color preview on white background

This text has color #8E9469 on white background.



Black color preview on #8E9469 background

This text has black color on #8E9469 background.


White color preview on #8E9469 background

This text has white color on #8E9469 background.