Color Hex Logo

#959177 Color Hex

#959177
(149,145,119)
0 Favorites   0 Comments

Color spaces of #959177

RGB 149145119
HSL0.140.120.53
HSV52°20°58°
CMYK 0.000.030.20   0.42
XYZ25.849627.972321.4895
Yxy27.97230.34320.3714
Hunter Lab52.8888-5.313012.9318
CIE-Lab59.8637-3.050814.3551

#959177 color RGB value is (149,145,119).

#959177 hex color red value is 149, green value is 145 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #959177 hue: 0.14 , saturation: 0.12 and the lightness value of 959177 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10010001 01110111
Octal 225 221 167
Decimal 149 145 119
Hex 95 91 77

RGB Percentages of Color #959177

%36.08
%35.11
%28.81

CMYK Percentages of Color #959177

%0
%3
%20
%42

Triadic Colors of #959177

#959177 #779591 #917795

Analogous Colors of #959177

#959177 #8a9577 #958277

Monochromatic Colors of #959177

#959177

Complementary Color

#959177 #777b95

#959177 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959177 Color Preview on White Background

Lorem ipsum dolor sit amet.

#959177 Color CSS Codes

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

#959177 Text Font Color

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

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


#959177 Background Color

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

This div background color is #959177


#959177 Border Color

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

This div border color is #959177


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959177


Comments

No comments written yet.

Please login to write comment.