Color Hex Logo

#897375 Color Hex

#897375
(137,115,117)
0 Favorites   0 Comments

Color spaces of #897375

RGB 137115117
HSL0.980.090.49
HSV355°16°54°
CMYK 0.000.160.15   0.46
XYZ19.658118.864219.4347
Yxy18.86420.33920.3255
Hunter Lab43.43294.78293.8729
CIE-Lab50.52798.93232.0954

#897375 color RGB value is (137,115,117).

#897375 hex color red value is 137, green value is 115 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #897375 hue: 0.98 , saturation: 0.09 and the lightness value of 897375 is 0.49.

The process color (four color CMYK) of #897375 color hex is 0.00, 0.16, 0.15, 0.46. Web safe color of #897375 is #996666. Color #897375 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110011 01110101
Octal 211 163 165
Decimal 137 115 117
Hex 89 73 75

RGB Percentages of Color #897375

%37.13
%31.17
%31.71

CMYK Percentages of Color #897375

%0
%16
%15
%46

Triadic Colors of #897375

#897375 #758973 #737589

Analogous Colors of #897375

#897375 #897c73 #897380

Monochromatic Colors of #897375

#897375

Complementary Color

#897375 #738987

#897375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#897375 Color CSS Codes

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

#897375 Text Font Color

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

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


#897375 Background Color

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

This div background color is #897375


#897375 Border Color

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

This div border color is #897375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897375


Comments

No comments written yet.

Please login to write comment.