Color Hex Logo

#963333 Color Hex

#963333
(150,51,51)
0 Favorites   0 Comments

Color spaces of #963333

RGB 1505151
HSL0.000.490.39
HSV66°59°
CMYK 0.000.660.66   0.41
XYZ14.35909.09074.1298
Yxy9.09070.52060.3296
Hunter Lab30.150832.244912.9845
CIE-Lab36.158341.475922.7307

#963333 color RGB value is (150,51,51).

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

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

Base Numbers

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

RGB Percentages of Color #963333

%59.52
%20.24
%20.24

CMYK Percentages of Color #963333

%0
%66
%66
%41

Triadic Colors of #963333

#963333 #339633 #333396

Analogous Colors of #963333

#963333 #966533 #963365

Monochromatic Colors of #963333

#963333

Complementary Color

#963333 #339696

#963333 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963333 Color Preview on White Background

Lorem ipsum dolor sit amet.

#963333 Color CSS Codes

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

#963333 Text Font Color

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

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


#963333 Background Color

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

This div background color is #963333


#963333 Border Color

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

This div border color is #963333


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,51,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 #963333">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963333


Comments

No comments written yet.

Please login to write comment.