Color Hex Logo

#95515e Color Hex

#95515E
(149,81,94)
0 Favorites   0 Comments

Color spaces of #95515e

RGB 1498194
HSL0.970.300.45
HSV349°46°58°
CMYK 0.000.460.37   0.42
XYZ17.357213.082612.2000
Yxy13.08260.40710.3068
Hunter Lab36.169922.36135.3206
CIE-Lab42.887429.84725.1109

#95515e color RGB value is (149,81,94).

#95515e hex color red value is 149, green value is 81 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #95515e hue: 0.97 , saturation: 0.30 and the lightness value of 95515e is 0.45.

The process color (four color CMYK) of #95515e color hex is 0.00, 0.46, 0.37, 0.42. Web safe color of #95515e is #996666. Color #95515e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010001 01011110
Octal 225 121 136
Decimal 149 81 94
Hex 95 51 5E

RGB Percentages of Color #95515e

%45.99
%25.00
%29.01

CMYK Percentages of Color #95515e

%0
%46
%37
%42

Triadic Colors of #95515e

#95515e #5e9551 #515e95

Analogous Colors of #95515e

#95515e #956651 #955180

Monochromatic Colors of #95515e

#95515e

Complementary Color

#95515e #519588

#95515e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95515e Color Preview on White Background

Lorem ipsum dolor sit amet.

#95515e Color CSS Codes

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

#95515e Text Font Color

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

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


#95515e Background Color

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

This div background color is #95515e


#95515e Border Color

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

This div border color is #95515e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95515e


Comments

No comments written yet.

Please login to write comment.