Color Hex Logo

#957668 Color Hex

#957668
(149,118,104)
0 Favorites   0 Comments

Color spaces of #957668

RGB 149118104
HSL0.050.180.50
HSV19°30°58°
CMYK 0.000.210.30   0.42
XYZ21.371620.345915.8975
Yxy20.34590.37090.3531
Hunter Lab45.10645.637710.6781
CIE-Lab52.22619.966012.3171

#957668 color RGB value is (149,118,104).

#957668 hex color red value is 149, green value is 118 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #957668 hue: 0.05 , saturation: 0.18 and the lightness value of 957668 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01110110 01101000
Octal 225 166 150
Decimal 149 118 104
Hex 95 76 68

RGB Percentages of Color #957668

%40.16
%31.81
%28.03

CMYK Percentages of Color #957668

%0
%21
%30
%42

Triadic Colors of #957668

#957668 #689576 #766895

Analogous Colors of #957668

#957668 #958d68 #956871

Monochromatic Colors of #957668

#957668

Complementary Color

#957668 #688795

#957668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#957668 Color CSS Codes

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

#957668 Text Font Color

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

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


#957668 Background Color

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

This div background color is #957668


#957668 Border Color

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

This div border color is #957668


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957668


Comments

No comments written yet.

Please login to write comment.