Color Hex Logo

#96997f Color Hex

#96997F
(150,153,127)
0 Favorites   0 Comments

Color spaces of #96997f

RGB 150153127
HSL0.190.110.55
HSV67°17°60°
CMYK 0.020.000.17   0.40
XYZ27.799730.798824.5582
Yxy30.79880.33430.3704
Hunter Lab55.4967-7.704012.6109
CIE-Lab62.3374-5.763813.3220

#96997f color RGB value is (150,153,127).

#96997f hex color red value is 150, green value is 153 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #96997f hue: 0.19 , saturation: 0.11 and the lightness value of 96997f is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011001 01111111
Octal 226 231 177
Decimal 150 153 127
Hex 96 99 7F

RGB Percentages of Color #96997f

%34.88
%35.58
%29.53

CMYK Percentages of Color #96997f

%2
%0
%17
%40

Triadic Colors of #96997f

#96997f #7f9699 #997f96

Analogous Colors of #96997f

#96997f #89997f #998f7f

Monochromatic Colors of #96997f

#96997f

Complementary Color

#96997f #827f99

#96997f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96997f Color Preview on White Background

Lorem ipsum dolor sit amet.

#96997f Color CSS Codes

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

#96997f Text Font Color

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

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


#96997f Background Color

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

This div background color is #96997f


#96997f Border Color

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

This div border color is #96997f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96997f


Comments

No comments written yet.

Please login to write comment.