Color Hex Logo

#895344 Color Hex

#895344
(137,83,68)
0 Favorites   0 Comments

Color spaces of #895344

RGB 1378368
HSL0.040.340.40
HSV13°50°54°
CMYK 0.000.390.50   0.46
XYZ14.453211.92227.0083
Yxy11.92220.43290.3571
Hunter Lab34.528514.292812.1358
CIE-Lab41.092220.790418.2829

#895344 color RGB value is (137,83,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010011 01000100
Octal 211 123 104
Decimal 137 83 68
Hex 89 53 44

RGB Percentages of Color #895344

%47.57
%28.82
%23.61

CMYK Percentages of Color #895344

%0
%39
%50
%46

Triadic Colors of #895344

#895344 #448953 #534489

Analogous Colors of #895344

#895344 #897644 #894458

Monochromatic Colors of #895344

#895344

Complementary Color

#895344 #447a89

#895344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895344 Color CSS Codes

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

#895344 Text Font Color

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

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


#895344 Background Color

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

This div background color is #895344


#895344 Border Color

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

This div border color is #895344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895344


Comments

No comments written yet.

Please login to write comment.