Color Hex Logo

#966f3f Color Hex

#966F3F
(150,111,63)
0 Favorites   0 Comments

Color spaces of #966f3f

RGB 15011163
HSL0.090.410.42
HSV33°58°59°
CMYK 0.000.260.58   0.41
XYZ19.159318.21187.2080
Yxy18.21180.42980.4085
Hunter Lab42.67535.456819.8584
CIE-Lab49.75209.754632.4594

#966f3f color RGB value is (150,111,63).

#966f3f hex color red value is 150, green value is 111 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #966f3f hue: 0.09 , saturation: 0.41 and the lightness value of 966f3f is 0.42.

The process color (four color CMYK) of #966f3f color hex is 0.00, 0.26, 0.58, 0.41. Web safe color of #966f3f is #996633. Color #966f3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101111 00111111
Octal 226 157 77
Decimal 150 111 63
Hex 96 6F 3F

RGB Percentages of Color #966f3f

%46.30
%34.26
%19.44

CMYK Percentages of Color #966f3f

%0
%26
%58
%41

Triadic Colors of #966f3f

#966f3f #3f966f #6f3f96

Analogous Colors of #966f3f

#966f3f #92963f #96443f

Monochromatic Colors of #966f3f

#966f3f

Complementary Color

#966f3f #3f6696

#966f3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966f3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#966f3f Color CSS Codes

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

#966f3f Text Font Color

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

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


#966f3f Background Color

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

This div background color is #966f3f


#966f3f Border Color

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

This div border color is #966f3f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,111,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #966f3f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #966f3f;
  -webkit-box-shadow: 1px 1px 3px 2px #966f3f;
  box-shadow:         1px 1px 3px 2px #966f3f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966f3f


Comments

No comments written yet.

Please login to write comment.