Color Hex Logo

#964448 Color Hex

#964448
(150,68,72)
0 Favorites   0 Comments

Color spaces of #964448

RGB 1506872
HSL0.990.380.43
HSV357°55°59°
CMYK 0.000.550.52   0.41
XYZ15.814511.08627.4372
Yxy11.08620.46060.3229
Hunter Lab33.295926.513810.0638
CIE-Lab39.725334.811014.3233

#964448 color RGB value is (150,68,72).

#964448 hex color red value is 150, green value is 68 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #964448 hue: 0.99 , saturation: 0.38 and the lightness value of 964448 is 0.43.

The process color (four color CMYK) of #964448 color hex is 0.00, 0.55, 0.52, 0.41. Web safe color of #964448 is #993333. Color #964448 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01000100 01001000
Octal 226 104 110
Decimal 150 68 72
Hex 96 44 48

RGB Percentages of Color #964448

%51.72
%23.45
%24.83

CMYK Percentages of Color #964448

%0
%55
%52
%41

Triadic Colors of #964448

#964448 #489644 #444896

Analogous Colors of #964448

#964448 #966944 #964471

Monochromatic Colors of #964448

#964448

Complementary Color

#964448 #449692

#964448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#964448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#964448 Color CSS Codes

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

#964448 Text Font Color

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

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


#964448 Background Color

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

This div background color is #964448


#964448 Border Color

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

This div border color is #964448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #964448


Comments

No comments written yet.

Please login to write comment.