COLOR #8E9068

HEX: #8E9068
RGB: (142,144,104)

Color info

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

RGB color model

#8E9068 color RGB value is (142,144,104).

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

RGB channels and saturation

R 142 of 255 = 56%
G 144 of 255 = 56%
B 104 of 255 = 41%

142
144
104

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

Portions of RGB colors in percentages

R + G + B =
142 + 144 + 104 = 390 (100%)
R 142 of 390 ~ 36.41%
G 144 of 390 ~ 36.92%
B 104 of 390 ~ 26.67%

%36.41
%36.92
%26.67

CMYK color model

#8E9068 color CMYK value is (1,0,28,44).

  • cyan value is 1.39%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 43.53%
CMYK:
(1,0,28,44)
C1M0Y28K44 
(1%,0%,28%,44%)
(0.01/0.00/0.28/0.44)	

CMYK percentages

%1.39
%0
%27.78
%43.53

Codes

Color #8E9068 in popluar color models

8E9068
RGB142144104
HSL63°16.13%48.63%
HSB/HSV63°27.78%56.47%
CMYK1.39%0.00%27.78%
43.53%

Color #8E9068 in popluar number systems.

HEX8E9068
Decimal142144104
Binary10001110100100001101000
Octal216220150

Shades and tints

Shades of #8E9068

#8E9068
(142,144,104)
#82835F
(130,131,95)
#767656
(118,118,86)
#6A694D
(106,105,77)
#5E5C44
(94,92,68)
#524F3B
(82,79,59)
#464232
(70,66,50)
#3A3529
(58,53,41)
#2E2820
(46,40,32)
#221B17
(34,27,23)
#160E0E
(22,14,14)
#000000
(0,0,0)

Tints of #8E9068

#8E9068
(142,144,104)
#989A75
(152,154,117)
#A2A482
(162,164,130)
#ACAE8F
(172,174,143)
#B6B89C
(182,184,156)
#C0C2A9
(192,194,169)
#CACCB6
(202,204,182)
#D4D6C3
(212,214,195)
#DEE0D0
(222,224,208)
#E8EADD
(232,234,221)
#F2F4EA
(242,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9068; }

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

This text font color is #8E9068.


Background Color

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

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

This div background color is #8E9068.


Border color

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

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

This div border color is #8E9068.


Opacity

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

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

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

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

This text has shadow with #8E9068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9068 on black background.


Color preview on white background

This text has color #8E9068 on white background.



Black color preview on #8E9068 background

This text has black color on #8E9068 background.


White color preview on #8E9068 background

This text has white color on #8E9068 background.