Color Hex Logo

#95595e Color Hex

#95595E
(149,89,94)
0 Favorites   0 Comments

Color spaces of #95595e

RGB 1498994
HSL0.990.250.47
HSV355°40°58°
CMYK 0.000.400.37   0.42
XYZ17.987214.342512.4100
Yxy14.34250.40200.3206
Hunter Lab37.871518.50417.0815
CIE-Lab44.720225.33897.7207

#95595e color RGB value is (149,89,94).

#95595e hex color red value is 149, green value is 89 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #95595e hue: 0.99 , saturation: 0.25 and the lightness value of 95595e is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011001 01011110
Octal 225 131 136
Decimal 149 89 94
Hex 95 59 5E

RGB Percentages of Color #95595e

%44.88
%26.81
%28.31

CMYK Percentages of Color #95595e

%0
%40
%37
%42

Triadic Colors of #95595e

#95595e #5e9559 #595e95

Analogous Colors of #95595e

#95595e #957259 #95597c

Monochromatic Colors of #95595e

#95595e

Complementary Color

#95595e #599590

#95595e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95595e Color Preview on White Background

Lorem ipsum dolor sit amet.

#95595e Color CSS Codes

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

#95595e Text Font Color

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

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


#95595e Background Color

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

This div background color is #95595e


#95595e Border Color

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

This div border color is #95595e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,89,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 #95595e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95595e


Comments

No comments written yet.

Please login to write comment.