Color Hex Logo

#8d741d Color Hex

#8D741D
(141,116,29)
0 Favorites   0 Comments

Color spaces of #8d741d

RGB 14111629
HSL0.130.660.33
HSV47°79°55°
CMYK 0.000.180.79   0.45
XYZ17.451718.24223.7637
Yxy18.24220.44230.4623
Hunter Lab42.7109-1.808824.6730
CIE-Lab49.78860.614948.2785

#8d741d color RGB value is (141,116,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 01110100 00011101
Octal 215 164 35
Decimal 141 116 29
Hex 8D 74 1D

RGB Percentages of Color #8d741d

%49.30
%40.56
%10.14

CMYK Percentages of Color #8d741d

%0
%18
%79
%45

Triadic Colors of #8d741d

#8d741d #1d8d74 #741d8d

Analogous Colors of #8d741d

#8d741d #6e8d1d #8d3c1d

Monochromatic Colors of #8d741d

#8d741d

Complementary Color

#8d741d #1d368d

#8d741d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d741d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d741d Color CSS Codes

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

#8d741d Text Font Color

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

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


#8d741d Background Color

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

This div background color is #8d741d


#8d741d Border Color

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

This div border color is #8d741d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,116,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 #8d741d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d741d


Comments

No comments written yet.

Please login to write comment.