Color Hex Logo

#96823e Color Hex

#96823E
(150,130,62)
0 Favorites   0 Comments

Color spaces of #96823e

RGB 15013062
HSL0.130.420.42
HSV46°59°59°
CMYK 0.000.130.59   0.41
XYZ21.429822.79717.8282
Yxy22.79710.41170.4379
Hunter Lab47.7463-3.440523.7016
CIE-Lab54.8627-1.123239.0140

#96823e color RGB value is (150,130,62).

#96823e hex color red value is 150, green value is 130 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #96823e hue: 0.13 , saturation: 0.42 and the lightness value of 96823e is 0.42.

The process color (four color CMYK) of #96823e color hex is 0.00, 0.13, 0.59, 0.41. Web safe color of #96823e is #999933. Color #96823e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000010 00111110
Octal 226 202 76
Decimal 150 130 62
Hex 96 82 3E

RGB Percentages of Color #96823e

%43.86
%38.01
%18.13

CMYK Percentages of Color #96823e

%0
%13
%59
%41

Triadic Colors of #96823e

#96823e #3e9682 #823e96

Analogous Colors of #96823e

#96823e #7e963e #96563e

Monochromatic Colors of #96823e

#96823e

Complementary Color

#96823e #3e5296

#96823e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96823e Color Preview on White Background

Lorem ipsum dolor sit amet.

#96823e Color CSS Codes

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

#96823e Text Font Color

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

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


#96823e Background Color

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

This div background color is #96823e


#96823e Border Color

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

This div border color is #96823e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96823e


Comments

No comments written yet.

Please login to write comment.