Color Hex Logo

#93886f Color Hex

#93886F
(147,136,111)
0 Favorites   0 Comments

Color spaces of #93886f

RGB 147136111
HSL0.120.140.51
HSV42°24°58°
CMYK 0.000.070.24   0.42
XYZ23.706024.959118.6071
Yxy24.95910.35240.3710
Hunter Lab49.9591-2.728712.8890
CIE-Lab57.0355-0.074714.9370

#93886f color RGB value is (147,136,111).

#93886f hex color red value is 147, green value is 136 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #93886f hue: 0.12 , saturation: 0.14 and the lightness value of 93886f is 0.51.

The process color (four color CMYK) of #93886f color hex is 0.00, 0.07, 0.24, 0.42. Web safe color of #93886f is #999966. Color #93886f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10001000 01101111
Octal 223 210 157
Decimal 147 136 111
Hex 93 88 6F

RGB Percentages of Color #93886f

%37.31
%34.52
%28.17

CMYK Percentages of Color #93886f

%0
%7
%24
%42

Triadic Colors of #93886f

#93886f #6f9388 #886f93

Analogous Colors of #93886f

#93886f #8c936f #93766f

Monochromatic Colors of #93886f

#93886f

Complementary Color

#93886f #6f7a93

#93886f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93886f Color Preview on White Background

Lorem ipsum dolor sit amet.

#93886f Color CSS Codes

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

#93886f Text Font Color

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

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


#93886f Background Color

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

This div background color is #93886f


#93886f Border Color

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

This div border color is #93886f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,136,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93886f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93886f;
  -webkit-box-shadow: 1px 1px 3px 2px #93886f;
  box-shadow:         1px 1px 3px 2px #93886f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93886f


Comments

No comments written yet.

Please login to write comment.