COLOR #8E8258

HEX: #8E8258
RGB: (142,130,88)

Color info

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

RGB color model

#8E8258 color RGB value is (142,130,88).

  • red value is 142;
  • green value is 130;
  • blue value is 88.
RGB:
(142,130,88)
(56%,51%,35%)

RGB channels and saturation

R 142 of 255 = 56%
G 130 of 255 = 51%
B 88 of 255 = 35%

142
130
88

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

Portions of RGB colors in percentages

R + G + B =
142 + 130 + 88 = 360 (100%)
R 142 of 360 ~ 39.44%
G 130 of 360 ~ 36.11%
B 88 of 360 ~ 24.44%

%39.44
%36.11
%24.44

CMYK color model

#8E8258 color CMYK value is (0,8,38,44).

  • cyan value is 0.00%
  • magenta value is 8.45%
  • yellow value is 38.03%
  • key color value is 44.31%
CMYK:
(0,8,38,44)
C0M8Y38K44 
(0%,8%,38%,44%)
(0.00/0.08/0.38/0.44)	

CMYK percentages

%0
%8.45
%38.03
%44.31

Codes

Color #8E8258 in popluar color models

8E8258
RGB14213088
HSL47°23.48%45.10%
HSB/HSV47°38.03%55.69%
CMYK0.00%8.45%38.03%
44.31%

Color #8E8258 in popluar number systems.

HEX8E8258
Decimal14213088
Binary10001110100000101011000
Octal216202130

Shades and tints

Shades of #8E8258

#8E8258
(142,130,88)
#827750
(130,119,80)
#766C48
(118,108,72)
#6A6140
(106,97,64)
#5E5638
(94,86,56)
#524B30
(82,75,48)
#464028
(70,64,40)
#3A3520
(58,53,32)
#2E2A18
(46,42,24)
#221F10
(34,31,16)
#161408
(22,20,8)
#000000
(0,0,0)

Tints of #8E8258

#8E8258
(142,130,88)
#988D67
(152,141,103)
#A29876
(162,152,118)
#ACA385
(172,163,133)
#B6AE94
(182,174,148)
#C0B9A3
(192,185,163)
#CAC4B2
(202,196,178)
#D4CFC1
(212,207,193)
#DEDAD0
(222,218,208)
#E8E5DF
(232,229,223)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E8258 color. Also use rgb(142,130,88) instead hex code.

Text Font Color

.myTextColor { color: #8E8258; }

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

This text font color is #8E8258.


Background Color

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

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

This div background color is #8E8258.


Border color

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

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

This div border color is #8E8258.


Opacity

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

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

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

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

This text has shadow with #8E8258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8258 on black background.


Color preview on white background

This text has color #8E8258 on white background.



Black color preview on #8E8258 background

This text has black color on #8E8258 background.


White color preview on #8E8258 background

This text has white color on #8E8258 background.