Color Hex Logo

#89470e Color Hex

#89470E
(137,71,14)
0 Favorites   0 Comments

Color spaces of #89470e

RGB 1377114
HSL0.080.810.30
HSV28°90°54°
CMYK 0.000.480.90   0.46
XYZ12.64909.85651.6513
Yxy9.85650.52360.4080
Hunter Lab31.395116.975918.8580
CIE-Lab37.583624.311642.8803

#89470e color RGB value is (137,71,14).

#89470e hex color red value is 137, green value is 71 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #89470e hue: 0.08 , saturation: 0.81 and the lightness value of 89470e is 0.30.

The process color (four color CMYK) of #89470e color hex is 0.00, 0.48, 0.90, 0.46. Web safe color of #89470e is #993300. Color #89470e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01000111 00001110
Octal 211 107 16
Decimal 137 71 14
Hex 89 47 E

RGB Percentages of Color #89470e

%61.71
%31.98
%6.31

CMYK Percentages of Color #89470e

%0
%48
%90
%46

Triadic Colors of #89470e

#89470e #0e8947 #470e89

Analogous Colors of #89470e

#89470e #89850e #890e13

Monochromatic Colors of #89470e

#89470e

Complementary Color

#89470e #0e5089

#89470e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89470e Color Preview on White Background

Lorem ipsum dolor sit amet.

#89470e Color CSS Codes

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

#89470e Text Font Color

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

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


#89470e Background Color

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

This div background color is #89470e


#89470e Border Color

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

This div border color is #89470e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,71,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #89470e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #89470e;
  -webkit-box-shadow: 1px 1px 3px 2px #89470e;
  box-shadow:         1px 1px 3px 2px #89470e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89470e


Comments

No comments written yet.

Please login to write comment.