Color Hex Logo

#897400 Color Hex

#897400
(137,116,0)
0 Favorites   0 Comments

Color spaces of #897400

RGB 1371160
HSL0.141.000.27
HSV51°100°54°
CMYK 0.000.151.00   0.46
XYZ16.561917.80912.5646
Yxy17.80910.44840.4822
Hunter Lab42.2008-3.798325.9374
CIE-Lab49.2637-2.037355.1935

#897400 color RGB value is (137,116,0).

#897400 hex color red value is 137, green value is 116 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #897400 hue: 0.14 , saturation: 1.00 and the lightness value of 897400 is 0.27.

The process color (four color CMYK) of #897400 color hex is 0.00, 0.15, 1.00, 0.46. Web safe color of #897400 is #996600. Color #897400 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110100 00000000
Octal 211 164 0
Decimal 137 116 0
Hex 89 74 0

RGB Percentages of Color #897400

%54.15
%45.85
%0.00

CMYK Percentages of Color #897400

%0
%15
%100
%46

Triadic Colors of #897400

#897400 #008974 #740089

Analogous Colors of #897400

#897400 #5a8900 #893000

Monochromatic Colors of #897400

#897400

Complementary Color

#897400 #001589

#897400 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897400 Color Preview on White Background

Lorem ipsum dolor sit amet.

#897400 Color CSS Codes

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

#897400 Text Font Color

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

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


#897400 Background Color

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

This div background color is #897400


#897400 Border Color

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

This div border color is #897400


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,116,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #897400; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #897400;
  -webkit-box-shadow: 1px 1px 3px 2px #897400;
  box-shadow:         1px 1px 3px 2px #897400; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,116,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897400


Comments

No comments written yet.

Please login to write comment.