Color Hex Logo

#964247 Color Hex

#964247
(150,66,71)
0 Favorites   0 Comments

Color spaces of #964247

RGB 1506671
HSL0.990.390.42
HSV356°56°59°
CMYK 0.000.560.53   0.41
XYZ15.663210.83547.2271
Yxy10.83540.46440.3213
Hunter Lab32.917227.331810.0247
CIE-Lab39.301835.756314.3705

#964247 color RGB value is (150,66,71).

#964247 hex color red value is 150, green value is 66 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #964247 hue: 0.99 , saturation: 0.39 and the lightness value of 964247 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01000010 01000111
Octal 226 102 107
Decimal 150 66 71
Hex 96 42 47

RGB Percentages of Color #964247

%52.26
%23.00
%24.74

CMYK Percentages of Color #964247

%0
%56
%53
%41

Triadic Colors of #964247

#964247 #479642 #424796

Analogous Colors of #964247

#964247 #966742 #964271

Monochromatic Colors of #964247

#964247

Complementary Color

#964247 #429691

#964247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#964247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#964247 Color CSS Codes

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

#964247 Text Font Color

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

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


#964247 Background Color

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

This div background color is #964247


#964247 Border Color

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

This div border color is #964247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #964247


Comments

No comments written yet.

Please login to write comment.