Color Hex Logo

#963528 Color Hex

#963528
(150,53,40)
0 Favorites   0 Comments

Color spaces of #963528

RGB 1505340
HSL0.020.580.37
HSV73°59°
CMYK 0.000.650.73   0.41
XYZ14.23389.18343.0299
Yxy9.18340.53820.3472
Hunter Lab30.304130.809015.2849
CIE-Lab36.335039.938129.6263

#963528 color RGB value is (150,53,40).

#963528 hex color red value is 150, green value is 53 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #963528 hue: 0.02 , saturation: 0.58 and the lightness value of 963528 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00110101 00101000
Octal 226 65 50
Decimal 150 53 40
Hex 96 35 28

RGB Percentages of Color #963528

%61.73
%21.81
%16.46

CMYK Percentages of Color #963528

%0
%65
%73
%41

Triadic Colors of #963528

#963528 #289635 #352896

Analogous Colors of #963528

#963528 #966c28 #962852

Monochromatic Colors of #963528

#963528

Complementary Color

#963528 #288996

#963528 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963528 Color Preview on White Background

Lorem ipsum dolor sit amet.

#963528 Color CSS Codes

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

#963528 Text Font Color

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

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


#963528 Background Color

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

This div background color is #963528


#963528 Border Color

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

This div border color is #963528


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963528


Comments

No comments written yet.

Please login to write comment.