Color Hex Logo

#96875e Color Hex

#96875E
(150,135,94)
0 Favorites   0 Comments

Color spaces of #96875e

RGB 15013594
HSL0.120.230.48
HSV44°37°59°
CMYK 0.000.100.37   0.41
XYZ23.262024.620114.1158
Yxy24.62010.37520.3971
Hunter Lab49.6186-3.149017.8659
CIE-Lab56.7034-0.620224.1278

#96875e color RGB value is (150,135,94).

#96875e hex color red value is 150, green value is 135 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #96875e hue: 0.12 , saturation: 0.23 and the lightness value of 96875e is 0.48.

The process color (four color CMYK) of #96875e color hex is 0.00, 0.10, 0.37, 0.41. Web safe color of #96875e is #999966. Color #96875e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000111 01011110
Octal 226 207 136
Decimal 150 135 94
Hex 96 87 5E

RGB Percentages of Color #96875e

%39.58
%35.62
%24.80

CMYK Percentages of Color #96875e

%0
%10
%37
%41

Triadic Colors of #96875e

#96875e #5e9687 #875e96

Analogous Colors of #96875e

#96875e #89965e #966b5e

Monochromatic Colors of #96875e

#96875e

Complementary Color

#96875e #5e6d96

#96875e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96875e Color Preview on White Background

Lorem ipsum dolor sit amet.

#96875e Color CSS Codes

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

#96875e Text Font Color

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

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


#96875e Background Color

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

This div background color is #96875e


#96875e Border Color

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

This div border color is #96875e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96875e


Comments

No comments written yet.

Please login to write comment.