Color Hex Logo

#8d4c16 Color Hex

#8D4C16
(141,76,22)
0 Favorites   0 Comments

Color spaces of #8d4c16

RGB 1417622
HSL0.080.730.32
HSV27°84°55°
CMYK 0.000.460.84   0.45
XYZ13.713810.88952.1382
Yxy10.88950.51280.4072
Hunter Lab32.999216.432219.2577
CIE-Lab39.393723.480541.5480

#8d4c16 color RGB value is (141,76,22).

#8d4c16 hex color red value is 141, green value is 76 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #8d4c16 hue: 0.08 , saturation: 0.73 and the lightness value of 8d4c16 is 0.32.

The process color (four color CMYK) of #8d4c16 color hex is 0.00, 0.46, 0.84, 0.45. Web safe color of #8d4c16 is #993300. Color #8d4c16 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01001100 00010110
Octal 215 114 26
Decimal 141 76 22
Hex 8D 4C 16

RGB Percentages of Color #8d4c16

%59.00
%31.80
%9.21

CMYK Percentages of Color #8d4c16

%0
%46
%84
%45

Triadic Colors of #8d4c16

#8d4c16 #168d4c #4c168d

Analogous Colors of #8d4c16

#8d4c16 #8d8816 #8d161c

Monochromatic Colors of #8d4c16

#8d4c16

Complementary Color

#8d4c16 #16578d

#8d4c16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d4c16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d4c16 Color CSS Codes

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

#8d4c16 Text Font Color

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

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


#8d4c16 Background Color

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

This div background color is #8d4c16


#8d4c16 Border Color

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

This div border color is #8d4c16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d4c16


Comments

No comments written yet.

Please login to write comment.