Color Hex Logo

#968c81 Color Hex

#968C81
(150,140,129)
0 Favorites   0 Comments

Color spaces of #968c81

RGB 150140129
HSL0.090.090.55
HSV31°14°59°
CMYK 0.000.070.14   0.41
XYZ25.918226.825224.5806
Yxy26.82520.33520.3469
Hunter Lab51.7930-1.31318.1165
CIE-Lab58.81221.76797.2070

#968c81 color RGB value is (150,140,129).

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

The process color (four color CMYK) of #968c81 color hex is 0.00, 0.07, 0.14, 0.41. Web safe color of #968c81 is #999999. Color #968c81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001100 10000001
Octal 226 214 201
Decimal 150 140 129
Hex 96 8C 81

RGB Percentages of Color #968c81

%35.80
%33.41
%30.79

CMYK Percentages of Color #968c81

%0
%7
%14
%41

Triadic Colors of #968c81

#968c81 #81968c #8c8196

Analogous Colors of #968c81

#968c81 #969681 #968281

Monochromatic Colors of #968c81

#968c81

Complementary Color

#968c81 #818b96

#968c81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968c81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968c81 Color CSS Codes

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

#968c81 Text Font Color

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

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


#968c81 Background Color

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

This div background color is #968c81


#968c81 Border Color

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

This div border color is #968c81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968c81


Comments

No comments written yet.

Please login to write comment.