Color Hex Logo

#958391 Color Hex

#958391
(149,131,145)
0 Favorites   0 Comments

Color spaces of #958391

RGB 149131145
HSL0.870.080.55
HSV313°12°58°
CMYK 0.000.120.03   0.42
XYZ25.621624.666530.1988
Yxy24.66650.31830.3065
Hunter Lab49.66545.1710-1.2852
CIE-Lab56.74909.4193-4.9994

#958391 color RGB value is (149,131,145).

#958391 hex color red value is 149, green value is 131 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #958391 hue: 0.87 , saturation: 0.08 and the lightness value of 958391 is 0.55.

The process color (four color CMYK) of #958391 color hex is 0.00, 0.12, 0.03, 0.42. Web safe color of #958391 is #999999. Color #958391 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000011 10010001
Octal 225 203 221
Decimal 149 131 145
Hex 95 83 91

RGB Percentages of Color #958391

%35.06
%30.82
%34.12

CMYK Percentages of Color #958391

%0
%12
%3
%42

Triadic Colors of #958391

#958391 #919583 #839195

Analogous Colors of #958391

#958391 #958388 #908395

Monochromatic Colors of #958391

#958391

Complementary Color

#958391 #839587

#958391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#958391 Color CSS Codes

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

#958391 Text Font Color

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

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


#958391 Background Color

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

This div background color is #958391


#958391 Border Color

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

This div border color is #958391


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958391


Comments

No comments written yet.

Please login to write comment.