Color Hex Logo

#96747f Color Hex

#96747F
(150,116,127)
0 Favorites   0 Comments

Color spaces of #96747f

RGB 150116127
HSL0.950.140.52
HSV341°23°59°
CMYK 0.000.230.15   0.41
XYZ22.653820.507122.8430
Yxy20.50710.34320.3107
Hunter Lab45.284810.04671.7917
CIE-Lab52.405815.1541-0.8986

#96747f color RGB value is (150,116,127).

#96747f hex color red value is 150, green value is 116 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #96747f hue: 0.95 , saturation: 0.14 and the lightness value of 96747f is 0.52.

The process color (four color CMYK) of #96747f color hex is 0.00, 0.23, 0.15, 0.41. Web safe color of #96747f is #996666. Color #96747f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01110100 01111111
Octal 226 164 177
Decimal 150 116 127
Hex 96 74 7F

RGB Percentages of Color #96747f

%38.17
%29.52
%32.32

CMYK Percentages of Color #96747f

%0
%23
%15
%41

Triadic Colors of #96747f

#96747f #7f9674 #747f96

Analogous Colors of #96747f

#96747f #967a74 #967490

Monochromatic Colors of #96747f

#96747f

Complementary Color

#96747f #74968b

#96747f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96747f Color Preview on White Background

Lorem ipsum dolor sit amet.

#96747f Color CSS Codes

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

#96747f Text Font Color

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

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


#96747f Background Color

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

This div background color is #96747f


#96747f Border Color

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

This div border color is #96747f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96747f


Comments

No comments written yet.

Please login to write comment.