Color Hex Logo

#894928 Color Hex

#894928
(137,73,40)
0 Favorites   0 Comments

Color spaces of #894928

RGB 1377340
HSL0.060.550.35
HSV20°71°54°
CMYK 0.000.470.71   0.46
XYZ13.082110.23673.2939
Yxy10.23670.49160.3847
Hunter Lab31.994816.994416.2924
CIE-Lab38.263924.260231.2405

#894928 color RGB value is (137,73,40).

#894928 hex color red value is 137, green value is 73 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #894928 hue: 0.06 , saturation: 0.55 and the lightness value of 894928 is 0.35.

The process color (four color CMYK) of #894928 color hex is 0.00, 0.47, 0.71, 0.46. Web safe color of #894928 is #993333. Color #894928 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001001 00101000
Octal 211 111 50
Decimal 137 73 40
Hex 89 49 28

RGB Percentages of Color #894928

%54.80
%29.20
%16.00

CMYK Percentages of Color #894928

%0
%47
%71
%46

Triadic Colors of #894928

#894928 #288949 #492889

Analogous Colors of #894928

#894928 #897a28 #892837

Monochromatic Colors of #894928

#894928

Complementary Color

#894928 #286889

#894928 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894928 Color Preview on White Background

Lorem ipsum dolor sit amet.

#894928 Color CSS Codes

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

#894928 Text Font Color

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

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


#894928 Background Color

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

This div background color is #894928


#894928 Border Color

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

This div border color is #894928


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894928


Comments

No comments written yet.

Please login to write comment.