Color Hex Logo

#963839 Color Hex

#963839
(150,56,57)
0 Favorites   0 Comments

Color spaces of #963839

RGB 1505657
HSL1.000.460.40
HSV359°63°59°
CMYK 0.000.630.62   0.41
XYZ14.73049.60784.9490
Yxy9.60780.50300.3281
Hunter Lab30.996530.584512.2311
CIE-Lab37.129139.568020.2264

#963839 color RGB value is (150,56,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111000 00111001
Octal 226 70 71
Decimal 150 56 57
Hex 96 38 39

RGB Percentages of Color #963839

%57.03
%21.29
%21.67

CMYK Percentages of Color #963839

%0
%63
%62
%41

Triadic Colors of #963839

#963839 #399638 #383996

Analogous Colors of #963839

#963839 #966638 #963868

Monochromatic Colors of #963839

#963839

Complementary Color

#963839 #389695

#963839 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963839 Color Preview on White Background

Lorem ipsum dolor sit amet.

#963839 Color CSS Codes

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

#963839 Text Font Color

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

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


#963839 Background Color

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

This div background color is #963839


#963839 Border Color

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

This div border color is #963839


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963839


Comments

No comments written yet.

Please login to write comment.