COLOR #8E7B55

HEX: #8E7B55
RGB: (142,123,85)

Color info

#8E7B55 contains red, green and blue colors in about the same proportion. Web safe color of #8E7B55 is #996666 (or #966).

RGB color model

#8E7B55 color RGB value is (142,123,85).

  • red value is 142;
  • green value is 123;
  • blue value is 85.
RGB:
(142,123,85)
(56%,48%,33%)

RGB channels and saturation

R 142 of 255 = 56%
G 123 of 255 = 48%
B 85 of 255 = 33%

142
123
85

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

Portions of RGB colors in percentages

R + G + B =
142 + 123 + 85 = 350 (100%)
R 142 of 350 ~ 40.57%
G 123 of 350 ~ 35.14%
B 85 of 350 ~ 24.29%

%40.57
%35.14
%24.29

CMYK color model

#8E7B55 color CMYK value is (0,13,40,44).

  • cyan value is 0.00%
  • magenta value is 13.38%
  • yellow value is 40.14%
  • key color value is 44.31%
CMYK:
(0,13,40,44)
C0M13Y40K44 
(0%,13%,40%,44%)
(0.00/0.13/0.40/0.44)	

CMYK percentages

%0
%13.38
%40.14
%44.31

Codes

Color #8E7B55 in popluar color models

8E7B55
RGB14212385
HSL40°25.11%44.51%
HSB/HSV40°40.14%55.69%
CMYK0.00%13.38%40.14%
44.31%

Color #8E7B55 in popluar number systems.

HEX8E7B55
Decimal14212385
Binary1000111011110111010101
Octal216173125

Shades and tints

Shades of #8E7B55

#8E7B55
(142,123,85)
#82704E
(130,112,78)
#766547
(118,101,71)
#6A5A40
(106,90,64)
#5E4F39
(94,79,57)
#524432
(82,68,50)
#46392B
(70,57,43)
#3A2E24
(58,46,36)
#2E231D
(46,35,29)
#221816
(34,24,22)
#160D0F
(22,13,15)
#000000
(0,0,0)

Tints of #8E7B55

#8E7B55
(142,123,85)
#988764
(152,135,100)
#A29373
(162,147,115)
#AC9F82
(172,159,130)
#B6AB91
(182,171,145)
#C0B7A0
(192,183,160)
#CAC3AF
(202,195,175)
#D4CFBE
(212,207,190)
#DEDBCD
(222,219,205)
#E8E7DC
(232,231,220)
#F2F3EB
(242,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7B55 color. Also use rgb(142,123,85) instead hex code.

Text Font Color

.myTextColor { color: #8E7B55; }

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

This text font color is #8E7B55.


Background Color

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

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

This div background color is #8E7B55.


Border color

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

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

This div border color is #8E7B55.


Opacity

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

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

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

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

This text has shadow with #8E7B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7B55 on black background.


Color preview on white background

This text has color #8E7B55 on white background.



Black color preview on #8E7B55 background

This text has black color on #8E7B55 background.


White color preview on #8E7B55 background

This text has white color on #8E7B55 background.