Color Hex Logo

#968491 Color Hex

#968491
(150,132,145)
0 Favorites   0 Comments

Color spaces of #968491

RGB 150132145
HSL0.880.080.55
HSV317°12°59°
CMYK 0.000.120.03   0.41
XYZ25.939825.030930.2523
Yxy25.03090.31940.3082
Hunter Lab50.03094.9939-0.8294
CIE-Lab57.10559.2143-4.4617

#968491 color RGB value is (150,132,145).

#968491 hex color red value is 150, green value is 132 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #968491 hue: 0.88 , saturation: 0.08 and the lightness value of 968491 is 0.55.

The process color (four color CMYK) of #968491 color hex is 0.00, 0.12, 0.03, 0.41. Web safe color of #968491 is #999999. Color #968491 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000100 10010001
Octal 226 204 221
Decimal 150 132 145
Hex 96 84 91

RGB Percentages of Color #968491

%35.13
%30.91
%33.96

CMYK Percentages of Color #968491

%0
%12
%3
%41

Triadic Colors of #968491

#968491 #919684 #849196

Analogous Colors of #968491

#968491 #968488 #928496

Monochromatic Colors of #968491

#968491

Complementary Color

#968491 #849689

#968491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968491 Color CSS Codes

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

#968491 Text Font Color

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

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


#968491 Background Color

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

This div background color is #968491


#968491 Border Color

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

This div border color is #968491


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,132,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #968491; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #968491;
  -webkit-box-shadow: 1px 1px 3px 2px #968491;
  box-shadow:         1px 1px 3px 2px #968491; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968491


Comments

No comments written yet.

Please login to write comment.