Color Hex Logo

#957661 Color Hex

#957661
(149,118,97)
0 Favorites   0 Comments

Color spaces of #957661

RGB 14911897
HSL0.070.210.48
HSV24°35°58°
CMYK 0.000.210.35   0.42
XYZ21.030520.209514.1017
Yxy20.20950.38000.3652
Hunter Lab44.95504.833312.8701
CIE-Lab52.07338.998416.1786

#957661 color RGB value is (149,118,97).

#957661 hex color red value is 149, green value is 118 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #957661 hue: 0.07 , saturation: 0.21 and the lightness value of 957661 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01110110 01100001
Octal 225 166 141
Decimal 149 118 97
Hex 95 76 61

RGB Percentages of Color #957661

%40.93
%32.42
%26.65

CMYK Percentages of Color #957661

%0
%21
%35
%42

Triadic Colors of #957661

#957661 #619576 #766195

Analogous Colors of #957661

#957661 #959061 #956166

Monochromatic Colors of #957661

#957661

Complementary Color

#957661 #618095

#957661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#957661 Color CSS Codes

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

#957661 Text Font Color

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

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


#957661 Background Color

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

This div background color is #957661


#957661 Border Color

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

This div border color is #957661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957661


Comments

No comments written yet.

Please login to write comment.