Color Hex Logo

#894c31 Color Hex

#894C31
(137,76,49)
0 Favorites   0 Comments

Color spaces of #894c31

RGB 1377649
HSL0.050.470.36
HSV18°64°54°
CMYK 0.000.450.64   0.46
XYZ13.455310.70904.2636
Yxy10.70900.47330.3767
Hunter Lab32.724616.125415.1825
CIE-Lab39.086023.148827.0603

#894c31 color RGB value is (137,76,49).

#894c31 hex color red value is 137, green value is 76 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #894c31 hue: 0.05 , saturation: 0.47 and the lightness value of 894c31 is 0.36.

The process color (four color CMYK) of #894c31 color hex is 0.00, 0.45, 0.64, 0.46. Web safe color of #894c31 is #993333. Color #894c31 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001100 00110001
Octal 211 114 61
Decimal 137 76 49
Hex 89 4C 31

RGB Percentages of Color #894c31

%52.29
%29.01
%18.70

CMYK Percentages of Color #894c31

%0
%45
%64
%46

Triadic Colors of #894c31

#894c31 #31894c #4c3189

Analogous Colors of #894c31

#894c31 #897831 #893142

Monochromatic Colors of #894c31

#894c31

Complementary Color

#894c31 #316e89

#894c31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894c31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#894c31 Color CSS Codes

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

#894c31 Text Font Color

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

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


#894c31 Background Color

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

This div background color is #894c31


#894c31 Border Color

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

This div border color is #894c31


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,76,49, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #894c31; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #894c31;
  -webkit-box-shadow: 1px 1px 3px 2px #894c31;
  box-shadow:         1px 1px 3px 2px #894c31; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894c31


Comments

No comments written yet.

Please login to write comment.