Color Hex Logo

#959380 Color Hex

#959380
(149,147,128)
0 Favorites   0 Comments

Color spaces of #959380

RGB 149147128
HSL0.150.090.54
HSV54°14°58°
CMYK 0.000.010.14   0.42
XYZ26.724428.815524.5755
Yxy28.81550.33360.3597
Hunter Lab53.6801-5.074610.4322
CIE-Lab60.6185-2.690210.3297

#959380 color RGB value is (149,147,128).

#959380 hex color red value is 149, green value is 147 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #959380 hue: 0.15 , saturation: 0.09 and the lightness value of 959380 is 0.54.

The process color (four color CMYK) of #959380 color hex is 0.00, 0.01, 0.14, 0.42. Web safe color of #959380 is #999999. Color #959380 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10010011 10000000
Octal 225 223 200
Decimal 149 147 128
Hex 95 93 80

RGB Percentages of Color #959380

%35.14
%34.67
%30.19

CMYK Percentages of Color #959380

%0
%1
%14
%42

Triadic Colors of #959380

#959380 #809593 #938095

Analogous Colors of #959380

#959380 #8d9580 #958980

Monochromatic Colors of #959380

#959380

Complementary Color

#959380 #808295

#959380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#959380 Color CSS Codes

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

#959380 Text Font Color

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

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


#959380 Background Color

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

This div background color is #959380


#959380 Border Color

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

This div border color is #959380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959380


Comments

No comments written yet.

Please login to write comment.