Color Hex Logo

#97996d Color Hex

#97996D
(151,153,109)
0 Favorites   0 Comments

Color spaces of #97996d

RGB 151153109
HSL0.170.180.51
HSV63°29°60°
CMYK 0.010.000.29   0.40
XYZ26.914030.465918.9300
Yxy30.46590.35270.3992
Hunter Lab55.1959-9.554818.3030
CIE-Lab62.0541-8.105722.9515

#97996d color RGB value is (151,153,109).

#97996d hex color red value is 151, green value is 153 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #97996d hue: 0.17 , saturation: 0.18 and the lightness value of 97996d is 0.51.

The process color (four color CMYK) of #97996d color hex is 0.01, 0.00, 0.29, 0.40. Web safe color of #97996d is #999966. Color #97996d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011001 01101101
Octal 227 231 155
Decimal 151 153 109
Hex 97 99 6D

RGB Percentages of Color #97996d

%36.56
%37.05
%26.39

CMYK Percentages of Color #97996d

%1
%0
%29
%40

Triadic Colors of #97996d

#97996d #6d9799 #996d97

Analogous Colors of #97996d

#97996d #81996d #99856d

Monochromatic Colors of #97996d

#97996d

Complementary Color

#97996d #6f6d99

#97996d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97996d Color Preview on White Background

Lorem ipsum dolor sit amet.

#97996d Color CSS Codes

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

#97996d Text Font Color

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

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


#97996d Background Color

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

This div background color is #97996d


#97996d Border Color

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

This div border color is #97996d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,153,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #97996d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #97996d;
  -webkit-box-shadow: 1px 1px 3px 2px #97996d;
  box-shadow:         1px 1px 3px 2px #97996d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97996d


Comments

No comments written yet.

Please login to write comment.