Color Hex Logo

#963334 Color Hex

#963334
(150,51,52)
0 Favorites   0 Comments

Color spaces of #963334

RGB 1505152
HSL1.000.490.39
HSV359°66°59°
CMYK 0.000.660.65   0.41
XYZ14.38139.09964.2472
Yxy9.09960.51870.3282
Hunter Lab30.165532.309412.7681
CIE-Lab36.175441.540422.1292

#963334 color RGB value is (150,51,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00110011 00110100
Octal 226 63 64
Decimal 150 51 52
Hex 96 33 34

RGB Percentages of Color #963334

%59.29
%20.16
%20.55

CMYK Percentages of Color #963334

%0
%66
%65
%41

Triadic Colors of #963334

#963334 #349633 #333496

Analogous Colors of #963334

#963334 #966433 #963366

Monochromatic Colors of #963334

#963334

Complementary Color

#963334 #339695

#963334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#963334 Color CSS Codes

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

#963334 Text Font Color

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

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


#963334 Background Color

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

This div background color is #963334


#963334 Border Color

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

This div border color is #963334


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963334


Comments

No comments written yet.

Please login to write comment.