Color Hex Logo

#963749 Color Hex

#963749
(150,55,73)
0 Favorites   0 Comments

Color spaces of #963749

RGB 1505573
HSL0.970.460.40
HSV349°63°59°
CMYK 0.000.630.51   0.41
XYZ15.14659.69747.3768
Yxy9.69740.47010.3010
Hunter Lab31.140632.32457.7535
CIE-Lab37.293841.363710.3530

#963749 color RGB value is (150,55,73).

#963749 hex color red value is 150, green value is 55 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #963749 hue: 0.97 , saturation: 0.46 and the lightness value of 963749 is 0.40.

The process color (four color CMYK) of #963749 color hex is 0.00, 0.63, 0.51, 0.41. Web safe color of #963749 is #993333. Color #963749 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00110111 01001001
Octal 226 67 111
Decimal 150 55 73
Hex 96 37 49

RGB Percentages of Color #963749

%53.96
%19.78
%26.26

CMYK Percentages of Color #963749

%0
%63
%51
%41

Triadic Colors of #963749

#963749 #499637 #374996

Analogous Colors of #963749

#963749 #965537 #963779

Monochromatic Colors of #963749

#963749

Complementary Color

#963749 #379684

#963749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#963749 Color CSS Codes

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

#963749 Text Font Color

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

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


#963749 Background Color

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

This div background color is #963749


#963749 Border Color

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

This div border color is #963749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963749


Comments

No comments written yet.

Please login to write comment.