Color Hex Logo

#897414 Color Hex

#897414
(137,116,20)
0 Favorites   0 Comments

Color spaces of #897414

RGB 13711620
HSL0.140.750.31
HSV49°85°54°
CMYK 0.000.150.85   0.46
XYZ16.688217.85973.2295
Yxy17.85970.44180.4728
Hunter Lab42.2607-3.469025.0517
CIE-Lab49.3255-1.595450.7210

#897414 color RGB value is (137,116,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110100 00010100
Octal 211 164 24
Decimal 137 116 20
Hex 89 74 14

RGB Percentages of Color #897414

%50.18
%42.49
%7.33

CMYK Percentages of Color #897414

%0
%15
%85
%46

Triadic Colors of #897414

#897414 #148974 #741489

Analogous Colors of #897414

#897414 #648914 #893a14

Monochromatic Colors of #897414

#897414

Complementary Color

#897414 #142989

#897414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#897414 Color CSS Codes

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

#897414 Text Font Color

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

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


#897414 Background Color

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

This div background color is #897414


#897414 Border Color

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

This div border color is #897414


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897414


Comments

No comments written yet.

Please login to write comment.