Color Hex Logo

#8e740b Color Hex

#8E740B
(142,116,11)
0 Favorites   0 Comments

Color spaces of #8e740b

RGB 14211611
HSL0.130.860.30
HSV48°92°56°
CMYK 0.000.180.92   0.44
XYZ17.461118.26572.9219
Yxy18.26570.45180.4726
Hunter Lab42.7384-1.864625.8634
CIE-Lab49.81680.544253.5995

#8e740b color RGB value is (142,116,11).

#8e740b hex color red value is 142, green value is 116 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #8e740b hue: 0.13 , saturation: 0.86 and the lightness value of 8e740b is 0.30.

The process color (four color CMYK) of #8e740b color hex is 0.00, 0.18, 0.92, 0.44. Web safe color of #8e740b is #996600. Color #8e740b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 01110100 00001011
Octal 216 164 13
Decimal 142 116 11
Hex 8E 74 B

RGB Percentages of Color #8e740b

%52.79
%43.12
%4.09

CMYK Percentages of Color #8e740b

%0
%18
%92
%44

Triadic Colors of #8e740b

#8e740b #0b8e74 #740b8e

Analogous Colors of #8e740b

#8e740b #678e0b #8e330b

Monochromatic Colors of #8e740b

#8e740b

Complementary Color

#8e740b #0b258e

#8e740b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e740b Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e740b Color CSS Codes

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

#8e740b Text Font Color

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

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


#8e740b Background Color

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

This div background color is #8e740b


#8e740b Border Color

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

This div border color is #8e740b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,116,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e740b


Comments

No comments written yet.

Please login to write comment.