Color Hex Logo

#959566 Color Hex

#959566
(149,149,102)
0 Favorites   0 Comments

Color spaces of #959566

RGB 149149102
HSL0.170.190.49
HSV60°32°58°
CMYK 0.000.000.32   0.42
XYZ25.540128.843816.7917
Yxy28.84380.35880.4052
Hunter Lab53.7064-9.100519.0571
CIE-Lab60.6435-7.710224.8913

#959566 color RGB value is (149,149,102).

#959566 hex color red value is 149, green value is 149 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #959566 hue: 0.17 , saturation: 0.19 and the lightness value of 959566 is 0.49.

The process color (four color CMYK) of #959566 color hex is 0.00, 0.00, 0.32, 0.42. Web safe color of #959566 is #999966. Color #959566 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10010101 01100110
Octal 225 225 146
Decimal 149 149 102
Hex 95 95 66

RGB Percentages of Color #959566

%37.25
%37.25
%25.50

CMYK Percentages of Color #959566

%0
%0
%32
%42

Triadic Colors of #959566

#959566 #669595 #956695

Analogous Colors of #959566

#959566 #7e9566 #957e66

Monochromatic Colors of #959566

#959566

Complementary Color

#959566 #666695

#959566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#959566 Color CSS Codes

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

#959566 Text Font Color

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

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


#959566 Background Color

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

This div background color is #959566


#959566 Border Color

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

This div border color is #959566


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959566


Comments

No comments written yet.

Please login to write comment.