Color Hex Logo

#894930 Color Hex

#894930
(137,73,48)
0 Favorites   0 Comments

Color spaces of #894930

RGB 1377348
HSL0.050.480.36
HSV17°65°54°
CMYK 0.000.470.65   0.46
XYZ13.232610.29694.0864
Yxy10.29690.47920.3729
Hunter Lab32.088817.453514.9118
CIE-Lab38.370124.788826.7803

#894930 color RGB value is (137,73,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001001 00110000
Octal 211 111 60
Decimal 137 73 48
Hex 89 49 30

RGB Percentages of Color #894930

%53.10
%28.29
%18.60

CMYK Percentages of Color #894930

%0
%47
%65
%46

Triadic Colors of #894930

#894930 #308949 #493089

Analogous Colors of #894930

#894930 #897630 #893043

Monochromatic Colors of #894930

#894930

Complementary Color

#894930 #307089

#894930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#894930 Color CSS Codes

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

#894930 Text Font Color

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

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


#894930 Background Color

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

This div background color is #894930


#894930 Border Color

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

This div border color is #894930


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,73,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 #894930">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894930


Comments

No comments written yet.

Please login to write comment.