Color Hex Logo

#8e762d Color Hex

#8E762D
(142,118,45)
0 Favorites   0 Comments

Color spaces of #8e762d

RGB 14211845
HSL0.130.520.37
HSV45°68°56°
CMYK 0.000.170.68   0.44
XYZ18.107418.89715.1758
Yxy18.89710.42930.4480
Hunter Lab43.4708-1.721223.3703
CIE-Lab50.56660.776842.3204

#8e762d color RGB value is (142,118,45).

#8e762d hex color red value is 142, green value is 118 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #8e762d hue: 0.13 , saturation: 0.52 and the lightness value of 8e762d is 0.37.

The process color (four color CMYK) of #8e762d color hex is 0.00, 0.17, 0.68, 0.44. Web safe color of #8e762d is #996633. Color #8e762d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 01110110 00101101
Octal 216 166 55
Decimal 142 118 45
Hex 8E 76 2D

RGB Percentages of Color #8e762d

%46.56
%38.69
%14.75

CMYK Percentages of Color #8e762d

%0
%17
%68
%44

Triadic Colors of #8e762d

#8e762d #2d8e76 #762d8e

Analogous Colors of #8e762d

#8e762d #768e2d #8e462d

Monochromatic Colors of #8e762d

#8e762d

Complementary Color

#8e762d #2d458e

#8e762d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e762d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e762d Color CSS Codes

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

#8e762d Text Font Color

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

This sample text font color is #8e762d
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.


#8e762d Background Color

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

This div background color is #8e762d


#8e762d Border Color

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

This div border color is #8e762d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e762d


Comments

No comments written yet.

Please login to write comment.