Color Hex Logo

#963d39 Color Hex

#963D39
(150,61,57)
0 Favorites   0 Comments

Color spaces of #963d39

RGB 1506157
HSL0.010.450.41
HSV62°59°
CMYK 0.000.590.62   0.41
XYZ14.984910.11695.0339
Yxy10.11690.49720.3357
Hunter Lab31.807128.432312.8815
CIE-Lab38.051437.130421.4108

#963d39 color RGB value is (150,61,57).

#963d39 hex color red value is 150, green value is 61 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #963d39 hue: 0.01 , saturation: 0.45 and the lightness value of 963d39 is 0.41.

The process color (four color CMYK) of #963d39 color hex is 0.00, 0.59, 0.62, 0.41. Web safe color of #963d39 is #993333. Color #963d39 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111101 00111001
Octal 226 75 71
Decimal 150 61 57
Hex 96 3D 39

RGB Percentages of Color #963d39

%55.97
%22.76
%21.27

CMYK Percentages of Color #963d39

%0
%59
%62
%41

Triadic Colors of #963d39

#963d39 #39963d #3d3996

Analogous Colors of #963d39

#963d39 #966c39 #963963

Monochromatic Colors of #963d39

#963d39

Complementary Color

#963d39 #399296

#963d39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963d39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#963d39 Color CSS Codes

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

#963d39 Text Font Color

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

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


#963d39 Background Color

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

This div background color is #963d39


#963d39 Border Color

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

This div border color is #963d39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963d39


Comments

No comments written yet.

Please login to write comment.