Color Hex Logo

#997970 Color Hex

#997970
(153,121,112)
0 Favorites   0 Comments

Color spaces of #997970

RGB 153121112
HSL0.040.170.52
HSV13°27°60°
CMYK 0.000.210.27   0.40
XYZ22.898921.616918.2948
Yxy21.61690.36460.3442
Hunter Lab46.49406.54929.2159
CIE-Lab53.618111.04249.6694

#997970 color RGB value is (153,121,112).

#997970 hex color red value is 153, green value is 121 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #997970 hue: 0.04 , saturation: 0.17 and the lightness value of 997970 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111001 01110000
Octal 231 171 160
Decimal 153 121 112
Hex 99 79 70

RGB Percentages of Color #997970

%39.64
%31.35
%29.02

CMYK Percentages of Color #997970

%0
%21
%27
%40

Triadic Colors of #997970

#997970 #709979 #797099

Analogous Colors of #997970

#997970 #998e70 #99707c

Monochromatic Colors of #997970

#997970

Complementary Color

#997970 #709099

#997970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#997970 Color CSS Codes

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

#997970 Text Font Color

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

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


#997970 Background Color

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

This div background color is #997970


#997970 Border Color

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

This div border color is #997970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997970


Comments

No comments written yet.

Please login to write comment.