Color Hex Logo

#963512 Color Hex

#963512
(150,53,18)
0 Favorites   0 Comments

Color spaces of #963512

RGB 1505318
HSL0.040.790.33
HSV16°88°59°
CMYK 0.000.650.88   0.41
XYZ13.96009.07391.5879
Yxy9.07390.56700.3685
Hunter Lab30.122930.008017.9606
CIE-Lab36.126239.124841.0093

#963512 color RGB value is (150,53,18).

#963512 hex color red value is 150, green value is 53 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #963512 hue: 0.04 , saturation: 0.79 and the lightness value of 963512 is 0.33.

The process color (four color CMYK) of #963512 color hex is 0.00, 0.65, 0.88, 0.41. Web safe color of #963512 is #993300. Color #963512 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00110101 00010010
Octal 226 65 22
Decimal 150 53 18
Hex 96 35 12

RGB Percentages of Color #963512

%67.87
%23.98
%8.14

CMYK Percentages of Color #963512

%0
%65
%88
%41

Triadic Colors of #963512

#963512 #129635 #351296

Analogous Colors of #963512

#963512 #967712 #961231

Monochromatic Colors of #963512

#963512

Complementary Color

#963512 #127396

#963512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#963512 Color CSS Codes

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

#963512 Text Font Color

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

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


#963512 Background Color

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

This div background color is #963512


#963512 Border Color

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

This div border color is #963512


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963512


Comments

No comments written yet.

Please login to write comment.