Color Hex Logo

#96938b Color Hex

#96938B
(150,147,139)
0 Favorites   0 Comments

Color spaces of #96938b

RGB 150147139
HSL0.120.050.57
HSV44°59°
CMYK 0.000.020.07   0.41
XYZ27.671629.215528.6068
Yxy29.21550.32370.3417
Hunter Lab54.0514-3.20686.4566
CIE-Lab60.9713-0.38624.6140

#96938b color RGB value is (150,147,139).

#96938b hex color red value is 150, green value is 147 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #96938b hue: 0.12 , saturation: 0.05 and the lightness value of 96938b is 0.57.

The process color (four color CMYK) of #96938b color hex is 0.00, 0.02, 0.07, 0.41. Web safe color of #96938b is #999999. Color #96938b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10010011 10001011
Octal 226 223 213
Decimal 150 147 139
Hex 96 93 8B

RGB Percentages of Color #96938b

%34.40
%33.72
%31.88

CMYK Percentages of Color #96938b

%0
%2
%7
%41

Triadic Colors of #96938b

#96938b #8b9693 #938b96

Analogous Colors of #96938b

#96938b #94968b #968e8b

Monochromatic Colors of #96938b

#96938b

Complementary Color

#96938b #8b8e96

#96938b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96938b Color Preview on White Background

Lorem ipsum dolor sit amet.

#96938b Color CSS Codes

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

#96938b Text Font Color

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

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


#96938b Background Color

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

This div background color is #96938b


#96938b Border Color

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

This div border color is #96938b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96938b


Comments

No comments written yet.

Please login to write comment.