Color Hex Logo

#8a8539 Color Hex

#8A8539
(138,133,57)
0 Favorites   0 Comments

Color spaces of #8a8539

RGB 13813357
HSL0.160.420.38
HSV56°59°54°
CMYK 0.000.040.59   0.46
XYZ19.607322.47377.1753
Yxy22.47370.39810.4563
Hunter Lab47.4064-9.133724.2105
CIE-Lab54.5260-8.555840.8130

#8a8539 color RGB value is (138,133,57).

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

The process color (four color CMYK) of #8a8539 color hex is 0.00, 0.04, 0.59, 0.46. Web safe color of #8a8539 is #999933. Color #8a8539 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10000101 00111001
Octal 212 205 71
Decimal 138 133 57
Hex 8A 85 39

RGB Percentages of Color #8a8539

%42.07
%40.55
%17.38

CMYK Percentages of Color #8a8539

%0
%4
%59
%46

Triadic Colors of #8a8539

#8a8539 #398a85 #85398a

Analogous Colors of #8a8539

#8a8539 #678a39 #8a5d39

Monochromatic Colors of #8a8539

#8a8539

Complementary Color

#8a8539 #393e8a

#8a8539 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a8539 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a8539 Color CSS Codes

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

#8a8539 Text Font Color

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

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


#8a8539 Background Color

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

This div background color is #8a8539


#8a8539 Border Color

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

This div border color is #8a8539


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a8539


Comments

No comments written yet.

Please login to write comment.