Color Hex Logo

#8d701d Color Hex

#8D701D
(141,112,29)
0 Favorites   0 Comments

Color spaces of #8d701d

RGB 14111229
HSL0.120.660.33
HSV44°79°55°
CMYK 0.000.210.79   0.45
XYZ17.000417.33983.6133
Yxy17.33980.44790.4569
Hunter Lab41.64110.002624.0040
CIE-Lab48.68542.899047.2560

#8d701d color RGB value is (141,112,29).

#8d701d hex color red value is 141, green value is 112 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #8d701d hue: 0.12 , saturation: 0.66 and the lightness value of 8d701d is 0.33.

The process color (four color CMYK) of #8d701d color hex is 0.00, 0.21, 0.79, 0.45. Web safe color of #8d701d is #996633. Color #8d701d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01110000 00011101
Octal 215 160 35
Decimal 141 112 29
Hex 8D 70 1D

RGB Percentages of Color #8d701d

%50.00
%39.72
%10.28

CMYK Percentages of Color #8d701d

%0
%21
%79
%45

Triadic Colors of #8d701d

#8d701d #1d8d70 #701d8d

Analogous Colors of #8d701d

#8d701d #728d1d #8d381d

Monochromatic Colors of #8d701d

#8d701d

Complementary Color

#8d701d #1d3a8d

#8d701d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d701d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d701d Color CSS Codes

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

#8d701d Text Font Color

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

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


#8d701d Background Color

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

This div background color is #8d701d


#8d701d Border Color

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

This div border color is #8d701d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d701d


Comments

No comments written yet.

Please login to write comment.