Color Hex Logo

#95927e Color Hex

#95927E
(149,146,126)
0 Favorites   0 Comments

Color spaces of #95927e

RGB 149146126
HSL0.140.100.54
HSV52°15°58°
CMYK 0.000.020.15   0.42
XYZ26.439228.453723.8373
Yxy28.45370.33580.3614
Hunter Lab53.3420-4.874210.8441
CIE-Lab60.2964-2.471611.0062

#95927e color RGB value is (149,146,126).

#95927e hex color red value is 149, green value is 146 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #95927e hue: 0.14 , saturation: 0.10 and the lightness value of 95927e is 0.54.

The process color (four color CMYK) of #95927e color hex is 0.00, 0.02, 0.15, 0.42. Web safe color of #95927e is #999966. Color #95927e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10010010 01111110
Octal 225 222 176
Decimal 149 146 126
Hex 95 92 7E

RGB Percentages of Color #95927e

%35.39
%34.68
%29.93

CMYK Percentages of Color #95927e

%0
%2
%15
%42

Triadic Colors of #95927e

#95927e #7e9592 #927e95

Analogous Colors of #95927e

#95927e #8d957e #95877e

Monochromatic Colors of #95927e

#95927e

Complementary Color

#95927e #7e8195

#95927e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95927e Color Preview on White Background

Lorem ipsum dolor sit amet.

#95927e Color CSS Codes

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

#95927e Text Font Color

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

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


#95927e Background Color

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

This div background color is #95927e


#95927e Border Color

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

This div border color is #95927e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95927e


Comments

No comments written yet.

Please login to write comment.