Color Hex Logo

#897b42 Color Hex

#897B42
(137,123,66)
0 Favorites   0 Comments

Color spaces of #897b42

RGB 13712366
HSL0.130.350.40
HSV48°52°54°
CMYK 0.000.100.52   0.46
XYZ18.382919.87768.0221
Yxy19.87760.39720.4295
Hunter Lab44.5843-4.423820.5409
CIE-Lab51.6985-2.650532.8775

#897b42 color RGB value is (137,123,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111011 01000010
Octal 211 173 102
Decimal 137 123 66
Hex 89 7B 42

RGB Percentages of Color #897b42

%42.02
%37.73
%20.25

CMYK Percentages of Color #897b42

%0
%10
%52
%46

Triadic Colors of #897b42

#897b42 #42897b #7b4289

Analogous Colors of #897b42

#897b42 #748942 #895842

Monochromatic Colors of #897b42

#897b42

Complementary Color

#897b42 #425089

#897b42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897b42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#897b42 Color CSS Codes

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

#897b42 Text Font Color

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

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


#897b42 Background Color

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

This div background color is #897b42


#897b42 Border Color

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

This div border color is #897b42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897b42

#897b42 Color Palettes


Comments

No comments written yet.

Please login to write comment.