Color Hex Logo

#89503e Color Hex

#89503E
(137,80,62)
0 Favorites   0 Comments

Color spaces of #89503e

RGB 1378062
HSL0.040.380.39
HSV14°55°54°
CMYK 0.000.420.55   0.46
XYZ14.054711.40356.0178
Yxy11.40350.44650.3623
Hunter Lab33.769115.195913.0726
CIE-Lab40.251921.936620.8035

#89503e color RGB value is (137,80,62).

#89503e hex color red value is 137, green value is 80 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #89503e hue: 0.04 , saturation: 0.38 and the lightness value of 89503e is 0.39.

The process color (four color CMYK) of #89503e color hex is 0.00, 0.42, 0.55, 0.46. Web safe color of #89503e is #996633. Color #89503e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010000 00111110
Octal 211 120 76
Decimal 137 80 62
Hex 89 50 3E

RGB Percentages of Color #89503e

%49.10
%28.67
%22.22

CMYK Percentages of Color #89503e

%0
%42
%55
%46

Triadic Colors of #89503e

#89503e #3e8950 #503e89

Analogous Colors of #89503e

#89503e #89763e #893e52

Monochromatic Colors of #89503e

#89503e

Complementary Color

#89503e #3e7789

#89503e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89503e Color Preview on White Background

Lorem ipsum dolor sit amet.

#89503e Color CSS Codes

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

#89503e Text Font Color

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

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


#89503e Background Color

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

This div background color is #89503e


#89503e Border Color

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

This div border color is #89503e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89503e


Comments

No comments written yet.

Please login to write comment.