Color Hex Logo

#89462f Color Hex

#89462F
(137,70,47)
0 Favorites   0 Comments

Color spaces of #89462f

RGB 1377047
HSL0.040.490.36
HSV15°66°54°
CMYK 0.000.490.66   0.46
XYZ13.01989.90393.9148
Yxy9.90390.48510.3690
Hunter Lab31.470518.774814.6539
CIE-Lab37.669426.412426.5229

#89462f color RGB value is (137,70,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01000110 00101111
Octal 211 106 57
Decimal 137 70 47
Hex 89 46 2F

RGB Percentages of Color #89462f

%53.94
%27.56
%18.50

CMYK Percentages of Color #89462f

%0
%49
%66
%46

Triadic Colors of #89462f

#89462f #2f8946 #462f89

Analogous Colors of #89462f

#89462f #89732f #892f45

Monochromatic Colors of #89462f

#89462f

Complementary Color

#89462f #2f7289

#89462f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89462f Color Preview on White Background

Lorem ipsum dolor sit amet.

#89462f Color CSS Codes

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

#89462f Text Font Color

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

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


#89462f Background Color

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

This div background color is #89462f


#89462f Border Color

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

This div border color is #89462f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89462f


Comments

No comments written yet.

Please login to write comment.