Color Hex Logo

#897442 Color Hex

#897442
(137,116,66)
0 Favorites   0 Comments

Color spaces of #897442

RGB 13711666
HSL0.120.350.40
HSV42°52°54°
CMYK 0.000.150.52   0.46
XYZ17.545318.20257.7430
Yxy18.20250.40340.4185
Hunter Lab42.6644-1.256419.1048
CIE-Lab49.74081.327930.4859

#897442 color RGB value is (137,116,66).

#897442 hex color red value is 137, green value is 116 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #897442 hue: 0.12 , saturation: 0.35 and the lightness value of 897442 is 0.40.

The process color (four color CMYK) of #897442 color hex is 0.00, 0.15, 0.52, 0.46. Web safe color of #897442 is #996633. Color #897442 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110100 01000010
Octal 211 164 102
Decimal 137 116 66
Hex 89 74 42

RGB Percentages of Color #897442

%42.95
%36.36
%20.69

CMYK Percentages of Color #897442

%0
%15
%52
%46

Triadic Colors of #897442

#897442 #428974 #744289

Analogous Colors of #897442

#897442 #7b8942 #895142

Monochromatic Colors of #897442

#897442

Complementary Color

#897442 #425789

#897442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#897442 Color CSS Codes

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

#897442 Text Font Color

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

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


#897442 Background Color

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

This div background color is #897442


#897442 Border Color

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

This div border color is #897442


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897442


Comments

No comments written yet.

Please login to write comment.