COLOR #8E945A

HEX: #8E945A
RGB: (142,148,90)

Color info

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

RGB color model

#8E945A color RGB value is (142,148,90).

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

RGB channels and saturation

R 142 of 255 = 56%
G 148 of 255 = 58%
B 90 of 255 = 35%

142
148
90

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

Portions of RGB colors in percentages

R + G + B =
142 + 148 + 90 = 380 (100%)
R 142 of 380 ~ 37.37%
G 148 of 380 ~ 38.95%
B 90 of 380 ~ 23.68%

%37.37
%38.95
%23.68

CMYK color model

#8E945A color CMYK value is (4,0,39,42).

  • cyan value is 4.05%
  • magenta value is 0.00%
  • yellow value is 39.19%
  • key color value is 41.96%
CMYK:
(4,0,39,42)
C4M0Y39K42 
(4%,0%,39%,42%)
(0.04/0.00/0.39/0.42)	

CMYK percentages

%4.05
%0
%39.19
%41.96

Codes

Color #8E945A in popluar color models

8E945A
RGB14214890
HSL66°24.37%46.67%
HSB/HSV66°39.19%58.04%
CMYK4.05%0.00%39.19%
41.96%

Color #8E945A in popluar number systems.

HEX8E945A
Decimal14214890
Binary10001110100101001011010
Octal216224132

Shades and tints

Shades of #8E945A

#8E945A
(142,148,90)
#828752
(130,135,82)
#767A4A
(118,122,74)
#6A6D42
(106,109,66)
#5E603A
(94,96,58)
#525332
(82,83,50)
#46462A
(70,70,42)
#3A3922
(58,57,34)
#2E2C1A
(46,44,26)
#221F12
(34,31,18)
#16120A
(22,18,10)
#000000
(0,0,0)

Tints of #8E945A

#8E945A
(142,148,90)
#989D69
(152,157,105)
#A2A678
(162,166,120)
#ACAF87
(172,175,135)
#B6B896
(182,184,150)
#C0C1A5
(192,193,165)
#CACAB4
(202,202,180)
#D4D3C3
(212,211,195)
#DEDCD2
(222,220,210)
#E8E5E1
(232,229,225)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E945A; }

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

This text font color is #8E945A.


Background Color

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

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

This div background color is #8E945A.


Border color

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

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

This div border color is #8E945A.


Opacity

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

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

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

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

This text has shadow with #8E945A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E945A on black background.


Color preview on white background

This text has color #8E945A on white background.



Black color preview on #8E945A background

This text has black color on #8E945A background.


White color preview on #8E945A background

This text has white color on #8E945A background.