Color Hex Logo

#894528 Color Hex

#894528
(137,69,40)
0 Favorites   0 Comments

Color spaces of #894528

RGB 1376940
HSL0.050.550.35
HSV18°71°54°
CMYK 0.000.500.71   0.46
XYZ12.82779.72783.2090
Yxy9.72780.49790.3776
Hunter Lab31.189418.832615.7324
CIE-Lab37.349426.517830.2038

#894528 color RGB value is (137,69,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01000101 00101000
Octal 211 105 50
Decimal 137 69 40
Hex 89 45 28

RGB Percentages of Color #894528

%55.69
%28.05
%16.26

CMYK Percentages of Color #894528

%0
%50
%71
%46

Triadic Colors of #894528

#894528 #288945 #452889

Analogous Colors of #894528

#894528 #897628 #89283c

Monochromatic Colors of #894528

#894528

Complementary Color

#894528 #286c89

#894528 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894528 Color Preview on White Background

Lorem ipsum dolor sit amet.

#894528 Color CSS Codes

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

#894528 Text Font Color

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

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


#894528 Background Color

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

This div background color is #894528


#894528 Border Color

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

This div border color is #894528


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894528


Comments

No comments written yet.

Please login to write comment.