Color Hex Logo

#897225 Color Hex

#897225
(137,114,37)
0 Favorites   0 Comments

Color spaces of #897225

RGB 13711437
HSL0.130.570.34
HSV46°73°54°
CMYK 0.000.170.73   0.46
XYZ16.667817.48664.2470
Yxy17.48660.43400.4554
Hunter Lab41.8170-2.031523.2503
CIE-Lab48.86740.265044.0131

#897225 color RGB value is (137,114,37).

#897225 hex color red value is 137, green value is 114 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #897225 hue: 0.13 , saturation: 0.57 and the lightness value of 897225 is 0.34.

The process color (four color CMYK) of #897225 color hex is 0.00, 0.17, 0.73, 0.46. Web safe color of #897225 is #996633. Color #897225 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110010 00100101
Octal 211 162 45
Decimal 137 114 37
Hex 89 72 25

RGB Percentages of Color #897225

%47.57
%39.58
%12.85

CMYK Percentages of Color #897225

%0
%17
%73
%46

Triadic Colors of #897225

#897225 #258972 #722589

Analogous Colors of #897225

#897225 #6e8925 #894025

Monochromatic Colors of #897225

#897225

Complementary Color

#897225 #253c89

#897225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#897225 Color CSS Codes

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

#897225 Text Font Color

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

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


#897225 Background Color

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

This div background color is #897225


#897225 Border Color

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

This div border color is #897225


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897225


Comments

No comments written yet.

Please login to write comment.