Color Hex Logo

#93747d Color Hex

#93747D
(147,116,125)
0 Favorites   0 Comments

Color spaces of #93747d

RGB 147116125
HSL0.950.130.52
HSV343°21°58°
CMYK 0.000.210.15   0.42
XYZ21.979720.174522.1376
Yxy20.17450.34190.3138
Hunter Lab44.91608.74612.2192
CIE-Lab52.033913.6509-0.3036

#93747d color RGB value is (147,116,125).

#93747d hex color red value is 147, green value is 116 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #93747d hue: 0.95 , saturation: 0.13 and the lightness value of 93747d is 0.52.

The process color (four color CMYK) of #93747d color hex is 0.00, 0.21, 0.15, 0.42. Web safe color of #93747d is #996666. Color #93747d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01110100 01111101
Octal 223 164 175
Decimal 147 116 125
Hex 93 74 7D

RGB Percentages of Color #93747d

%37.89
%29.90
%32.22

CMYK Percentages of Color #93747d

%0
%21
%15
%42

Triadic Colors of #93747d

#93747d #7d9374 #747d93

Analogous Colors of #93747d

#93747d #937b74 #93748d

Monochromatic Colors of #93747d

#93747d

Complementary Color

#93747d #74938a

#93747d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93747d Color Preview on White Background

Lorem ipsum dolor sit amet.

#93747d Color CSS Codes

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

#93747d Text Font Color

<p style="color:#93747d">Text here</p>

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


#93747d Background Color

<div style="background-color:#93747d">
Div content here</div>

This div background color is #93747d


#93747d Border Color

<div style="border:3px solid #93747d">
Div here</div>

This div border color is #93747d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,116,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93747d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93747d;
  -webkit-box-shadow: 1px 1px 3px 2px #93747d;
  box-shadow:         1px 1px 3px 2px #93747d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93747d


Comments

No comments written yet.

Please login to write comment.