Color Hex Logo

#93895e Color Hex

#93895E
(147,137,94)
0 Favorites   0 Comments

Color spaces of #93895e

RGB 14713794
HSL0.140.220.47
HSV49°36°58°
CMYK 0.000.070.36   0.42
XYZ22.998724.902514.1842
Yxy24.90250.37040.4011
Hunter Lab49.9024-5.063318.0792
CIE-Lab56.9803-2.998324.4420

#93895e color RGB value is (147,137,94).

#93895e hex color red value is 147, green value is 137 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #93895e hue: 0.14 , saturation: 0.22 and the lightness value of 93895e is 0.47.

The process color (four color CMYK) of #93895e color hex is 0.00, 0.07, 0.36, 0.42. Web safe color of #93895e is #999966. Color #93895e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10001001 01011110
Octal 223 211 136
Decimal 147 137 94
Hex 93 89 5E

RGB Percentages of Color #93895e

%38.89
%36.24
%24.87

CMYK Percentages of Color #93895e

%0
%7
%36
%42

Triadic Colors of #93895e

#93895e #5e9389 #895e93

Analogous Colors of #93895e

#93895e #83935e #936f5e

Monochromatic Colors of #93895e

#93895e

Complementary Color

#93895e #5e6893

#93895e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93895e Color Preview on White Background

Lorem ipsum dolor sit amet.

#93895e Color CSS Codes

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

#93895e Text Font Color

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

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


#93895e Background Color

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

This div background color is #93895e


#93895e Border Color

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

This div border color is #93895e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93895e


Comments

No comments written yet.

Please login to write comment.