Color Hex Logo

#96835a Color Hex

#96835A
(150,131,90)
0 Favorites   0 Comments

Color spaces of #96835a

RGB 15013190
HSL0.110.250.47
HSV41°40°59°
CMYK 0.000.130.40   0.41
XYZ22.539423.454813.0121
Yxy23.45480.38200.3975
Hunter Lab48.4302-1.678917.9712
CIE-Lab55.53771.131524.8282

#96835a color RGB value is (150,131,90).

#96835a hex color red value is 150, green value is 131 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #96835a hue: 0.11 , saturation: 0.25 and the lightness value of 96835a is 0.47.

The process color (four color CMYK) of #96835a color hex is 0.00, 0.13, 0.40, 0.41. Web safe color of #96835a is #999966. Color #96835a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000011 01011010
Octal 226 203 132
Decimal 150 131 90
Hex 96 83 5A

RGB Percentages of Color #96835a

%40.43
%35.31
%24.26

CMYK Percentages of Color #96835a

%0
%13
%40
%41

Triadic Colors of #96835a

#96835a #5a9683 #835a96

Analogous Colors of #96835a

#96835a #8b965a #96655a

Monochromatic Colors of #96835a

#96835a

Complementary Color

#96835a #5a6d96

#96835a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96835a Color Preview on White Background

Lorem ipsum dolor sit amet.

#96835a Color CSS Codes

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

#96835a Text Font Color

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

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


#96835a Background Color

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

This div background color is #96835a


#96835a Border Color

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

This div border color is #96835a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96835a


Comments

No comments written yet.

Please login to write comment.