Color Hex Logo

#997960 Color Hex

#997960
(153,121,96)
0 Favorites   0 Comments

Color spaces of #997960

RGB 15312196
HSL0.070.230.49
HSV26°37°60°
CMYK 0.000.210.37   0.40
XYZ22.085621.291614.0120
Yxy21.29160.38480.3710
Hunter Lab46.14284.686514.2956
CIE-Lab53.26728.827418.4520

#997960 color RGB value is (153,121,96).

#997960 hex color red value is 153, green value is 121 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #997960 hue: 0.07 , saturation: 0.23 and the lightness value of 997960 is 0.49.

The process color (four color CMYK) of #997960 color hex is 0.00, 0.21, 0.37, 0.40. Web safe color of #997960 is #996666. Color #997960 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111001 01100000
Octal 231 171 140
Decimal 153 121 96
Hex 99 79 60

RGB Percentages of Color #997960

%41.35
%32.70
%25.95

CMYK Percentages of Color #997960

%0
%21
%37
%40

Triadic Colors of #997960

#997960 #609979 #796099

Analogous Colors of #997960

#997960 #999660 #996064

Monochromatic Colors of #997960

#997960

Complementary Color

#997960 #608099

#997960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#997960 Color CSS Codes

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

#997960 Text Font Color

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

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


#997960 Background Color

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

This div background color is #997960


#997960 Border Color

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

This div border color is #997960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997960


Comments

No comments written yet.

Please login to write comment.