Color Hex Logo

#897240 Color Hex

#897240
(137,114,64)
0 Favorites   0 Comments

Color spaces of #897240

RGB 13711464
HSL0.110.360.39
HSV41°53°54°
CMYK 0.000.170.53   0.46
XYZ17.259317.72327.3617
Yxy17.72320.40760.4186
Hunter Lab42.0989-0.493519.1014
CIE-Lab49.15862.281830.8653

#897240 color RGB value is (137,114,64).

#897240 hex color red value is 137, green value is 114 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #897240 hue: 0.11 , saturation: 0.36 and the lightness value of 897240 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110010 01000000
Octal 211 162 100
Decimal 137 114 64
Hex 89 72 40

RGB Percentages of Color #897240

%43.49
%36.19
%20.32

CMYK Percentages of Color #897240

%0
%17
%53
%46

Triadic Colors of #897240

#897240 #408972 #724089

Analogous Colors of #897240

#897240 #7c8940 #894e40

Monochromatic Colors of #897240

#897240

Complementary Color

#897240 #405789

#897240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#897240 Color CSS Codes

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

#897240 Text Font Color

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

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


#897240 Background Color

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

This div background color is #897240


#897240 Border Color

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

This div border color is #897240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897240

#897240 Color Palettes


Comments

No comments written yet.

Please login to write comment.