Color Hex Logo

#93685e Color Hex

#93685E
(147,104,94)
0 Favorites   0 Comments

Color spaces of #93685e

RGB 14710494
HSL0.030.220.47
HSV11°36°58°
CMYK 0.000.290.36   0.42
XYZ19.003316.911812.8524
Yxy16.91180.38970.3468
Hunter Lab41.124010.517610.2570
CIE-Lab48.148715.867412.4932

#93685e color RGB value is (147,104,94).

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

The process color (four color CMYK) of #93685e color hex is 0.00, 0.29, 0.36, 0.42. Web safe color of #93685e is #996666. Color #93685e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01101000 01011110
Octal 223 150 136
Decimal 147 104 94
Hex 93 68 5E

RGB Percentages of Color #93685e

%42.61
%30.14
%27.25

CMYK Percentages of Color #93685e

%0
%29
%36
%42

Triadic Colors of #93685e

#93685e #5e9368 #685e93

Analogous Colors of #93685e

#93685e #93835e #935e6f

Monochromatic Colors of #93685e

#93685e

Complementary Color

#93685e #5e8993

#93685e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93685e Color Preview on White Background

Lorem ipsum dolor sit amet.

#93685e Color CSS Codes

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

#93685e Text Font Color

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

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


#93685e Background Color

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

This div background color is #93685e


#93685e Border Color

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

This div border color is #93685e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93685e


Comments

No comments written yet.

Please login to write comment.