COLOR #8E905A

HEX: #8E905A
RGB: (142,144,90)

Color info

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

RGB color model

#8E905A color RGB value is (142,144,90).

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

RGB channels and saturation

R 142 of 255 = 56%
G 144 of 255 = 56%
B 90 of 255 = 35%

142
144
90

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

Portions of RGB colors in percentages

R + G + B =
142 + 144 + 90 = 376 (100%)
R 142 of 376 ~ 37.77%
G 144 of 376 ~ 38.3%
B 90 of 376 ~ 23.94%

%37.77
%38.3
%23.94

CMYK color model

#8E905A color CMYK value is (1,0,38,44).

  • cyan value is 1.39%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 43.53%
CMYK:
(1,0,38,44)
C1M0Y38K44 
(1%,0%,38%,44%)
(0.01/0.00/0.38/0.44)	

CMYK percentages

%1.39
%0
%37.5
%43.53

Codes

Color #8E905A in popluar color models

8E905A
RGB14214490
HSL62°23.08%45.88%
HSB/HSV62°37.50%56.47%
CMYK1.39%0.00%37.50%
43.53%

Color #8E905A in popluar number systems.

HEX8E905A
Decimal14214490
Binary10001110100100001011010
Octal216220132

Shades and tints

Shades of #8E905A

#8E905A
(142,144,90)
#828352
(130,131,82)
#76764A
(118,118,74)
#6A6942
(106,105,66)
#5E5C3A
(94,92,58)
#524F32
(82,79,50)
#46422A
(70,66,42)
#3A3522
(58,53,34)
#2E281A
(46,40,26)
#221B12
(34,27,18)
#160E0A
(22,14,10)
#000000
(0,0,0)

Tints of #8E905A

#8E905A
(142,144,90)
#989A69
(152,154,105)
#A2A478
(162,164,120)
#ACAE87
(172,174,135)
#B6B896
(182,184,150)
#C0C2A5
(192,194,165)
#CACCB4
(202,204,180)
#D4D6C3
(212,214,195)
#DEE0D2
(222,224,210)
#E8EAE1
(232,234,225)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E905A; }

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

This text font color is #8E905A.


Background Color

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

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

This div background color is #8E905A.


Border color

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

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

This div border color is #8E905A.


Opacity

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

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

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

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

This text has shadow with #8E905A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E905A on black background.


Color preview on white background

This text has color #8E905A on white background.



Black color preview on #8E905A background

This text has black color on #8E905A background.


White color preview on #8E905A background

This text has white color on #8E905A background.