Color Hex Logo

#895032 Color Hex

#895032
(137,80,50)
0 Favorites   0 Comments

Color spaces of #895032

RGB 1378050
HSL0.060.470.37
HSV21°64°54°
CMYK 0.000.420.64   0.46
XYZ13.760911.28604.4707
Yxy11.28600.46620.3823
Hunter Lab33.594614.325815.6261
CIE-Lab40.058120.916927.6540

#895032 color RGB value is (137,80,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010000 00110010
Octal 211 120 62
Decimal 137 80 50
Hex 89 50 32

RGB Percentages of Color #895032

%51.31
%29.96
%18.73

CMYK Percentages of Color #895032

%0
%42
%64
%46

Triadic Colors of #895032

#895032 #328950 #503289

Analogous Colors of #895032

#895032 #897c32 #893240

Monochromatic Colors of #895032

#895032

Complementary Color

#895032 #326b89

#895032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895032 Color CSS Codes

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

#895032 Text Font Color

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

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


#895032 Background Color

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

This div background color is #895032


#895032 Border Color

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

This div border color is #895032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895032


Comments

No comments written yet.

Please login to write comment.