Color Hex Logo

#957864 Color Hex

#957864
(149,120,100)
0 Favorites   0 Comments

Color spaces of #957864

RGB 149120100
HSL0.070.200.49
HSV24°33°58°
CMYK 0.000.190.33   0.42
XYZ21.411120.742614.9318
Yxy20.74260.37510.3634
Hunter Lab45.54404.214112.4424
CIE-Lab52.66668.254215.2538

#957864 color RGB value is (149,120,100).

#957864 hex color red value is 149, green value is 120 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #957864 hue: 0.07 , saturation: 0.20 and the lightness value of 957864 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01111000 01100100
Octal 225 170 144
Decimal 149 120 100
Hex 95 78 64

RGB Percentages of Color #957864

%40.38
%32.52
%27.10

CMYK Percentages of Color #957864

%0
%19
%33
%42

Triadic Colors of #957864

#957864 #649578 #786495

Analogous Colors of #957864

#957864 #959164 #956469

Monochromatic Colors of #957864

#957864

Complementary Color

#957864 #648195

#957864 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957864 Color Preview on White Background

Lorem ipsum dolor sit amet.

#957864 Color CSS Codes

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

#957864 Text Font Color

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

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


#957864 Background Color

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

This div background color is #957864


#957864 Border Color

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

This div border color is #957864


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957864


Comments

No comments written yet.

Please login to write comment.