Color Hex Logo

#963d2f Color Hex

#963D2F
(150,61,47)
0 Favorites   0 Comments

Color spaces of #963d2f

RGB 1506147
HSL0.020.520.39
HSV69°59°
CMYK 0.000.590.69   0.41
XYZ14.759510.02683.8468
Yxy10.02680.51550.3502
Hunter Lab31.665127.787114.9628
CIE-Lab37.890536.463027.2885

#963d2f color RGB value is (150,61,47).

#963d2f hex color red value is 150, green value is 61 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #963d2f hue: 0.02 , saturation: 0.52 and the lightness value of 963d2f is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111101 00101111
Octal 226 75 57
Decimal 150 61 47
Hex 96 3D 2F

RGB Percentages of Color #963d2f

%58.14
%23.64
%18.22

CMYK Percentages of Color #963d2f

%0
%59
%69
%41

Triadic Colors of #963d2f

#963d2f #2f963d #3d2f96

Analogous Colors of #963d2f

#963d2f #96712f #962f55

Monochromatic Colors of #963d2f

#963d2f

Complementary Color

#963d2f #2f8896

#963d2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963d2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#963d2f Color CSS Codes

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

#963d2f Text Font Color

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

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


#963d2f Background Color

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

This div background color is #963d2f


#963d2f Border Color

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

This div border color is #963d2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963d2f


Comments

No comments written yet.

Please login to write comment.