Color Hex Logo

#895653 Color Hex

#895653
(137,86,83)
0 Favorites   0 Comments

Color spaces of #895653

RGB 1378683
HSL0.010.250.43
HSV39°54°
CMYK 0.000.370.39   0.46
XYZ15.205612.59859.8139
Yxy12.59850.40420.3349
Hunter Lab35.494414.35338.4529
CIE-Lab42.151920.775410.5899

#895653 color RGB value is (137,86,83).

#895653 hex color red value is 137, green value is 86 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #895653 hue: 0.01 , saturation: 0.25 and the lightness value of 895653 is 0.43.

The process color (four color CMYK) of #895653 color hex is 0.00, 0.37, 0.39, 0.46. Web safe color of #895653 is #996666. Color #895653 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010110 01010011
Octal 211 126 123
Decimal 137 86 83
Hex 89 56 53

RGB Percentages of Color #895653

%44.77
%28.10
%27.12

CMYK Percentages of Color #895653

%0
%37
%39
%46

Triadic Colors of #895653

#895653 #538956 #565389

Analogous Colors of #895653

#895653 #897153 #89536b

Monochromatic Colors of #895653

#895653

Complementary Color

#895653 #538689

#895653 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895653 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895653 Color CSS Codes

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

#895653 Text Font Color

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

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


#895653 Background Color

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

This div background color is #895653


#895653 Border Color

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

This div border color is #895653


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895653


Comments

No comments written yet.

Please login to write comment.