Color Hex Logo

#96552e Color Hex

#96552E
(150,85,46)
0 Favorites   0 Comments

Color spaces of #96552e

RGB 1508546
HSL0.060.530.38
HSV23°69°59°
CMYK 0.000.430.69   0.41
XYZ16.319313.17834.2683
Yxy13.17830.48330.3903
Hunter Lab36.301916.715218.4402
CIE-Lab43.030723.459033.8366

#96552e color RGB value is (150,85,46).

#96552e hex color red value is 150, green value is 85 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #96552e hue: 0.06 , saturation: 0.53 and the lightness value of 96552e is 0.38.

The process color (four color CMYK) of #96552e color hex is 0.00, 0.43, 0.69, 0.41. Web safe color of #96552e is #996633. Color #96552e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01010101 00101110
Octal 226 125 56
Decimal 150 85 46
Hex 96 55 2E

RGB Percentages of Color #96552e

%53.38
%30.25
%16.37

CMYK Percentages of Color #96552e

%0
%43
%69
%41

Triadic Colors of #96552e

#96552e #2e9655 #552e96

Analogous Colors of #96552e

#96552e #96892e #962e3b

Monochromatic Colors of #96552e

#96552e

Complementary Color

#96552e #2e6f96

#96552e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96552e Color Preview on White Background

Lorem ipsum dolor sit amet.

#96552e Color CSS Codes

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

#96552e Text Font Color

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

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


#96552e Background Color

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

This div background color is #96552e


#96552e Border Color

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

This div border color is #96552e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96552e


Comments

No comments written yet.

Please login to write comment.