Color Hex Logo

#966552 Color Hex

#966552
(150,101,82)
0 Favorites   0 Comments

Color spaces of #966552

RGB 15010182
HSL0.050.290.45
HSV17°45°59°
CMYK 0.000.330.45   0.41
XYZ18.754316.400610.1598
Yxy16.40060.41390.3619
Hunter Lab40.497711.791713.4741
CIE-Lab47.495717.399418.7620

#966552 color RGB value is (150,101,82).

#966552 hex color red value is 150, green value is 101 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #966552 hue: 0.05 , saturation: 0.29 and the lightness value of 966552 is 0.45.

The process color (four color CMYK) of #966552 color hex is 0.00, 0.33, 0.45, 0.41. Web safe color of #966552 is #996666. Color #966552 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01100101 01010010
Octal 226 145 122
Decimal 150 101 82
Hex 96 65 52

RGB Percentages of Color #966552

%45.05
%30.33
%24.62

CMYK Percentages of Color #966552

%0
%33
%45
%41

Triadic Colors of #966552

#966552 #529665 #655296

Analogous Colors of #966552

#966552 #968752 #965261

Monochromatic Colors of #966552

#966552

Complementary Color

#966552 #528396

#966552 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966552 Color Preview on White Background

Lorem ipsum dolor sit amet.

#966552 Color CSS Codes

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

#966552 Text Font Color

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

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


#966552 Background Color

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

This div background color is #966552


#966552 Border Color

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

This div border color is #966552


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966552


Comments

No comments written yet.

Please login to write comment.