Color Hex Logo

#96957e Color Hex

#96957E
(150,149,126)
0 Favorites   0 Comments

Color spaces of #96957e

RGB 150149126
HSL0.160.100.54
HSV58°16°59°
CMYK 0.000.010.16   0.41
XYZ27.091029.485324.0020
Yxy29.48530.33620.3659
Hunter Lab54.3004-5.970211.8027
CIE-Lab61.2076-3.738512.3001

#96957e color RGB value is (150,149,126).

#96957e hex color red value is 150, green value is 149 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #96957e hue: 0.16 , saturation: 0.10 and the lightness value of 96957e is 0.54.

The process color (four color CMYK) of #96957e color hex is 0.00, 0.01, 0.16, 0.41. Web safe color of #96957e is #999966. Color #96957e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10010101 01111110
Octal 226 225 176
Decimal 150 149 126
Hex 96 95 7E

RGB Percentages of Color #96957e

%35.29
%35.06
%29.65

CMYK Percentages of Color #96957e

%0
%1
%16
%41

Triadic Colors of #96957e

#96957e #7e9695 #957e96

Analogous Colors of #96957e

#96957e #8b967e #96897e

Monochromatic Colors of #96957e

#96957e

Complementary Color

#96957e #7e7f96

#96957e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96957e Color Preview on White Background

Lorem ipsum dolor sit amet.

#96957e Color CSS Codes

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

#96957e Text Font Color

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

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


#96957e Background Color

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

This div background color is #96957e


#96957e Border Color

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

This div border color is #96957e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,149,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 #96957e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96957e

#96957e Color Palettes


Comments

No comments written yet.

Please login to write comment.