Color Hex Logo

#897116 Color Hex

#897116
(137,113,22)
0 Favorites   0 Comments

Color spaces of #897116

RGB 13711322
HSL0.130.720.31
HSV47°84°54°
CMYK 0.000.180.84   0.46
XYZ16.366517.18653.2138
Yxy17.18650.44510.4674
Hunter Lab41.4566-2.079724.4233
CIE-Lab48.49420.177149.3882

#897116 color RGB value is (137,113,22).

#897116 hex color red value is 137, green value is 113 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #897116 hue: 0.13 , saturation: 0.72 and the lightness value of 897116 is 0.31.

The process color (four color CMYK) of #897116 color hex is 0.00, 0.18, 0.84, 0.46. Web safe color of #897116 is #996600. Color #897116 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110001 00010110
Octal 211 161 26
Decimal 137 113 22
Hex 89 71 16

RGB Percentages of Color #897116

%50.37
%41.54
%8.09

CMYK Percentages of Color #897116

%0
%18
%84
%46

Triadic Colors of #897116

#897116 #168971 #711689

Analogous Colors of #897116

#897116 #688916 #893816

Monochromatic Colors of #897116

#897116

Complementary Color

#897116 #162e89

#897116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#897116 Color CSS Codes

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

#897116 Text Font Color

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

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


#897116 Background Color

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

This div background color is #897116


#897116 Border Color

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

This div border color is #897116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897116


Comments

No comments written yet.

Please login to write comment.