Color Hex Logo

#957161 Color Hex

#957161
(149,113,97)
0 Favorites   0 Comments

Color spaces of #957161

RGB 14911397
HSL0.050.210.48
HSV18°35°58°
CMYK 0.000.240.35   0.42
XYZ20.457219.062913.9106
Yxy19.06290.38290.3568
Hunter Lab43.66117.228511.6727
CIE-Lab50.760711.882514.3747

#957161 color RGB value is (149,113,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01110001 01100001
Octal 225 161 141
Decimal 149 113 97
Hex 95 71 61

RGB Percentages of Color #957161

%41.50
%31.48
%27.02

CMYK Percentages of Color #957161

%0
%24
%35
%42

Triadic Colors of #957161

#957161 #619571 #716195

Analogous Colors of #957161

#957161 #958b61 #95616b

Monochromatic Colors of #957161

#957161

Complementary Color

#957161 #618595

#957161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#957161 Color CSS Codes

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

#957161 Text Font Color

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

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


#957161 Background Color

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

This div background color is #957161


#957161 Border Color

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

This div border color is #957161


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,113,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 #957161">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957161


Comments

No comments written yet.

Please login to write comment.