Color Hex Logo

#93997e Color Hex

#93997E
(147,153,126)
0 Favorites   0 Comments

Color spaces of #93997e

RGB 147153126
HSL0.200.120.55
HSV73°18°60°
CMYK 0.040.000.18   0.40
XYZ27.189730.491924.1911
Yxy30.49190.33210.3724
Hunter Lab55.2195-8.741912.6793
CIE-Lab62.0763-7.084113.4816

#93997e color RGB value is (147,153,126).

#93997e hex color red value is 147, green value is 153 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #93997e hue: 0.20 , saturation: 0.12 and the lightness value of 93997e is 0.55.

The process color (four color CMYK) of #93997e color hex is 0.04, 0.00, 0.18, 0.40. Web safe color of #93997e is #999966. Color #93997e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10011001 01111110
Octal 223 231 176
Decimal 147 153 126
Hex 93 99 7E

RGB Percentages of Color #93997e

%34.51
%35.92
%29.58

CMYK Percentages of Color #93997e

%4
%0
%18
%40

Triadic Colors of #93997e

#93997e #7e9399 #997e93

Analogous Colors of #93997e

#93997e #86997e #99927e

Monochromatic Colors of #93997e

#93997e

Complementary Color

#93997e #847e99

#93997e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93997e Color Preview on White Background

Lorem ipsum dolor sit amet.

#93997e Color CSS Codes

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

#93997e Text Font Color

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

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


#93997e Background Color

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

This div background color is #93997e


#93997e Border Color

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

This div border color is #93997e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93997e


Comments

No comments written yet.

Please login to write comment.