Color Hex Logo

#966037 Color Hex

#966037
(150,96,55)
0 Favorites   0 Comments

Color spaces of #966037

RGB 1509655
HSL0.070.460.40
HSV26°63°59°
CMYK 0.000.360.63   0.41
XYZ17.450115.12565.6142
Yxy15.12560.45690.3961
Hunter Lab38.891612.029918.6653
CIE-Lab45.805717.773532.1217

#966037 color RGB value is (150,96,55).

#966037 hex color red value is 150, green value is 96 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #966037 hue: 0.07 , saturation: 0.46 and the lightness value of 966037 is 0.40.

The process color (four color CMYK) of #966037 color hex is 0.00, 0.36, 0.63, 0.41. Web safe color of #966037 is #996633. Color #966037 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01100000 00110111
Octal 226 140 67
Decimal 150 96 55
Hex 96 60 37

RGB Percentages of Color #966037

%49.83
%31.89
%18.27

CMYK Percentages of Color #966037

%0
%36
%63
%41

Triadic Colors of #966037

#966037 #379660 #603796

Analogous Colors of #966037

#966037 #969037 #96373e

Monochromatic Colors of #966037

#966037

Complementary Color

#966037 #376d96

#966037 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966037 Color Preview on White Background

Lorem ipsum dolor sit amet.

#966037 Color CSS Codes

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

#966037 Text Font Color

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

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


#966037 Background Color

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

This div background color is #966037


#966037 Border Color

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

This div border color is #966037


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966037


Comments

No comments written yet.

Please login to write comment.