Color Hex Logo

#8a863e Color Hex

#8A863E
(138,134,62)
0 Favorites   0 Comments

Color spaces of #8a863e

RGB 13813462
HSL0.160.380.39
HSV57°55°54°
CMYK 0.000.030.55   0.46
XYZ19.875822.80137.9109
Yxy22.80130.39290.4507
Hunter Lab47.7507-9.264723.6029
CIE-Lab54.8671-8.683338.7297

#8a863e color RGB value is (138,134,62).

#8a863e hex color red value is 138, green value is 134 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #8a863e hue: 0.16 , saturation: 0.38 and the lightness value of 8a863e is 0.39.

The process color (four color CMYK) of #8a863e color hex is 0.00, 0.03, 0.55, 0.46. Web safe color of #8a863e is #999933. Color #8a863e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10000110 00111110
Octal 212 206 76
Decimal 138 134 62
Hex 8A 86 3E

RGB Percentages of Color #8a863e

%41.32
%40.12
%18.56

CMYK Percentages of Color #8a863e

%0
%3
%55
%46

Triadic Colors of #8a863e

#8a863e #3e8a86 #863e8a

Analogous Colors of #8a863e

#8a863e #688a3e #8a603e

Monochromatic Colors of #8a863e

#8a863e

Complementary Color

#8a863e #3e428a

#8a863e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a863e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a863e Color CSS Codes

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

#8a863e Text Font Color

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

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


#8a863e Background Color

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

This div background color is #8a863e


#8a863e Border Color

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

This div border color is #8a863e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,134,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8a863e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8a863e;
  -webkit-box-shadow: 1px 1px 3px 2px #8a863e;
  box-shadow:         1px 1px 3px 2px #8a863e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,134,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a863e


Comments

No comments written yet.

Please login to write comment.