COLOR #8E9567

HEX: #8E9567 RGB: (142,149,103)

Color info

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

RGB color model

#8E9567 color RGB value is (142,149,103).

RGB: (142,149,103) (56%, 58%, 40%)

RGB channels and saturation

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

142
149
103

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

Portions of RGB colors in percentages

R + G + B = 142 + 149 + 103 = 394 (100%)
R 142 of 394 ~ 36.04%
G 149 of 394 ~ 37.82%
B 103 of 394 ~ 26.14'%

%36.04
%37.82
%26.14

CMYK color model

#8E9567 color CMYK value is (5,0,31,42).

  • cyan value is 4.70%
  • magenta value is 0.00%
  • yellow value is 30.87%
  • key color value is 41.57%

CMYK: (5,0,31,42)
C5M0Y31K42 (5%, 0%, 31%, 42%)
(0.05 / 0.00 / 0.31 / 0.42)

CMYK percentages

%4.7
%0
%30.87
%41.57

Codes

Color #8E9567 in popluar color models

8E 95 67
RGB 142 149 103
HSL 69° 18.25% 49.41%
HSB/HSV 69° 30.87% 58.43%
CMYK 4.70% 0.00% 30.87%
41.57%

Color #8E9567 in popluar number systems.

HEX 8E 95 67
Decimal 142 149 103
Binary 10001110 10010101 1100111
Octal 216 225 147

Shades and tints

Shades of #8E9567

#8E9567
(142,149,103)
#82885E
(130,136,94)
#767B55
(118,123,85)
#6A6E4C
(106,110,76)
#5E6143
(94,97,67)
#52543A
(82,84,58)
#464731
(70,71,49)
#3A3A28
(58,58,40)
#2E2D1F
(46,45,31)
#222016
(34,32,22)
#16130D
(22,19,13)
#000000
(0,0,0)

Tints of #8E9567

#8E9567
(142,149,103)
#989E74
(152,158,116)
#A2A781
(162,167,129)
#ACB08E
(172,176,142)
#B6B99B
(182,185,155)
#C0C2A8
(192,194,168)
#CACBB5
(202,203,181)
#D4D4C2
(212,212,194)
#DEDDCF
(222,221,207)
#E8E6DC
(232,230,220)
#F2EFE9
(242,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9567; }

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

This text font color is #8E9567.

Background Color

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

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

This div background color is #8E9567.

Border color

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

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

This div border color is #8E9567.

Opacity

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

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

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

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

This text has shadow with #8E9567 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E9567.

Preview

Color preview on black background

This text has color #8E9567 on black background.


Color preview on white background

This text has color #8E9567 on white background.


Black color preview on #8E9567 background

This text has black color on #8E9567 background.


White color preview on #8E9567 background

This text has white color on #8E9567 background.


Related colors

Complementary color

Complementary color for #hex is #716A98.


I love getcolorcode.com

Triadic colors

1 #678E95 and #95678E with #8E9567 are triadic colors.

2 #67958E and #958E67 with #8E9567 are triadic colors.