Color Hex Logo

#897c2f Color Hex

#897C2F
(137,124,47)
0 Favorites   0 Comments

Color spaces of #897c2f

RGB 13712447
HSL0.140.490.36
HSV51°66°54°
CMYK 0.000.090.66   0.46
XYZ18.037319.93895.5873
Yxy19.93890.41400.4577
Hunter Lab44.6530-6.038823.8383
CIE-Lab51.7681-4.773742.5206

#897c2f color RGB value is (137,124,47).

#897c2f hex color red value is 137, green value is 124 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #897c2f hue: 0.14 , saturation: 0.49 and the lightness value of 897c2f is 0.36.

The process color (four color CMYK) of #897c2f color hex is 0.00, 0.09, 0.66, 0.46. Web safe color of #897c2f is #996633. Color #897c2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111100 00101111
Octal 211 174 57
Decimal 137 124 47
Hex 89 7C 2F

RGB Percentages of Color #897c2f

%44.48
%40.26
%15.26

CMYK Percentages of Color #897c2f

%0
%9
%66
%46

Triadic Colors of #897c2f

#897c2f #2f897c #7c2f89

Analogous Colors of #897c2f

#897c2f #69892f #894f2f

Monochromatic Colors of #897c2f

#897c2f

Complementary Color

#897c2f #2f3c89

#897c2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897c2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#897c2f Color CSS Codes

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

#897c2f Text Font Color

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

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


#897c2f Background Color

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

This div background color is #897c2f


#897c2f Border Color

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

This div border color is #897c2f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,124,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #897c2f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #897c2f;
  -webkit-box-shadow: 1px 1px 3px 2px #897c2f;
  box-shadow:         1px 1px 3px 2px #897c2f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897c2f


Comments

No comments written yet.

Please login to write comment.