Color Hex Logo

#897368 Color Hex

#897368
(137,115,104)
0 Favorites   0 Comments

Color spaces of #897368

RGB 137115104
HSL0.060.140.47
HSV20°24°54°
CMYK 0.000.160.24   0.46
XYZ18.946018.579315.6843
Yxy18.57930.35610.3492
Hunter Lab43.10373.02728.5985
CIE-Lab50.19136.76899.2819

#897368 color RGB value is (137,115,104).

#897368 hex color red value is 137, green value is 115 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #897368 hue: 0.06 , saturation: 0.14 and the lightness value of 897368 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110011 01101000
Octal 211 163 150
Decimal 137 115 104
Hex 89 73 68

RGB Percentages of Color #897368

%38.48
%32.30
%29.21

CMYK Percentages of Color #897368

%0
%16
%24
%46

Triadic Colors of #897368

#897368 #688973 #736889

Analogous Colors of #897368

#897368 #898468 #89686e

Monochromatic Colors of #897368

#897368

Complementary Color

#897368 #687e89

#897368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#897368 Color CSS Codes

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

#897368 Text Font Color

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

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


#897368 Background Color

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

This div background color is #897368


#897368 Border Color

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

This div border color is #897368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897368


Comments

No comments written yet.

Please login to write comment.