Color Hex Logo

#96440b Color Hex

#96440B
(150,68,11)
0 Favorites   0 Comments

Color spaces of #96440b

RGB 1506811
HSL0.070.860.32
HSV25°93°59°
CMYK 0.000.550.93   0.41
XYZ14.705210.64241.5958
Yxy10.64240.54580.3950
Hunter Lab32.622723.372019.9356
CIE-Lab38.971531.473345.8341

#96440b color RGB value is (150,68,11).

#96440b hex color red value is 150, green value is 68 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #96440b hue: 0.07 , saturation: 0.86 and the lightness value of 96440b is 0.32.

The process color (four color CMYK) of #96440b color hex is 0.00, 0.55, 0.93, 0.41. Web safe color of #96440b is #993300. Color #96440b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01000100 00001011
Octal 226 104 13
Decimal 150 68 11
Hex 96 44 B

RGB Percentages of Color #96440b

%65.50
%29.69
%4.80

CMYK Percentages of Color #96440b

%0
%55
%93
%41

Triadic Colors of #96440b

#96440b #0b9644 #440b96

Analogous Colors of #96440b

#96440b #968a0b #960b18

Monochromatic Colors of #96440b

#96440b

Complementary Color

#96440b #0b5d96

#96440b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96440b Color Preview on White Background

Lorem ipsum dolor sit amet.

#96440b Color CSS Codes

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

#96440b Text Font Color

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

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


#96440b Background Color

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

This div background color is #96440b


#96440b Border Color

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

This div border color is #96440b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96440b


Comments

No comments written yet.

Please login to write comment.