Color Hex Logo

#96525c Color Hex

#96525C
(150,82,92)
0 Favorites   0 Comments

Color spaces of #96525c

RGB 1508292
HSL0.980.290.45
HSV351°45°59°
CMYK 0.000.450.39   0.41
XYZ17.526713.291311.7669
Yxy13.29130.41160.3121
Hunter Lab36.457222.01316.3837
CIE-Lab43.198929.42506.8027

#96525c color RGB value is (150,82,92).

#96525c hex color red value is 150, green value is 82 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #96525c hue: 0.98 , saturation: 0.29 and the lightness value of 96525c is 0.45.

The process color (four color CMYK) of #96525c color hex is 0.00, 0.45, 0.39, 0.41. Web safe color of #96525c is #996666. Color #96525c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01010010 01011100
Octal 226 122 134
Decimal 150 82 92
Hex 96 52 5C

RGB Percentages of Color #96525c

%46.30
%25.31
%28.40

CMYK Percentages of Color #96525c

%0
%45
%39
%41

Triadic Colors of #96525c

#96525c #5c9652 #525c96

Analogous Colors of #96525c

#96525c #966a52 #96527e

Monochromatic Colors of #96525c

#96525c

Complementary Color

#96525c #52968c

#96525c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96525c Color Preview on White Background

Lorem ipsum dolor sit amet.

#96525c Color CSS Codes

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

#96525c Text Font Color

<p style="color:#96525c">Text here</p>

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


#96525c Background Color

<div style="background-color:#96525c">
Div content here</div>

This div background color is #96525c


#96525c Border Color

<div style="border:3px solid #96525c">
Div here</div>

This div border color is #96525c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,82,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96525c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96525c;
  -webkit-box-shadow: 1px 1px 3px 2px #96525c;
  box-shadow:         1px 1px 3px 2px #96525c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96525c


Comments

No comments written yet.

Please login to write comment.