Color Hex Logo

#996350 Color Hex

#996350
(153,99,80)
0 Favorites   0 Comments

Color spaces of #996350

RGB 1539980
HSL0.040.310.46
HSV16°48°60°
CMYK 0.000.350.48   0.40
XYZ19.046716.27529.7270
Yxy16.27520.42280.3613
Hunter Lab40.342513.674813.9443
CIE-Lab47.333519.603719.7891

#996350 color RGB value is (153,99,80).

#996350 hex color red value is 153, green value is 99 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #996350 hue: 0.04 , saturation: 0.31 and the lightness value of 996350 is 0.46.

The process color (four color CMYK) of #996350 color hex is 0.00, 0.35, 0.48, 0.40. Web safe color of #996350 is #996666. Color #996350 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100011 01010000
Octal 231 143 120
Decimal 153 99 80
Hex 99 63 50

RGB Percentages of Color #996350

%46.08
%29.82
%24.10

CMYK Percentages of Color #996350

%0
%35
%48
%40

Triadic Colors of #996350

#996350 #509963 #635099

Analogous Colors of #996350

#996350 #998850 #995062

Monochromatic Colors of #996350

#996350

Complementary Color

#996350 #508699

#996350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#996350 Color CSS Codes

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

#996350 Text Font Color

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

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


#996350 Background Color

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

This div background color is #996350


#996350 Border Color

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

This div border color is #996350


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,99,80, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #996350; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #996350;
  -webkit-box-shadow: 1px 1px 3px 2px #996350;
  box-shadow:         1px 1px 3px 2px #996350; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996350


Comments

No comments written yet.

Please login to write comment.