Color Hex Logo

#894630 Color Hex

#894630
(137,70,48)
0 Favorites   0 Comments

Color spaces of #894630

RGB 1377048
HSL0.040.480.36
HSV15°65°54°
CMYK 0.000.490.65   0.46
XYZ13.04029.91214.0222
Yxy9.91210.48340.3675
Hunter Lab31.483518.837114.4638
CIE-Lab37.684226.483125.9502

#894630 color RGB value is (137,70,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01000110 00110000
Octal 211 106 60
Decimal 137 70 48
Hex 89 46 30

RGB Percentages of Color #894630

%53.73
%27.45
%18.82

CMYK Percentages of Color #894630

%0
%49
%65
%46

Triadic Colors of #894630

#894630 #308946 #463089

Analogous Colors of #894630

#894630 #897330 #893047

Monochromatic Colors of #894630

#894630

Complementary Color

#894630 #307389

#894630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#894630 Color CSS Codes

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

#894630 Text Font Color

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

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


#894630 Background Color

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

This div background color is #894630


#894630 Border Color

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

This div border color is #894630


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894630


Comments

No comments written yet.

Please login to write comment.