Color Hex Logo

#8e7c6e Color Hex

#8E7C6E
(142,124,110)
0 Favorites   0 Comments

Color spaces of #8e7c6e

RGB 142124110
HSL0.070.130.49
HSV26°23°56°
CMYK 0.000.130.23   0.44
XYZ21.177521.291917.7454
Yxy21.29190.35170.3536
Hunter Lab46.14311.17259.4989
CIE-Lab53.26754.553810.1808

#8e7c6e color RGB value is (142,124,110).

#8e7c6e hex color red value is 142, green value is 124 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #8e7c6e hue: 0.07 , saturation: 0.13 and the lightness value of 8e7c6e is 0.49.

The process color (four color CMYK) of #8e7c6e color hex is 0.00, 0.13, 0.23, 0.44. Web safe color of #8e7c6e is #996666. Color #8e7c6e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 01111100 01101110
Octal 216 174 156
Decimal 142 124 110
Hex 8E 7C 6E

RGB Percentages of Color #8e7c6e

%37.77
%32.98
%29.26

CMYK Percentages of Color #8e7c6e

%0
%13
%23
%44

Triadic Colors of #8e7c6e

#8e7c6e #6e8e7c #7c6e8e

Analogous Colors of #8e7c6e

#8e7c6e #8e8c6e #8e6e70

Monochromatic Colors of #8e7c6e

#8e7c6e

Complementary Color

#8e7c6e #6e808e

#8e7c6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e7c6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e7c6e Color CSS Codes

.mybgcolor {background-color:#8e7c6e; } 
.myforecolor {color:#8e7c6e; }
.mybordercolor {border:3px solid #8e7c6e; }

#8e7c6e Text Font Color

<p style="color:#8e7c6e">Text here</p>

This sample text font color is #8e7c6e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#8e7c6e Background Color

<div style="background-color:#8e7c6e">
Div content here</div>

This div background color is #8e7c6e


#8e7c6e Border Color

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

This div border color is #8e7c6e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,124,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8e7c6e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8e7c6e;
  -webkit-box-shadow: 1px 1px 3px 2px #8e7c6e;
  box-shadow:         1px 1px 3px 2px #8e7c6e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,124,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #8e7c6e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #8e7c6e;
  -webkit-box-shadow: 1px 1px 3px 2px #8e7c6e;
  box-shadow:         1px 1px 3px 2px #8e7c6e;">
Div content here</div>

This div box has shadow with color #8e7c6e


Comments

No comments written yet.

Please login to write comment.