Color Hex Logo

#895039 Color Hex

#895039
(137,80,57)
0 Favorites   0 Comments

Color spaces of #895039

RGB 1378057
HSL0.050.410.38
HSV17°58°54°
CMYK 0.000.420.58   0.46
XYZ13.923711.35115.3280
Yxy11.35110.45500.3709
Hunter Lab33.691414.809114.2078
CIE-Lab40.165621.484523.6844

#895039 color RGB value is (137,80,57).

#895039 hex color red value is 137, green value is 80 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #895039 hue: 0.05 , saturation: 0.41 and the lightness value of 895039 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010000 00111001
Octal 211 120 71
Decimal 137 80 57
Hex 89 50 39

RGB Percentages of Color #895039

%50.00
%29.20
%20.80

CMYK Percentages of Color #895039

%0
%42
%58
%46

Triadic Colors of #895039

#895039 #398950 #503989

Analogous Colors of #895039

#895039 #897839 #89394a

Monochromatic Colors of #895039

#895039

Complementary Color

#895039 #397289

#895039 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895039 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895039 Color CSS Codes

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

#895039 Text Font Color

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

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


#895039 Background Color

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

This div background color is #895039


#895039 Border Color

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

This div border color is #895039


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895039


Comments

No comments written yet.

Please login to write comment.