Color Hex Logo

#93915e Color Hex

#93915E
(147,145,94)
0 Favorites   0 Comments

Color spaces of #93915e

RGB 14714594
HSL0.160.220.47
HSV58°36°58°
CMYK 0.000.010.36   0.42
XYZ24.178427.262014.5774
Yxy27.26200.36620.4129
Hunter Lab52.2130-8.714419.9959
CIE-Lab59.2161-7.396527.3685

#93915e color RGB value is (147,145,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10010001 01011110
Octal 223 221 136
Decimal 147 145 94
Hex 93 91 5E

RGB Percentages of Color #93915e

%38.08
%37.56
%24.35

CMYK Percentages of Color #93915e

%0
%1
%36
%42

Triadic Colors of #93915e

#93915e #5e9391 #915e93

Analogous Colors of #93915e

#93915e #7b935e #93775e

Monochromatic Colors of #93915e

#93915e

Complementary Color

#93915e #5e6093

#93915e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93915e Color Preview on White Background

Lorem ipsum dolor sit amet.

#93915e Color CSS Codes

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

#93915e Text Font Color

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

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


#93915e Background Color

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

This div background color is #93915e


#93915e Border Color

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

This div border color is #93915e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93915e


Comments

No comments written yet.

Please login to write comment.