Color Hex Logo

#895930 Color Hex

#895930
(137,89,48)
0 Favorites   0 Comments

Color spaces of #895930

RGB 1378948
HSL0.080.480.36
HSV28°65°54°
CMYK 0.000.350.65   0.46
XYZ14.422412.67654.4830
Yxy12.67650.45670.4014
Hunter Lab35.60419.999217.4575
CIE-Lab42.271715.516631.4075

#895930 color RGB value is (137,89,48).

#895930 hex color red value is 137, green value is 89 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #895930 hue: 0.08 , saturation: 0.48 and the lightness value of 895930 is 0.36.

The process color (four color CMYK) of #895930 color hex is 0.00, 0.35, 0.65, 0.46. Web safe color of #895930 is #996633. Color #895930 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011001 00110000
Octal 211 131 60
Decimal 137 89 48
Hex 89 59 30

RGB Percentages of Color #895930

%50.00
%32.48
%17.52

CMYK Percentages of Color #895930

%0
%35
%65
%46

Triadic Colors of #895930

#895930 #308959 #593089

Analogous Colors of #895930

#895930 #898630 #893034

Monochromatic Colors of #895930

#895930

Complementary Color

#895930 #306089

#895930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895930 Color CSS Codes

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

#895930 Text Font Color

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

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


#895930 Background Color

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

This div background color is #895930


#895930 Border Color

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

This div border color is #895930


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895930


Comments

No comments written yet.

Please login to write comment.