Color Hex Logo

#897469 Color Hex

#897469
(137,116,105)
1 Favorites   0 Comments

Color spaces of #897469

RGB 137116105
HSL0.060.130.47
HSV21°23°54°
CMYK 0.000.150.23   0.46
XYZ19.111718.829115.9917
Yxy18.82910.35440.3491
Hunter Lab43.39252.68128.5243
CIE-Lab50.48676.34499.1105

#897469 color RGB value is (137,116,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110100 01101001
Octal 211 164 151
Decimal 137 116 105
Hex 89 74 69

RGB Percentages of Color #897469

%38.27
%32.40
%29.33

CMYK Percentages of Color #897469

%0
%15
%23
%46

Triadic Colors of #897469

#897469 #698974 #746989

Analogous Colors of #897469

#897469 #898469 #89696e

Monochromatic Colors of #897469

#897469

Complementary Color

#897469 #697e89

#897469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#897469 Color CSS Codes

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

#897469 Text Font Color

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

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


#897469 Background Color

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

This div background color is #897469


#897469 Border Color

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

This div border color is #897469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897469

#897469 Color Palettes


Comments

No comments written yet.

Please login to write comment.