Color Hex Logo

#968676 Color Hex

#968676
(150,134,118)
0 Favorites   0 Comments

Color spaces of #968676

RGB 150134118
HSL0.080.130.53
HSV30°21°59°
CMYK 0.000.110.21   0.41
XYZ24.372824.842220.6500
Yxy24.84220.34890.3556
Hunter Lab49.84200.063410.3249
CIE-Lab56.92133.341310.8185

#968676 color RGB value is (150,134,118).

#968676 hex color red value is 150, green value is 134 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #968676 hue: 0.08 , saturation: 0.13 and the lightness value of 968676 is 0.53.

The process color (four color CMYK) of #968676 color hex is 0.00, 0.11, 0.21, 0.41. Web safe color of #968676 is #999966. Color #968676 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000110 01110110
Octal 226 206 166
Decimal 150 134 118
Hex 96 86 76

RGB Percentages of Color #968676

%37.31
%33.33
%29.35

CMYK Percentages of Color #968676

%0
%11
%21
%41

Triadic Colors of #968676

#968676 #769686 #867696

Analogous Colors of #968676

#968676 #969676 #967676

Monochromatic Colors of #968676

#968676

Complementary Color

#968676 #768696

#968676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968676 Color CSS Codes

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

#968676 Text Font Color

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

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


#968676 Background Color

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

This div background color is #968676


#968676 Border Color

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

This div border color is #968676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968676


Comments

No comments written yet.

Please login to write comment.