Color Hex Logo

#895442 Color Hex

#895442
(137,84,66)
0 Favorites   0 Comments

Color spaces of #895442

RGB 1378466
HSL0.040.350.40
HSV15°52°54°
CMYK 0.000.390.52   0.46
XYZ14.470212.05246.7179
Yxy12.05240.43530.3626
Hunter Lab34.716613.646512.8286
CIE-Lab41.299320.002419.7626

#895442 color RGB value is (137,84,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010100 01000010
Octal 211 124 102
Decimal 137 84 66
Hex 89 54 42

RGB Percentages of Color #895442

%47.74
%29.27
%23.00

CMYK Percentages of Color #895442

%0
%39
%52
%46

Triadic Colors of #895442

#895442 #428954 #544289

Analogous Colors of #895442

#895442 #897842 #894254

Monochromatic Colors of #895442

#895442

Complementary Color

#895442 #427789

#895442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895442 Color CSS Codes

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

#895442 Text Font Color

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

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


#895442 Background Color

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

This div background color is #895442


#895442 Border Color

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

This div border color is #895442


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895442


Comments

No comments written yet.

Please login to write comment.