Color Hex Logo

#955760 Color Hex

#955760
(149,87,96)
1 Favorites   0 Comments

Color spaces of #955760

RGB 1498796
HSL0.980.260.46
HSV351°42°58°
CMYK 0.000.420.36   0.42
XYZ17.913914.050512.8342
Yxy14.05050.39990.3136
Hunter Lab37.484019.70965.9384
CIE-Lab44.305326.73685.9129

#955760 color RGB value is (149,87,96).

#955760 hex color red value is 149, green value is 87 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #955760 hue: 0.98 , saturation: 0.26 and the lightness value of 955760 is 0.46.

The process color (four color CMYK) of #955760 color hex is 0.00, 0.42, 0.36, 0.42. Web safe color of #955760 is #996666. Color #955760 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010111 01100000
Octal 225 127 140
Decimal 149 87 96
Hex 95 57 60

RGB Percentages of Color #955760

%44.88
%26.20
%28.92

CMYK Percentages of Color #955760

%0
%42
%36
%42

Triadic Colors of #955760

#955760 #609557 #576095

Analogous Colors of #955760

#955760 #956d57 #95577f

Monochromatic Colors of #955760

#955760

Complementary Color

#955760 #57958c

#955760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#955760 Color CSS Codes

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

#955760 Text Font Color

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

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


#955760 Background Color

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

This div background color is #955760


#955760 Border Color

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

This div border color is #955760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955760


Comments

No comments written yet.

Please login to write comment.