Color Hex Logo

#894330 Color Hex

#894330
(137,67,48)
0 Favorites   0 Comments

Color spaces of #894330

RGB 1376748
HSL0.040.480.36
HSV13°65°54°
CMYK 0.000.510.65   0.46
XYZ12.85729.54613.9612
Yxy9.54610.48770.3621
Hunter Lab30.896820.210614.0263
CIE-Lab37.015128.155025.1351

#894330 color RGB value is (137,67,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01000011 00110000
Octal 211 103 60
Decimal 137 67 48
Hex 89 43 30

RGB Percentages of Color #894330

%54.37
%26.59
%19.05

CMYK Percentages of Color #894330

%0
%51
%65
%46

Triadic Colors of #894330

#894330 #308943 #433089

Analogous Colors of #894330

#894330 #897030 #893049

Monochromatic Colors of #894330

#894330

Complementary Color

#894330 #307689

#894330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#894330 Color CSS Codes

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

#894330 Text Font Color

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

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


#894330 Background Color

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

This div background color is #894330


#894330 Border Color

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

This div border color is #894330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894330


Comments

No comments written yet.

Please login to write comment.