Color Hex Logo

#89301f Color Hex

#89301F
(137,48,31)
0 Favorites   0 Comments

Color spaces of #89301f

RGB 1374831
HSL0.030.630.33
HSV10°77°54°
CMYK 0.000.650.77   0.46
XYZ11.62087.53122.1375
Yxy7.53120.54580.3538
Hunter Lab27.443027.560814.5921
CIE-Lab32.986837.012230.5075

#89301f color RGB value is (137,48,31).

#89301f hex color red value is 137, green value is 48 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #89301f hue: 0.03 , saturation: 0.63 and the lightness value of 89301f is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00110000 00011111
Octal 211 60 37
Decimal 137 48 31
Hex 89 30 1F

RGB Percentages of Color #89301f

%63.43
%22.22
%14.35

CMYK Percentages of Color #89301f

%0
%65
%77
%46

Triadic Colors of #89301f

#89301f #1f8930 #301f89

Analogous Colors of #89301f

#89301f #89651f #891f43

Monochromatic Colors of #89301f

#89301f

Complementary Color

#89301f #1f7889

#89301f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89301f Color Preview on White Background

Lorem ipsum dolor sit amet.

#89301f Color CSS Codes

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

#89301f Text Font Color

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

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


#89301f Background Color

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

This div background color is #89301f


#89301f Border Color

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

This div border color is #89301f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89301f


Comments

No comments written yet.

Please login to write comment.