Color Hex Logo

#8d681e Color Hex

#8D681E
(141,104,30)
0 Favorites   0 Comments

Color spaces of #8d681e

RGB 14110430
HSL0.110.650.34
HSV40°79°55°
CMYK 0.000.260.79   0.45
XYZ16.169215.65713.3982
Yxy15.65710.45900.4445
Hunter Lab39.56913.695122.6065
CIE-Lab46.52147.558344.8265

#8d681e color RGB value is (141,104,30).

#8d681e hex color red value is 141, green value is 104 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #8d681e hue: 0.11 , saturation: 0.65 and the lightness value of 8d681e is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 01101000 00011110
Octal 215 150 36
Decimal 141 104 30
Hex 8D 68 1E

RGB Percentages of Color #8d681e

%51.27
%37.82
%10.91

CMYK Percentages of Color #8d681e

%0
%26
%79
%45

Triadic Colors of #8d681e

#8d681e #1e8d68 #681e8d

Analogous Colors of #8d681e

#8d681e #7b8d1e #8d311e

Monochromatic Colors of #8d681e

#8d681e

Complementary Color

#8d681e #1e438d

#8d681e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d681e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d681e Color CSS Codes

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

#8d681e Text Font Color

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

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


#8d681e Background Color

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

This div background color is #8d681e


#8d681e Border Color

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

This div border color is #8d681e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d681e


Comments

No comments written yet.

Please login to write comment.