Color Hex Logo

#897448 Color Hex

#897448
(137,116,72)
0 Favorites   0 Comments

Color spaces of #897448

RGB 13711672
HSL0.110.310.41
HSV41°47°54°
CMYK 0.000.150.47   0.46
XYZ17.731618.27708.7242
Yxy18.27700.39640.4086
Hunter Lab42.7516-0.780917.8270
CIE-Lab49.83041.946027.2786

#897448 color RGB value is (137,116,72).

#897448 hex color red value is 137, green value is 116 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #897448 hue: 0.11 , saturation: 0.31 and the lightness value of 897448 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110100 01001000
Octal 211 164 110
Decimal 137 116 72
Hex 89 74 48

RGB Percentages of Color #897448

%42.15
%35.69
%22.15

CMYK Percentages of Color #897448

%0
%15
%47
%46

Triadic Colors of #897448

#897448 #488974 #744889

Analogous Colors of #897448

#897448 #7e8948 #895448

Monochromatic Colors of #897448

#897448

Complementary Color

#897448 #485d89

#897448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#897448 Color CSS Codes

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

#897448 Text Font Color

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

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


#897448 Background Color

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

This div background color is #897448


#897448 Border Color

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

This div border color is #897448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897448


Comments

No comments written yet.

Please login to write comment.