COLOR #8E7748

HEX: #8E7748
RGB: (142,119,72)

Color info

#8E7748 contains mainly red and green colors. Web safe color of #8E7748 is #996633 (or #963).

RGB color model

#8E7748 color RGB value is (142,119,72).

  • red value is 142;
  • green value is 119;
  • blue value is 72.
RGB:
(142,119,72)
(56%,47%,28%)

RGB channels and saturation

R 142 of 255 = 56%
G 119 of 255 = 47%
B 72 of 255 = 28%

142
119
72

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

Portions of RGB colors in percentages

R + G + B =
142 + 119 + 72 = 333 (100%)
R 142 of 333 ~ 42.64%
G 119 of 333 ~ 35.74%
B 72 of 333 ~ 21.62%

%42.64
%35.74
%21.62

CMYK color model

#8E7748 color CMYK value is (0,16,49,44).

  • cyan value is 0.00%
  • magenta value is 16.20%
  • yellow value is 49.30%
  • key color value is 44.31%
CMYK:
(0,16,49,44)
C0M16Y49K44 
(0%,16%,49%,44%)
(0.00/0.16/0.49/0.44)	

CMYK percentages

%0
%16.2
%49.3
%44.31

Codes

Color #8E7748 in popluar color models

8E7748
RGB14211972
HSL40°32.71%41.96%
HSB/HSV40°49.30%55.69%
CMYK0.00%16.20%49.30%
44.31%

Color #8E7748 in popluar number systems.

HEX8E7748
Decimal14211972
Binary1000111011101111001000
Octal216167110

Shades and tints

Shades of #8E7748

#8E7748
(142,119,72)
#826D42
(130,109,66)
#76633C
(118,99,60)
#6A5936
(106,89,54)
#5E4F30
(94,79,48)
#52452A
(82,69,42)
#463B24
(70,59,36)
#3A311E
(58,49,30)
#2E2718
(46,39,24)
#221D12
(34,29,18)
#16130C
(22,19,12)
#000000
(0,0,0)

Tints of #8E7748

#8E7748
(142,119,72)
#988358
(152,131,88)
#A28F68
(162,143,104)
#AC9B78
(172,155,120)
#B6A788
(182,167,136)
#C0B398
(192,179,152)
#CABFA8
(202,191,168)
#D4CBB8
(212,203,184)
#DED7C8
(222,215,200)
#E8E3D8
(232,227,216)
#F2EFE8
(242,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7748 color. Also use rgb(142,119,72) instead hex code.

Text Font Color

.myTextColor { color: #8E7748; }

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

This text font color is #8E7748.


Background Color

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

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

This div background color is #8E7748.


Border color

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

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

This div border color is #8E7748.


Opacity

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

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

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

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

This text has shadow with #8E7748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7748 on black background.


Color preview on white background

This text has color #8E7748 on white background.



Black color preview on #8E7748 background

This text has black color on #8E7748 background.


White color preview on #8E7748 background

This text has white color on #8E7748 background.