Color Hex Logo

#956456 Color Hex

#956456
(149,100,86)
0 Favorites   0 Comments

Color spaces of #956456

RGB 14910086
HSL0.040.270.46
HSV13°42°58°
CMYK 0.000.330.42   0.42
XYZ18.631316.175810.9444
Yxy16.17580.40720.3536
Hunter Lab40.219112.305612.0195
CIE-Lab47.204318.017815.9820

#956456 color RGB value is (149,100,86).

#956456 hex color red value is 149, green value is 100 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #956456 hue: 0.04 , saturation: 0.27 and the lightness value of 956456 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01100100 01010110
Octal 225 144 126
Decimal 149 100 86
Hex 95 64 56

RGB Percentages of Color #956456

%44.48
%29.85
%25.67

CMYK Percentages of Color #956456

%0
%33
%42
%42

Triadic Colors of #956456

#956456 #569564 #645695

Analogous Colors of #956456

#956456 #958456 #955668

Monochromatic Colors of #956456

#956456

Complementary Color

#956456 #568795

#956456 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#956456 Color Preview on White Background

Lorem ipsum dolor sit amet.

#956456 Color CSS Codes

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

#956456 Text Font Color

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

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


#956456 Background Color

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

This div background color is #956456


#956456 Border Color

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

This div border color is #956456


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #956456


Comments

No comments written yet.

Please login to write comment.