Color Hex Logo

#8e773a Color Hex

#8E773A
(142,119,58)
0 Favorites   0 Comments

Color spaces of #8e773a

RGB 14211958
HSL0.120.420.39
HSV44°59°56°
CMYK 0.000.160.59   0.44
XYZ18.515919.24996.7427
Yxy19.24990.41600.4325
Hunter Lab43.8747-1.450621.6006
CIE-Lab50.97831.149636.3535

#8e773a color RGB value is (142,119,58).

#8e773a hex color red value is 142, green value is 119 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #8e773a hue: 0.12 , saturation: 0.42 and the lightness value of 8e773a is 0.39.

The process color (four color CMYK) of #8e773a color hex is 0.00, 0.16, 0.59, 0.44. Web safe color of #8e773a is #996633. Color #8e773a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 01110111 00111010
Octal 216 167 72
Decimal 142 119 58
Hex 8E 77 3A

RGB Percentages of Color #8e773a

%44.51
%37.30
%18.18

CMYK Percentages of Color #8e773a

%0
%16
%59
%44

Triadic Colors of #8e773a

#8e773a #3a8e77 #773a8e

Analogous Colors of #8e773a

#8e773a #7b8e3a #8e4d3a

Monochromatic Colors of #8e773a

#8e773a

Complementary Color

#8e773a #3a518e

#8e773a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e773a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e773a Color CSS Codes

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

#8e773a Text Font Color

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

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


#8e773a Background Color

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

This div background color is #8e773a


#8e773a Border Color

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

This div border color is #8e773a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e773a


Comments

No comments written yet.

Please login to write comment.