Color Hex Logo

#963635 Color Hex

#963635
(150,54,53)
0 Favorites   0 Comments

Color spaces of #963635

RGB 1505453
HSL0.000.480.40
HSV65°59°
CMYK 0.000.640.65   0.41
XYZ14.53949.37944.4123
Yxy9.37940.51320.3311
Hunter Lab30.625831.146512.8961
CIE-Lab36.704740.231322.1742

#963635 color RGB value is (150,54,53).

#963635 hex color red value is 150, green value is 54 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #963635 hue: 0.00 , saturation: 0.48 and the lightness value of 963635 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00110110 00110101
Octal 226 66 65
Decimal 150 54 53
Hex 96 36 35

RGB Percentages of Color #963635

%58.37
%21.01
%20.62

CMYK Percentages of Color #963635

%0
%64
%65
%41

Triadic Colors of #963635

#963635 #359636 #363596

Analogous Colors of #963635

#963635 #966735 #963565

Monochromatic Colors of #963635

#963635

Complementary Color

#963635 #359596

#963635 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963635 Color Preview on White Background

Lorem ipsum dolor sit amet.

#963635 Color CSS Codes

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

#963635 Text Font Color

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

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


#963635 Background Color

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

This div background color is #963635


#963635 Border Color

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

This div border color is #963635


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963635


Comments

No comments written yet.

Please login to write comment.