Color Hex Logo

#965740 Color Hex

#965740
(150,87,64)
0 Favorites   0 Comments

Color spaces of #965740

RGB 1508764
HSL0.040.400.42
HSV16°57°59°
CMYK 0.000.420.57   0.41
XYZ16.911313.67066.5979
Yxy13.67060.45490.3677
Hunter Lab36.973816.939415.3015
CIE-Lab43.756823.649824.4731

#965740 color RGB value is (150,87,64).

#965740 hex color red value is 150, green value is 87 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #965740 hue: 0.04 , saturation: 0.40 and the lightness value of 965740 is 0.42.

The process color (four color CMYK) of #965740 color hex is 0.00, 0.42, 0.57, 0.41. Web safe color of #965740 is #996633. Color #965740 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01010111 01000000
Octal 226 127 100
Decimal 150 87 64
Hex 96 57 40

RGB Percentages of Color #965740

%49.83
%28.90
%21.26

CMYK Percentages of Color #965740

%0
%42
%57
%41

Triadic Colors of #965740

#965740 #409657 #574096

Analogous Colors of #965740

#965740 #968240 #964054

Monochromatic Colors of #965740

#965740

Complementary Color

#965740 #407f96

#965740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#965740 Color CSS Codes

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

#965740 Text Font Color

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

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


#965740 Background Color

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

This div background color is #965740


#965740 Border Color

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

This div border color is #965740


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,87,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #965740; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #965740;
  -webkit-box-shadow: 1px 1px 3px 2px #965740;
  box-shadow:         1px 1px 3px 2px #965740; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,87,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965740


Comments

No comments written yet.

Please login to write comment.