COLOR #8E774F

HEX: #8E774F
RGB: (142,119,79)

Color info

#8E774F contains mainly red and green colors. Web safe color of #8E774F is #996666 (or #966).

RGB color model

#8E774F color RGB value is (142,119,79).

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

RGB channels and saturation

R 142 of 255 = 56%
G 119 of 255 = 47%
B 79 of 255 = 31%

142
119
79

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

Portions of RGB colors in percentages

R + G + B =
142 + 119 + 79 = 340 (100%)
R 142 of 340 ~ 41.76%
G 119 of 340 ~ 35%
B 79 of 340 ~ 23.24%

%41.76
%35
%23.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.20%
  • yellow value is 44.37%
  • key color value is 44.31%
CMYK:
(0,16,44,44)
C0M16Y44K44 
(0%,16%,44%,44%)
(0.00/0.16/0.44/0.44)	

CMYK percentages

%0
%16.2
%44.37
%44.31

Codes

Color #8E774F in popluar color models

8E774F
RGB14211979
HSL38°28.51%43.33%
HSB/HSV38°44.37%55.69%
CMYK0.00%16.20%44.37%
44.31%

Color #8E774F in popluar number systems.

HEX8E774F
Decimal14211979
Binary1000111011101111001111
Octal216167117

Shades and tints

Shades of #8E774F

#8E774F
(142,119,79)
#826D48
(130,109,72)
#766341
(118,99,65)
#6A593A
(106,89,58)
#5E4F33
(94,79,51)
#52452C
(82,69,44)
#463B25
(70,59,37)
#3A311E
(58,49,30)
#2E2717
(46,39,23)
#221D10
(34,29,16)
#161309
(22,19,9)
#000000
(0,0,0)

Tints of #8E774F

#8E774F
(142,119,79)
#98835F
(152,131,95)
#A28F6F
(162,143,111)
#AC9B7F
(172,155,127)
#B6A78F
(182,167,143)
#C0B39F
(192,179,159)
#CABFAF
(202,191,175)
#D4CBBF
(212,203,191)
#DED7CF
(222,215,207)
#E8E3DF
(232,227,223)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E774F; }

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

This text font color is #8E774F.


Background Color

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

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

This div background color is #8E774F.


Border color

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

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

This div border color is #8E774F.


Opacity

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

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

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

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

This text has shadow with #8E774F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E774F on black background.


Color preview on white background

This text has color #8E774F on white background.



Black color preview on #8E774F background

This text has black color on #8E774F background.


White color preview on #8E774F background

This text has white color on #8E774F background.