Color Hex Logo

#96938d Color Hex

#96938D
(150,147,141)
0 Favorites   0 Comments

Color spaces of #96938d

RGB 150147141
HSL0.110.040.57
HSV40°59°
CMYK 0.000.020.06   0.41
XYZ27.819129.274629.3836
Yxy29.27460.32170.3385
Hunter Lab54.1060-2.90815.6753
CIE-Lab61.0232-0.02203.5543

#96938d color RGB value is (150,147,141).

#96938d hex color red value is 150, green value is 147 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #96938d hue: 0.11 , saturation: 0.04 and the lightness value of 96938d is 0.57.

The process color (four color CMYK) of #96938d color hex is 0.00, 0.02, 0.06, 0.41. Web safe color of #96938d is #999999. Color #96938d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10010011 10001101
Octal 226 223 215
Decimal 150 147 141
Hex 96 93 8D

RGB Percentages of Color #96938d

%34.25
%33.56
%32.19

CMYK Percentages of Color #96938d

%0
%2
%6
%41

Triadic Colors of #96938d

#96938d #8d9693 #938d96

Analogous Colors of #96938d

#96938d #95968d #968f8d

Monochromatic Colors of #96938d

#96938d

Complementary Color

#96938d #8d9096

#96938d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96938d Color Preview on White Background

Lorem ipsum dolor sit amet.

#96938d Color CSS Codes

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

#96938d Text Font Color

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

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


#96938d Background Color

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

This div background color is #96938d


#96938d Border Color

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

This div border color is #96938d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96938d


Comments

No comments written yet.

Please login to write comment.