Color Hex Logo

#95976e Color Hex

#95976E
(149,151,110)
0 Favorites   0 Comments

Color spaces of #95976e

RGB 149151110
HSL0.170.160.51
HSV63°27°59°
CMYK 0.010.000.27   0.41
XYZ26.275529.648619.0897
Yxy29.64860.35030.3952
Hunter Lab54.4505-9.151917.3290
CIE-Lab61.3498-7.687121.4241

#95976e color RGB value is (149,151,110).

#95976e hex color red value is 149, green value is 151 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #95976e hue: 0.17 , saturation: 0.16 and the lightness value of 95976e is 0.51.

The process color (four color CMYK) of #95976e color hex is 0.01, 0.00, 0.27, 0.41. Web safe color of #95976e is #999966. Color #95976e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10010111 01101110
Octal 225 227 156
Decimal 149 151 110
Hex 95 97 6E

RGB Percentages of Color #95976e

%36.34
%36.83
%26.83

CMYK Percentages of Color #95976e

%1
%0
%27
%41

Triadic Colors of #95976e

#95976e #6e9597 #976e95

Analogous Colors of #95976e

#95976e #81976e #97856e

Monochromatic Colors of #95976e

#95976e

Complementary Color

#95976e #706e97

#95976e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95976e Color Preview on White Background

Lorem ipsum dolor sit amet.

#95976e Color CSS Codes

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

#95976e Text Font Color

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

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


#95976e Background Color

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

This div background color is #95976e


#95976e Border Color

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

This div border color is #95976e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95976e


Comments

No comments written yet.

Please login to write comment.