Color Hex Logo

#93686f Color Hex

#93686F
(147,104,111)
0 Favorites   0 Comments

Color spaces of #93686f

RGB 147104111
HSL0.970.170.49
HSV350°29°58°
CMYK 0.000.290.24   0.42
XYZ19.852217.251417.3224
Yxy17.25140.36480.3170
Hunter Lab41.534812.63094.3470
CIE-Lab48.575318.31912.9657

#93686f color RGB value is (147,104,111).

#93686f hex color red value is 147, green value is 104 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #93686f hue: 0.97 , saturation: 0.17 and the lightness value of 93686f is 0.49.

The process color (four color CMYK) of #93686f color hex is 0.00, 0.29, 0.24, 0.42. Web safe color of #93686f is #996666. Color #93686f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01101000 01101111
Octal 223 150 157
Decimal 147 104 111
Hex 93 68 6F

RGB Percentages of Color #93686f

%40.61
%28.73
%30.66

CMYK Percentages of Color #93686f

%0
%29
%24
%42

Triadic Colors of #93686f

#93686f #6f9368 #686f93

Analogous Colors of #93686f

#93686f #937768 #936885

Monochromatic Colors of #93686f

#93686f

Complementary Color

#93686f #68938c

#93686f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93686f Color Preview on White Background

Lorem ipsum dolor sit amet.

#93686f Color CSS Codes

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

#93686f Text Font Color

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

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


#93686f Background Color

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

This div background color is #93686f


#93686f Border Color

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

This div border color is #93686f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,104,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 #93686f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93686f


Comments

No comments written yet.

Please login to write comment.