Color Hex Logo

#96781a Color Hex

#96781A
(150,120,26)
0 Favorites   0 Comments

Color spaces of #96781a

RGB 15012026
HSL0.130.700.35
HSV45°83°59°
CMYK 0.000.200.83   0.41
XYZ19.480619.99163.8093
Yxy19.99160.45010.4619
Hunter Lab44.7120-0.475126.2471
CIE-Lab51.82772.437251.5322

#96781a color RGB value is (150,120,26).

#96781a hex color red value is 150, green value is 120 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #96781a hue: 0.13 , saturation: 0.70 and the lightness value of 96781a is 0.35.

The process color (four color CMYK) of #96781a color hex is 0.00, 0.20, 0.83, 0.41. Web safe color of #96781a is #996633. Color #96781a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111000 00011010
Octal 226 170 32
Decimal 150 120 26
Hex 96 78 1A

RGB Percentages of Color #96781a

%50.68
%40.54
%8.78

CMYK Percentages of Color #96781a

%0
%20
%83
%41

Triadic Colors of #96781a

#96781a #1a9678 #781a96

Analogous Colors of #96781a

#96781a #76961a #963a1a

Monochromatic Colors of #96781a

#96781a

Complementary Color

#96781a #1a3896

#96781a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96781a Color Preview on White Background

Lorem ipsum dolor sit amet.

#96781a Color CSS Codes

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

#96781a Text Font Color

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

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


#96781a Background Color

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

This div background color is #96781a


#96781a Border Color

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

This div border color is #96781a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,120,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96781a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96781a;
  -webkit-box-shadow: 1px 1px 3px 2px #96781a;
  box-shadow:         1px 1px 3px 2px #96781a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96781a


Comments

No comments written yet.

Please login to write comment.