Color Hex Logo

#897542 Color Hex

#897542
(137,117,66)
0 Favorites   0 Comments

Color spaces of #897542

RGB 13711766
HSL0.120.350.40
HSV43°52°54°
CMYK 0.000.150.52   0.46
XYZ17.661218.43437.7816
Yxy18.43430.40250.4201
Hunter Lab42.9352-1.711419.3089
CIE-Lab50.01870.755630.8276

#897542 color RGB value is (137,117,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110101 01000010
Octal 211 165 102
Decimal 137 117 66
Hex 89 75 42

RGB Percentages of Color #897542

%42.81
%36.56
%20.63

CMYK Percentages of Color #897542

%0
%15
%52
%46

Triadic Colors of #897542

#897542 #428975 #754289

Analogous Colors of #897542

#897542 #7a8942 #895242

Monochromatic Colors of #897542

#897542

Complementary Color

#897542 #425689

#897542 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897542 Color Preview on White Background

Lorem ipsum dolor sit amet.

#897542 Color CSS Codes

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

#897542 Text Font Color

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

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


#897542 Background Color

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

This div background color is #897542


#897542 Border Color

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

This div border color is #897542


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,117,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 #897542">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897542


Comments

No comments written yet.

Please login to write comment.