Color Hex Logo

#8d844d Color Hex

#8D844D
(141,132,77)
0 Favorites   0 Comments

Color spaces of #8d844d

RGB 14113277
HSL0.140.290.43
HSV52°45°55°
CMYK 0.000.060.45   0.45
XYZ20.575322.701110.3185
Yxy22.70110.38390.4236
Hunter Lab47.6457-6.296520.5117
CIE-Lab54.7631-4.793730.8220

#8d844d color RGB value is (141,132,77).

#8d844d hex color red value is 141, green value is 132 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #8d844d hue: 0.14 , saturation: 0.29 and the lightness value of 8d844d is 0.43.

The process color (four color CMYK) of #8d844d color hex is 0.00, 0.06, 0.45, 0.45. Web safe color of #8d844d is #999966. Color #8d844d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10000100 01001101
Octal 215 204 115
Decimal 141 132 77
Hex 8D 84 4D

RGB Percentages of Color #8d844d

%40.29
%37.71
%22.00

CMYK Percentages of Color #8d844d

%0
%6
%45
%45

Triadic Colors of #8d844d

#8d844d #4d8d84 #844d8d

Analogous Colors of #8d844d

#8d844d #768d4d #8d644d

Monochromatic Colors of #8d844d

#8d844d

Complementary Color

#8d844d #4d568d

#8d844d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d844d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d844d Color CSS Codes

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

#8d844d Text Font Color

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

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


#8d844d Background Color

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

This div background color is #8d844d


#8d844d Border Color

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

This div border color is #8d844d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d844d


Comments

No comments written yet.

Please login to write comment.