Color Hex Logo

#894c4a Color Hex

#894C4A
(137,76,74)
0 Favorites   0 Comments

Color spaces of #894c4a

RGB 1377674
HSL0.010.300.41
HSV46°54°
CMYK 0.000.450.46   0.46
XYZ14.137010.98177.8531
Yxy10.98170.42880.3331
Hunter Lab33.138618.15579.1467
CIE-Lab39.549625.478812.5241

#894c4a color RGB value is (137,76,74).

#894c4a hex color red value is 137, green value is 76 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #894c4a hue: 0.01 , saturation: 0.30 and the lightness value of 894c4a is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001100 01001010
Octal 211 114 112
Decimal 137 76 74
Hex 89 4C 4A

RGB Percentages of Color #894c4a

%47.74
%26.48
%25.78

CMYK Percentages of Color #894c4a

%0
%45
%46
%46

Triadic Colors of #894c4a

#894c4a #4a894c #4c4a89

Analogous Colors of #894c4a

#894c4a #896c4a #894a68

Monochromatic Colors of #894c4a

#894c4a

Complementary Color

#894c4a #4a8789

#894c4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894c4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#894c4a Color CSS Codes

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

#894c4a Text Font Color

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

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


#894c4a Background Color

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

This div background color is #894c4a


#894c4a Border Color

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

This div border color is #894c4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894c4a


Comments

No comments written yet.

Please login to write comment.