Color Hex Logo

#8d763e Color Hex

#8D763E
(141,118,62)
0 Favorites   0 Comments

Color spaces of #8d763e

RGB 14111862
HSL0.120.390.40
HSV43°56°55°
CMYK 0.000.160.56   0.45
XYZ18.332418.96747.2523
Yxy18.96740.41150.4257
Hunter Lab43.5516-1.078320.6130
CIE-Lab50.64901.608233.8406

#8d763e color RGB value is (141,118,62).

#8d763e hex color red value is 141, green value is 118 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #8d763e hue: 0.12 , saturation: 0.39 and the lightness value of 8d763e is 0.40.

The process color (four color CMYK) of #8d763e color hex is 0.00, 0.16, 0.56, 0.45. Web safe color of #8d763e is #996633. Color #8d763e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01110110 00111110
Octal 215 166 76
Decimal 141 118 62
Hex 8D 76 3E

RGB Percentages of Color #8d763e

%43.93
%36.76
%19.31

CMYK Percentages of Color #8d763e

%0
%16
%56
%45

Triadic Colors of #8d763e

#8d763e #3e8d76 #763e8d

Analogous Colors of #8d763e

#8d763e #7d8d3e #8d4f3e

Monochromatic Colors of #8d763e

#8d763e

Complementary Color

#8d763e #3e558d

#8d763e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d763e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d763e Color CSS Codes

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

#8d763e Text Font Color

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

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


#8d763e Background Color

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

This div background color is #8d763e


#8d763e Border Color

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

This div border color is #8d763e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d763e


Comments

No comments written yet.

Please login to write comment.