COLOR #8E9565

HEX: #8E9565
RGB: (142,149,101)

Color info

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

RGB color model

#8E9565 color RGB value is (142,149,101).

  • red value is 142;
  • green value is 149;
  • blue value is 101.
RGB:
(142,149,101)
(56%,58%,40%)

RGB channels and saturation

R 142 of 255 = 56%
G 149 of 255 = 58%
B 101 of 255 = 40%

142
149
101

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

Portions of RGB colors in percentages

R + G + B =
142 + 149 + 101 = 392 (100%)
R 142 of 392 ~ 36.22%
G 149 of 392 ~ 38.01%
B 101 of 392 ~ 25.77%

%36.22
%38.01
%25.77

CMYK color model

#8E9565 color CMYK value is (5,0,32,42).

  • cyan value is 4.70%
  • magenta value is 0.00%
  • yellow value is 32.21%
  • key color value is 41.57%
CMYK:
(5,0,32,42)
C5M0Y32K42 
(5%,0%,32%,42%)
(0.05/0.00/0.32/0.42)	

CMYK percentages

%4.7
%0
%32.21
%41.57

Codes

Color #8E9565 in popluar color models

8E9565
RGB142149101
HSL69°19.20%49.02%
HSB/HSV69°32.21%58.43%
CMYK4.70%0.00%32.21%
41.57%

Color #8E9565 in popluar number systems.

HEX8E9565
Decimal142149101
Binary10001110100101011100101
Octal216225145

Shades and tints

Shades of #8E9565

#8E9565
(142,149,101)
#82885C
(130,136,92)
#767B53
(118,123,83)
#6A6E4A
(106,110,74)
#5E6141
(94,97,65)
#525438
(82,84,56)
#46472F
(70,71,47)
#3A3A26
(58,58,38)
#2E2D1D
(46,45,29)
#222014
(34,32,20)
#16130B
(22,19,11)
#000000
(0,0,0)

Tints of #8E9565

#8E9565
(142,149,101)
#989E73
(152,158,115)
#A2A781
(162,167,129)
#ACB08F
(172,176,143)
#B6B99D
(182,185,157)
#C0C2AB
(192,194,171)
#CACBB9
(202,203,185)
#D4D4C7
(212,212,199)
#DEDDD5
(222,221,213)
#E8E6E3
(232,230,227)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E9565 color. Also use rgb(142,149,101) instead hex code.

Text Font Color

.myTextColor { color: #8E9565; }

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

This text font color is #8E9565.


Background Color

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

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

This div background color is #8E9565.


Border color

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

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

This div border color is #8E9565.


Opacity

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

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

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

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

This text has shadow with #8E9565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9565 on black background.


Color preview on white background

This text has color #8E9565 on white background.



Black color preview on #8E9565 background

This text has black color on #8E9565 background.


White color preview on #8E9565 background

This text has white color on #8E9565 background.