Color Hex Logo

#958388 Color Hex

#958388
(149,131,136)
0 Favorites   0 Comments

Color spaces of #958388

RGB 149131136
HSL0.950.080.55
HSV343°12°58°
CMYK 0.000.120.09   0.42
XYZ24.954724.399726.6869
Yxy24.39970.32820.3209
Hunter Lab49.39613.73442.5450
CIE-Lab56.48587.7269-0.1875

#958388 color RGB value is (149,131,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000011 10001000
Octal 225 203 210
Decimal 149 131 136
Hex 95 83 88

RGB Percentages of Color #958388

%35.82
%31.49
%32.69

CMYK Percentages of Color #958388

%0
%12
%9
%42

Triadic Colors of #958388

#958388 #889583 #838895

Analogous Colors of #958388

#958388 #958783 #958391

Monochromatic Colors of #958388

#958388

Complementary Color

#958388 #839590

#958388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#958388 Color CSS Codes

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

#958388 Text Font Color

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

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


#958388 Background Color

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

This div background color is #958388


#958388 Border Color

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

This div border color is #958388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958388


Comments

No comments written yet.

Please login to write comment.