Color Hex Logo

#895432 Color Hex

#895432
(137,84,50)
0 Favorites   0 Comments

Color spaces of #895432

RGB 1378450
HSL0.070.470.37
HSV23°64°54°
CMYK 0.000.390.64   0.46
XYZ14.062611.88934.5713
Yxy11.88930.46070.3895
Hunter Lab34.480912.457516.2762
CIE-Lab41.039618.590828.8327

#895432 color RGB value is (137,84,50).

#895432 hex color red value is 137, green value is 84 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #895432 hue: 0.07 , saturation: 0.47 and the lightness value of 895432 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010100 00110010
Octal 211 124 62
Decimal 137 84 50
Hex 89 54 32

RGB Percentages of Color #895432

%50.55
%31.00
%18.45

CMYK Percentages of Color #895432

%0
%39
%64
%46

Triadic Colors of #895432

#895432 #328954 #543289

Analogous Colors of #895432

#895432 #898032 #89323c

Monochromatic Colors of #895432

#895432

Complementary Color

#895432 #326789

#895432 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895432 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895432 Color CSS Codes

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

#895432 Text Font Color

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

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


#895432 Background Color

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

This div background color is #895432


#895432 Border Color

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

This div border color is #895432


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895432


Comments

No comments written yet.

Please login to write comment.