Color Hex Logo

#963501 Color Hex

#963501
(150,53,1)
0 Favorites   0 Comments

Color spaces of #963501

RGB 150531
HSL0.060.990.30
HSV21°99°59°
CMYK 0.000.650.99   0.41
XYZ13.85639.03241.0418
Yxy9.03240.57900.3774
Hunter Lab30.054029.702618.9825
CIE-Lab36.046638.813047.2764

#963501 color RGB value is (150,53,1).

#963501 hex color red value is 150, green value is 53 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #963501 hue: 0.06 , saturation: 0.99 and the lightness value of 963501 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00110101 00000001
Octal 226 65 1
Decimal 150 53 1
Hex 96 35 1

RGB Percentages of Color #963501

%73.53
%25.98
%0.49

CMYK Percentages of Color #963501

%0
%65
%99
%41

Triadic Colors of #963501

#963501 #019635 #350196

Analogous Colors of #963501

#963501 #968001 #960118

Monochromatic Colors of #963501

#963501

Complementary Color

#963501 #016296

#963501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#963501 Color CSS Codes

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

#963501 Text Font Color

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

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


#963501 Background Color

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

This div background color is #963501


#963501 Border Color

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

This div border color is #963501


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963501


Comments

No comments written yet.

Please login to write comment.