Color Hex Logo

#96825b Color Hex

#96825B
(150,130,91)
0 Favorites   0 Comments

Color spaces of #96825b

RGB 15013091
HSL0.110.240.47
HSV40°39°59°
CMYK 0.000.130.39   0.41
XYZ22.448623.204613.1933
Yxy23.20460.38150.3943
Hunter Lab48.1712-1.115417.4812
CIE-Lab55.28251.815723.9329

#96825b color RGB value is (150,130,91).

#96825b hex color red value is 150, green value is 130 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #96825b hue: 0.11 , saturation: 0.24 and the lightness value of 96825b is 0.47.

The process color (four color CMYK) of #96825b color hex is 0.00, 0.13, 0.39, 0.41. Web safe color of #96825b is #999966. Color #96825b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000010 01011011
Octal 226 202 133
Decimal 150 130 91
Hex 96 82 5B

RGB Percentages of Color #96825b

%40.43
%35.04
%24.53

CMYK Percentages of Color #96825b

%0
%13
%39
%41

Triadic Colors of #96825b

#96825b #5b9682 #825b96

Analogous Colors of #96825b

#96825b #8d965b #96655b

Monochromatic Colors of #96825b

#96825b

Complementary Color

#96825b #5b6f96

#96825b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96825b Color Preview on White Background

Lorem ipsum dolor sit amet.

#96825b Color CSS Codes

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

#96825b Text Font Color

<p style="color:#96825b">Text here</p>

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


#96825b Background Color

<div style="background-color:#96825b">
Div content here</div>

This div background color is #96825b


#96825b Border Color

<div style="border:3px solid #96825b">
Div here</div>

This div border color is #96825b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96825b

#96825b Color Palettes


Comments

No comments written yet.

Please login to write comment.