Color Hex Logo

#966131 Color Hex

#966131
(150,97,49)
0 Favorites   0 Comments

Color spaces of #966131

RGB 1509749
HSL0.080.510.39
HSV29°67°59°
CMYK 0.000.350.67   0.41
XYZ17.406715.25524.9328
Yxy15.25520.46300.4058
Hunter Lab39.057911.199719.8525
CIE-Lab45.981816.779035.5676

#966131 color RGB value is (150,97,49).

#966131 hex color red value is 150, green value is 97 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #966131 hue: 0.08 , saturation: 0.51 and the lightness value of 966131 is 0.39.

The process color (four color CMYK) of #966131 color hex is 0.00, 0.35, 0.67, 0.41. Web safe color of #966131 is #996633. Color #966131 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01100001 00110001
Octal 226 141 61
Decimal 150 97 49
Hex 96 61 31

RGB Percentages of Color #966131

%50.68
%32.77
%16.55

CMYK Percentages of Color #966131

%0
%35
%67
%41

Triadic Colors of #966131

#966131 #319661 #613196

Analogous Colors of #966131

#966131 #969431 #963134

Monochromatic Colors of #966131

#966131

Complementary Color

#966131 #316696

#966131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#966131 Color CSS Codes

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

#966131 Text Font Color

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

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


#966131 Background Color

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

This div background color is #966131


#966131 Border Color

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

This div border color is #966131


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966131


Comments

No comments written yet.

Please login to write comment.