Color Hex Logo

#8a6727 Color Hex

#8A6727
(138,103,39)
0 Favorites   0 Comments

Color spaces of #8a6727

RGB 13810339
HSL0.110.560.35
HSV39°72°54°
CMYK 0.000.250.72   0.46
XYZ15.697715.25034.0357
Yxy15.25030.44870.4359
Hunter Lab39.05163.411821.2090
CIE-Lab45.97517.193240.1705

#8a6727 color RGB value is (138,103,39).

#8a6727 hex color red value is 138, green value is 103 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #8a6727 hue: 0.11 , saturation: 0.56 and the lightness value of 8a6727 is 0.35.

The process color (four color CMYK) of #8a6727 color hex is 0.00, 0.25, 0.72, 0.46. Web safe color of #8a6727 is #996633. Color #8a6727 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 01100111 00100111
Octal 212 147 47
Decimal 138 103 39
Hex 8A 67 27

RGB Percentages of Color #8a6727

%49.29
%36.79
%13.93

CMYK Percentages of Color #8a6727

%0
%25
%72
%46

Triadic Colors of #8a6727

#8a6727 #278a67 #67278a

Analogous Colors of #8a6727

#8a6727 #7c8a27 #8a3627

Monochromatic Colors of #8a6727

#8a6727

Complementary Color

#8a6727 #274a8a

#8a6727 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a6727 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a6727 Color CSS Codes

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

#8a6727 Text Font Color

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

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


#8a6727 Background Color

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

This div background color is #8a6727


#8a6727 Border Color

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

This div border color is #8a6727


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a6727


Comments

No comments written yet.

Please login to write comment.