Color Hex Logo

#99496e Color Hex

#99496E
(153,73,110)
0 Favorites   0 Comments

Color spaces of #99496e

RGB 15373110
HSL0.920.350.44
HSV332°52°60°
CMYK 0.000.520.28   0.40
XYZ18.333912.663216.2298
Yxy12.66320.38820.2681
Hunter Lab35.585429.6903-2.1312
CIE-Lab42.251337.8131-5.6094

#99496e color RGB value is (153,73,110).

#99496e hex color red value is 153, green value is 73 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #99496e hue: 0.92 , saturation: 0.35 and the lightness value of 99496e is 0.44.

The process color (four color CMYK) of #99496e color hex is 0.00, 0.52, 0.28, 0.40. Web safe color of #99496e is #993366. Color #99496e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01001001 01101110
Octal 231 111 156
Decimal 153 73 110
Hex 99 49 6E

RGB Percentages of Color #99496e

%45.54
%21.73
%32.74

CMYK Percentages of Color #99496e

%0
%52
%28
%40

Triadic Colors of #99496e

#99496e #6e9949 #496e99

Analogous Colors of #99496e

#99496e #994c49 #994996

Monochromatic Colors of #99496e

#99496e

Complementary Color

#99496e #499974

#99496e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99496e Color Preview on White Background

Lorem ipsum dolor sit amet.

#99496e Color CSS Codes

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

#99496e Text Font Color

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

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


#99496e Background Color

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

This div background color is #99496e


#99496e Border Color

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

This div border color is #99496e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,73,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99496e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99496e;
  -webkit-box-shadow: 1px 1px 3px 2px #99496e;
  box-shadow:         1px 1px 3px 2px #99496e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,73,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99496e


Comments

No comments written yet.

Please login to write comment.