Color Hex Logo

#96180e Color Hex

#96180E
(150,24,14)
0 Favorites   0 Comments

Color spaces of #96180e

RGB 1502414
HSL0.010.830.32
HSV91°59°
CMYK 0.000.840.91   0.41
XYZ12.98367.16901.1149
Yxy7.16900.61050.3371
Hunter Lab26.775039.701116.2737
CIE-Lab32.188649.797539.6539

#96180e color RGB value is (150,24,14).

#96180e hex color red value is 150, green value is 24 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #96180e hue: 0.01 , saturation: 0.83 and the lightness value of 96180e is 0.32.

The process color (four color CMYK) of #96180e color hex is 0.00, 0.84, 0.91, 0.41. Web safe color of #96180e is #990000. Color #96180e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00011000 00001110
Octal 226 30 16
Decimal 150 24 14
Hex 96 18 E

RGB Percentages of Color #96180e

%79.79
%12.77
%7.45

CMYK Percentages of Color #96180e

%0
%84
%91
%41

Triadic Colors of #96180e

#96180e #0e9618 #180e96

Analogous Colors of #96180e

#96180e #965c0e #960e48

Monochromatic Colors of #96180e

#96180e

Complementary Color

#96180e #0e8c96

#96180e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96180e Color Preview on White Background

Lorem ipsum dolor sit amet.

#96180e Color CSS Codes

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

#96180e Text Font Color

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

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


#96180e Background Color

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

This div background color is #96180e


#96180e Border Color

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

This div border color is #96180e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,24,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96180e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96180e;
  -webkit-box-shadow: 1px 1px 3px 2px #96180e;
  box-shadow:         1px 1px 3px 2px #96180e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96180e


Comments

No comments written yet.

Please login to write comment.