Color Hex Logo

#997069 Color Hex

#997069
(153,112,105)
0 Favorites   0 Comments

Color spaces of #997069

RGB 153112105
HSL0.020.190.51
HSV31°60°
CMYK 0.000.270.31   0.40
XYZ21.480819.380615.9733
Yxy19.38060.37800.3410
Hunter Lab44.023410.05649.3038
CIE-Lab51.129515.209310.2595

#997069 color RGB value is (153,112,105).

#997069 hex color red value is 153, green value is 112 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #997069 hue: 0.02 , saturation: 0.19 and the lightness value of 997069 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01110000 01101001
Octal 231 160 151
Decimal 153 112 105
Hex 99 70 69

RGB Percentages of Color #997069

%41.35
%30.27
%28.38

CMYK Percentages of Color #997069

%0
%27
%31
%40

Triadic Colors of #997069

#997069 #699970 #706999

Analogous Colors of #997069

#997069 #998869 #99697a

Monochromatic Colors of #997069

#997069

Complementary Color

#997069 #699299

#997069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#997069 Color CSS Codes

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

#997069 Text Font Color

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

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


#997069 Background Color

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

This div background color is #997069


#997069 Border Color

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

This div border color is #997069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997069


Comments

No comments written yet.

Please login to write comment.