Color Hex Logo

#96947b Color Hex

#96947B
(150,148,123)
0 Favorites   0 Comments

Color spaces of #96947b

RGB 150148123
HSL0.150.110.54
HSV56°18°59°
CMYK 0.000.010.18   0.41
XYZ26.742729.093922.9451
Yxy29.09390.33950.3693
Hunter Lab53.9388-5.893012.5357
CIE-Lab60.8644-3.675613.5085

#96947b color RGB value is (150,148,123).

#96947b hex color red value is 150, green value is 148 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #96947b hue: 0.15 , saturation: 0.11 and the lightness value of 96947b is 0.54.

The process color (four color CMYK) of #96947b color hex is 0.00, 0.01, 0.18, 0.41. Web safe color of #96947b is #999966. Color #96947b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10010100 01111011
Octal 226 224 173
Decimal 150 148 123
Hex 96 94 7B

RGB Percentages of Color #96947b

%35.63
%35.15
%29.22

CMYK Percentages of Color #96947b

%0
%1
%18
%41

Triadic Colors of #96947b

#96947b #7b9694 #947b96

Analogous Colors of #96947b

#96947b #8b967b #96877b

Monochromatic Colors of #96947b

#96947b

Complementary Color

#96947b #7b7d96

#96947b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96947b Color Preview on White Background

Lorem ipsum dolor sit amet.

#96947b Color CSS Codes

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

#96947b Text Font Color

<p style="color:#96947b">Text here</p>

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


#96947b Background Color

<div style="background-color:#96947b">
Div content here</div>

This div background color is #96947b


#96947b Border Color

<div style="border:3px solid #96947b">
Div here</div>

This div border color is #96947b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,148,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96947b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96947b;
  -webkit-box-shadow: 1px 1px 3px 2px #96947b;
  box-shadow:         1px 1px 3px 2px #96947b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96947b


Comments

No comments written yet.

Please login to write comment.