Color Hex Logo

#895134 Color Hex

#895134
(137,81,52)
0 Favorites   0 Comments

Color spaces of #895134

RGB 1378152
HSL0.060.450.37
HSV20°62°54°
CMYK 0.000.410.62   0.46
XYZ13.878811.45124.7276
Yxy11.45120.46170.3810
Hunter Lab33.839613.989715.4046
CIE-Lab40.330220.491326.8263

#895134 color RGB value is (137,81,52).

#895134 hex color red value is 137, green value is 81 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #895134 hue: 0.06 , saturation: 0.45 and the lightness value of 895134 is 0.37.

The process color (four color CMYK) of #895134 color hex is 0.00, 0.41, 0.62, 0.46. Web safe color of #895134 is #996633. Color #895134 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010001 00110100
Octal 211 121 64
Decimal 137 81 52
Hex 89 51 34

RGB Percentages of Color #895134

%50.74
%30.00
%19.26

CMYK Percentages of Color #895134

%0
%41
%62
%46

Triadic Colors of #895134

#895134 #348951 #513489

Analogous Colors of #895134

#895134 #897c34 #893442

Monochromatic Colors of #895134

#895134

Complementary Color

#895134 #346c89

#895134 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895134 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895134 Color CSS Codes

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

#895134 Text Font Color

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

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


#895134 Background Color

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

This div background color is #895134


#895134 Border Color

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

This div border color is #895134


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895134


Comments

No comments written yet.

Please login to write comment.