Color Hex Logo

#957767 Color Hex

#957767
(149,119,103)
0 Favorites   0 Comments

Color spaces of #957767

RGB 149119103
HSL0.060.180.49
HSV21°31°58°
CMYK 0.000.200.31   0.42
XYZ21.439420.562515.6709
Yxy20.56250.37170.3565
Hunter Lab45.34595.038911.2523
CIE-Lab52.46739.247313.2358

#957767 color RGB value is (149,119,103).

#957767 hex color red value is 149, green value is 119 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #957767 hue: 0.06 , saturation: 0.18 and the lightness value of 957767 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01110111 01100111
Octal 225 167 147
Decimal 149 119 103
Hex 95 77 67

RGB Percentages of Color #957767

%40.16
%32.08
%27.76

CMYK Percentages of Color #957767

%0
%20
%31
%42

Triadic Colors of #957767

#957767 #679577 #776795

Analogous Colors of #957767

#957767 #958e67 #95676e

Monochromatic Colors of #957767

#957767

Complementary Color

#957767 #678595

#957767 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957767 Color Preview on White Background

Lorem ipsum dolor sit amet.

#957767 Color CSS Codes

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

#957767 Text Font Color

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

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


#957767 Background Color

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

This div background color is #957767


#957767 Border Color

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

This div border color is #957767


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957767


Comments

No comments written yet.

Please login to write comment.