COLOR #8E8A38

HEX: #8E8A38
RGB: (142,138,56)

Color info

#8E8A38 contains mainly red and green colors. Web safe color of #8E8A38 is #999933 (or #993).

RGB color model

#8E8A38 color RGB value is (142,138,56).

  • red value is 142;
  • green value is 138;
  • blue value is 56.
RGB:
(142,138,56)
(56%,54%,22%)

RGB channels and saturation

R 142 of 255 = 56%
G 138 of 255 = 54%
B 56 of 255 = 22%

142
138
56

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

Portions of RGB colors in percentages

R + G + B =
142 + 138 + 56 = 336 (100%)
R 142 of 336 ~ 42.26%
G 138 of 336 ~ 41.07%
B 56 of 336 ~ 16.67%

%42.26
%41.07
%16.67

CMYK color model

#8E8A38 color CMYK value is (0,3,61,44).

  • cyan value is 0.00%
  • magenta value is 2.82%
  • yellow value is 60.56%
  • key color value is 44.31%
CMYK:
(0,3,61,44)
C0M3Y61K44 
(0%,3%,61%,44%)
(0.00/0.03/0.61/0.44)	

CMYK percentages

%0
%2.82
%60.56
%44.31

Codes

Color #8E8A38 in popluar color models

8E8A38
RGB14213856
HSL57°43.43%38.82%
HSB/HSV57°60.56%55.69%
CMYK0.00%2.82%60.56%
44.31%

Color #8E8A38 in popluar number systems.

HEX8E8A38
Decimal14213856
Binary1000111010001010111000
Octal21621270

Shades and tints

Shades of #8E8A38

#8E8A38
(142,138,56)
#827E33
(130,126,51)
#76722E
(118,114,46)
#6A6629
(106,102,41)
#5E5A24
(94,90,36)
#524E1F
(82,78,31)
#46421A
(70,66,26)
#3A3615
(58,54,21)
#2E2A10
(46,42,16)
#221E0B
(34,30,11)
#161206
(22,18,6)
#000000
(0,0,0)

Tints of #8E8A38

#8E8A38
(142,138,56)
#98944A
(152,148,74)
#A29E5C
(162,158,92)
#ACA86E
(172,168,110)
#B6B280
(182,178,128)
#C0BC92
(192,188,146)
#CAC6A4
(202,198,164)
#D4D0B6
(212,208,182)
#DEDAC8
(222,218,200)
#E8E4DA
(232,228,218)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E8A38 color. Also use rgb(142,138,56) instead hex code.

Text Font Color

.myTextColor { color: #8E8A38; }

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

This text font color is #8E8A38.


Background Color

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

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

This div background color is #8E8A38.


Border color

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

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

This div border color is #8E8A38.


Opacity

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

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

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

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

This text has shadow with #8E8A38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8A38 on black background.


Color preview on white background

This text has color #8E8A38 on white background.



Black color preview on #8E8A38 background

This text has black color on #8E8A38 background.


White color preview on #8E8A38 background

This text has white color on #8E8A38 background.