Color Hex Logo

#96805d Color Hex

#96805D
(150,128,93)
0 Favorites   0 Comments

Color spaces of #96805d

RGB 15012893
HSL0.100.230.48
HSV37°38°59°
CMYK 0.000.150.38   0.41
XYZ22.272622.712713.5660
Yxy22.71270.38040.3879
Hunter Lab47.65780.019716.4833
CIE-Lab54.77523.192522.1349

#96805d color RGB value is (150,128,93).

#96805d hex color red value is 150, green value is 128 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #96805d hue: 0.10 , saturation: 0.23 and the lightness value of 96805d is 0.48.

The process color (four color CMYK) of #96805d color hex is 0.00, 0.15, 0.38, 0.41. Web safe color of #96805d is #999966. Color #96805d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000000 01011101
Octal 226 200 135
Decimal 150 128 93
Hex 96 80 5D

RGB Percentages of Color #96805d

%40.43
%34.50
%25.07

CMYK Percentages of Color #96805d

%0
%15
%38
%41

Triadic Colors of #96805d

#96805d #5d9680 #805d96

Analogous Colors of #96805d

#96805d #90965d #96645d

Monochromatic Colors of #96805d

#96805d

Complementary Color

#96805d #5d7396

#96805d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96805d Color Preview on White Background

Lorem ipsum dolor sit amet.

#96805d Color CSS Codes

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

#96805d Text Font Color

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

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


#96805d Background Color

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

This div background color is #96805d


#96805d Border Color

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

This div border color is #96805d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,128,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96805d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96805d;
  -webkit-box-shadow: 1px 1px 3px 2px #96805d;
  box-shadow:         1px 1px 3px 2px #96805d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96805d


Comments

No comments written yet.

Please login to write comment.