Color Hex Logo

#964847 Color Hex

#964847
(150,72,71)
0 Favorites   0 Comments

Color spaces of #964847

RGB 1507271
HSL0.000.360.43
HSV53°59°
CMYK 0.000.520.53   0.41
XYZ16.032411.57377.3502
Yxy11.57370.45860.3311
Hunter Lab34.020124.585011.0042
CIE-Lab40.530432.597916.0315

#964847 color RGB value is (150,72,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01001000 01000111
Octal 226 110 107
Decimal 150 72 71
Hex 96 48 47

RGB Percentages of Color #964847

%51.19
%24.57
%24.23

CMYK Percentages of Color #964847

%0
%52
%53
%41

Triadic Colors of #964847

#964847 #479648 #484796

Analogous Colors of #964847

#964847 #967047 #96476e

Monochromatic Colors of #964847

#964847

Complementary Color

#964847 #479596

#964847 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#964847 Color Preview on White Background

Lorem ipsum dolor sit amet.

#964847 Color CSS Codes

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

#964847 Text Font Color

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

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


#964847 Background Color

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

This div background color is #964847


#964847 Border Color

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

This div border color is #964847


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,72,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 #964847">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #964847


Comments

No comments written yet.

Please login to write comment.