Color Hex Logo

#959681 Color Hex

#959681
(149,150,129)
0 Favorites   0 Comments

Color spaces of #959681

RGB 149150129
HSL0.170.090.55
HSV63°14°59°
CMYK 0.010.000.14   0.41
XYZ27.263229.787225.0815
Yxy29.78720.33190.3627
Hunter Lab54.5777-6.344710.9573
CIE-Lab61.4702-4.174710.9681

#959681 color RGB value is (149,150,129).

#959681 hex color red value is 149, green value is 150 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #959681 hue: 0.17 , saturation: 0.09 and the lightness value of 959681 is 0.55.

The process color (four color CMYK) of #959681 color hex is 0.01, 0.00, 0.14, 0.41. Web safe color of #959681 is #999999. Color #959681 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10010110 10000001
Octal 225 226 201
Decimal 149 150 129
Hex 95 96 81

RGB Percentages of Color #959681

%34.81
%35.05
%30.14

CMYK Percentages of Color #959681

%1
%0
%14
%41

Triadic Colors of #959681

#959681 #819596 #968195

Analogous Colors of #959681

#959681 #8b9681 #968d81

Monochromatic Colors of #959681

#959681

Complementary Color

#959681 #828196

#959681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#959681 Color CSS Codes

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

#959681 Text Font Color

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

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


#959681 Background Color

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

This div background color is #959681


#959681 Border Color

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

This div border color is #959681


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959681


Comments

No comments written yet.

Please login to write comment.