Color Hex Logo

#966033 Color Hex

#966033
(150,96,51)
0 Favorites   0 Comments

Color spaces of #966033

RGB 1509651
HSL0.080.490.39
HSV27°66°59°
CMYK 0.000.360.66   0.41
XYZ17.358115.08885.1295
Yxy15.08880.46190.4015
Hunter Lab38.844311.787619.3616
CIE-Lab45.755617.489534.2423

#966033 color RGB value is (150,96,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01100000 00110011
Octal 226 140 63
Decimal 150 96 51
Hex 96 60 33

RGB Percentages of Color #966033

%50.51
%32.32
%17.17

CMYK Percentages of Color #966033

%0
%36
%66
%41

Triadic Colors of #966033

#966033 #339660 #603396

Analogous Colors of #966033

#966033 #969233 #963337

Monochromatic Colors of #966033

#966033

Complementary Color

#966033 #336996

#966033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#966033 Color CSS Codes

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

#966033 Text Font Color

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

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


#966033 Background Color

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

This div background color is #966033


#966033 Border Color

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

This div border color is #966033


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966033


Comments

No comments written yet.

Please login to write comment.