Color Hex Logo

#966439 Color Hex

#966439
(150,100,57)
0 Favorites   0 Comments

Color spaces of #966439

RGB 15010057
HSL0.080.450.41
HSV28°62°59°
CMYK 0.000.330.62   0.41
XYZ17.873415.89385.9967
Yxy15.89380.44950.3997
Hunter Lab39.867010.258818.9887
CIE-Lab46.834815.617232.2425

#966439 color RGB value is (150,100,57).

#966439 hex color red value is 150, green value is 100 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #966439 hue: 0.08 , saturation: 0.45 and the lightness value of 966439 is 0.41.

The process color (four color CMYK) of #966439 color hex is 0.00, 0.33, 0.62, 0.41. Web safe color of #966439 is #996633. Color #966439 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01100100 00111001
Octal 226 144 71
Decimal 150 100 57
Hex 96 64 39

RGB Percentages of Color #966439

%48.86
%32.57
%18.57

CMYK Percentages of Color #966439

%0
%33
%62
%41

Triadic Colors of #966439

#966439 #399664 #643996

Analogous Colors of #966439

#966439 #969339 #96393d

Monochromatic Colors of #966439

#966439

Complementary Color

#966439 #396b96

#966439 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966439 Color Preview on White Background

Lorem ipsum dolor sit amet.

#966439 Color CSS Codes

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

#966439 Text Font Color

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

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


#966439 Background Color

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

This div background color is #966439


#966439 Border Color

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

This div border color is #966439


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966439


Comments

No comments written yet.

Please login to write comment.