Color Hex Logo

#897242 Color Hex

#897242
(137,114,66)
0 Favorites   0 Comments

Color spaces of #897242

RGB 13711466
HSL0.110.350.40
HSV41°52°54°
CMYK 0.000.170.52   0.46
XYZ17.317217.74637.6669
Yxy17.74630.40530.4153
Hunter Lab42.1264-0.343818.6978
CIE-Lab49.18692.476129.8033

#897242 color RGB value is (137,114,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110010 01000010
Octal 211 162 102
Decimal 137 114 66
Hex 89 72 42

RGB Percentages of Color #897242

%43.22
%35.96
%20.82

CMYK Percentages of Color #897242

%0
%17
%52
%46

Triadic Colors of #897242

#897242 #428972 #724289

Analogous Colors of #897242

#897242 #7d8942 #894f42

Monochromatic Colors of #897242

#897242

Complementary Color

#897242 #425989

#897242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#897242 Color CSS Codes

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

#897242 Text Font Color

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

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


#897242 Background Color

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

This div background color is #897242


#897242 Border Color

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

This div border color is #897242


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897242


Comments

No comments written yet.

Please login to write comment.