Color Hex Logo

#963746 Color Hex

#963746
(150,55,70)
0 Favorites   0 Comments

Color spaces of #963746

RGB 1505570
HSL0.970.460.40
HSV351°63°59°
CMYK 0.000.630.53   0.41
XYZ15.04949.65866.8655
Yxy9.65860.47660.3059
Hunter Lab31.078332.05018.6571
CIE-Lab37.222641.090012.1593

#963746 color RGB value is (150,55,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00110111 01000110
Octal 226 67 106
Decimal 150 55 70
Hex 96 37 46

RGB Percentages of Color #963746

%54.55
%20.00
%25.45

CMYK Percentages of Color #963746

%0
%63
%53
%41

Triadic Colors of #963746

#963746 #469637 #374696

Analogous Colors of #963746

#963746 #965837 #963776

Monochromatic Colors of #963746

#963746

Complementary Color

#963746 #379687

#963746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#963746 Color CSS Codes

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

#963746 Text Font Color

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

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


#963746 Background Color

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

This div background color is #963746


#963746 Border Color

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

This div border color is #963746


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963746


Comments

No comments written yet.

Please login to write comment.