Color Hex Logo

#96997a Color Hex

#96997A
(150,153,122)
0 Favorites   0 Comments

Color spaces of #96997a

RGB 150153122
HSL0.180.130.54
HSV66°20°60°
CMYK 0.020.000.20   0.40
XYZ27.481830.671622.8841
Yxy30.67160.33910.3785
Hunter Lab55.3819-8.342614.2684
CIE-Lab62.2294-6.568315.9675

#96997a color RGB value is (150,153,122).

#96997a hex color red value is 150, green value is 153 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #96997a hue: 0.18 , saturation: 0.13 and the lightness value of 96997a is 0.54.

The process color (four color CMYK) of #96997a color hex is 0.02, 0.00, 0.20, 0.40. Web safe color of #96997a is #999966. Color #96997a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011001 01111010
Octal 226 231 172
Decimal 150 153 122
Hex 96 99 7A

RGB Percentages of Color #96997a

%35.29
%36.00
%28.71

CMYK Percentages of Color #96997a

%2
%0
%20
%40

Triadic Colors of #96997a

#96997a #7a9699 #997a96

Analogous Colors of #96997a

#96997a #87997a #998d7a

Monochromatic Colors of #96997a

#96997a

Complementary Color

#96997a #7d7a99

#96997a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96997a Color Preview on White Background

Lorem ipsum dolor sit amet.

#96997a Color CSS Codes

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

#96997a Text Font Color

<p style="color:#96997a">Text here</p>

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


#96997a Background Color

<div style="background-color:#96997a">
Div content here</div>

This div background color is #96997a


#96997a Border Color

<div style="border:3px solid #96997a">
Div here</div>

This div border color is #96997a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,153,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96997a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96997a;
  -webkit-box-shadow: 1px 1px 3px 2px #96997a;
  box-shadow:         1px 1px 3px 2px #96997a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96997a


Comments

No comments written yet.

Please login to write comment.