COLOR #8E9552

HEX: #8E9552
RGB: (142,149,82)

Color info

#8E9552 contains mainly red and green colors. Web safe color of #8E9552 is #999966 (or #996).

RGB color model

#8E9552 color RGB value is (142,149,82).

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

RGB channels and saturation

R 142 of 255 = 56%
G 149 of 255 = 58%
B 82 of 255 = 32%

142
149
82

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

Portions of RGB colors in percentages

R + G + B =
142 + 149 + 82 = 373 (100%)
R 142 of 373 ~ 38.07%
G 149 of 373 ~ 39.95%
B 82 of 373 ~ 21.98%

%38.07
%39.95
%21.98

CMYK color model

#8E9552 color CMYK value is (5,0,45,42).

  • cyan value is 4.70%
  • magenta value is 0.00%
  • yellow value is 44.97%
  • key color value is 41.57%
CMYK:
(5,0,45,42)
C5M0Y45K42 
(5%,0%,45%,42%)
(0.05/0.00/0.45/0.42)	

CMYK percentages

%4.7
%0
%44.97
%41.57

Codes

Color #8E9552 in popluar color models

8E9552
RGB14214982
HSL66°29.00%45.29%
HSB/HSV66°44.97%58.43%
CMYK4.70%0.00%44.97%
41.57%

Color #8E9552 in popluar number systems.

HEX8E9552
Decimal14214982
Binary10001110100101011010010
Octal216225122

Shades and tints

Shades of #8E9552

#8E9552
(142,149,82)
#82884B
(130,136,75)
#767B44
(118,123,68)
#6A6E3D
(106,110,61)
#5E6136
(94,97,54)
#52542F
(82,84,47)
#464728
(70,71,40)
#3A3A21
(58,58,33)
#2E2D1A
(46,45,26)
#222013
(34,32,19)
#16130C
(22,19,12)
#000000
(0,0,0)

Tints of #8E9552

#8E9552
(142,149,82)
#989E61
(152,158,97)
#A2A770
(162,167,112)
#ACB07F
(172,176,127)
#B6B98E
(182,185,142)
#C0C29D
(192,194,157)
#CACBAC
(202,203,172)
#D4D4BB
(212,212,187)
#DEDDCA
(222,221,202)
#E8E6D9
(232,230,217)
#F2EFE8
(242,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9552; }

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

This text font color is #8E9552.


Background Color

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

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

This div background color is #8E9552.


Border color

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

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

This div border color is #8E9552.


Opacity

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

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

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

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

This text has shadow with #8E9552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9552 on black background.


Color preview on white background

This text has color #8E9552 on white background.



Black color preview on #8E9552 background

This text has black color on #8E9552 background.


White color preview on #8E9552 background

This text has white color on #8E9552 background.