Color Hex Logo

#9a893e Color Hex

#9A893E
(154,137,62)
0 Favorites   0 Comments

Color spaces of #9a893e

RGB 15413762
HSL0.140.430.42
HSV49°60°60°
CMYK 0.000.110.60   0.40
XYZ23.141625.10918.1843
Yxy25.10910.41010.4449
Hunter Lab50.1090-5.254925.3925
CIE-Lab57.1816-3.221941.7697

#9a893e color RGB value is (154,137,62).

#9a893e hex color red value is 154, green value is 137 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #9a893e hue: 0.14 , saturation: 0.43 and the lightness value of 9a893e is 0.42.

The process color (four color CMYK) of #9a893e color hex is 0.00, 0.11, 0.60, 0.40. Web safe color of #9a893e is #999933. Color #9a893e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10001001 00111110
Octal 232 211 76
Decimal 154 137 62
Hex 9A 89 3E

RGB Percentages of Color #9a893e

%43.63
%38.81
%17.56

CMYK Percentages of Color #9a893e

%0
%11
%60
%40

Triadic Colors of #9a893e

#9a893e #3e9a89 #893e9a

Analogous Colors of #9a893e

#9a893e #7d9a3e #9a5b3e

Monochromatic Colors of #9a893e

#9a893e

Complementary Color

#9a893e #3e4f9a

#9a893e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a893e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a893e Color CSS Codes

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

#9a893e Text Font Color

<p style="color:#9a893e">Text here</p>

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


#9a893e Background Color

<div style="background-color:#9a893e">
Div content here</div>

This div background color is #9a893e


#9a893e Border Color

<div style="border:3px solid #9a893e">
Div here</div>

This div border color is #9a893e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,137,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9a893e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9a893e;
  -webkit-box-shadow: 1px 1px 3px 2px #9a893e;
  box-shadow:         1px 1px 3px 2px #9a893e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,137,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 #9a893e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a893e


Comments

No comments written yet.

Please login to write comment.