Color Hex Logo

#97684d Color Hex

#97684D
(151,104,77)
0 Favorites   0 Comments

Color spaces of #97684d

RGB 15110477
HSL0.060.320.45
HSV22°49°59°
CMYK 0.000.310.49   0.41
XYZ19.052417.01589.3014
Yxy17.01580.41990.3750
Hunter Lab41.250210.256615.5060
CIE-Lab48.279915.553422.7443

#97684d color RGB value is (151,104,77).

#97684d hex color red value is 151, green value is 104 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #97684d hue: 0.06 , saturation: 0.32 and the lightness value of 97684d is 0.45.

The process color (four color CMYK) of #97684d color hex is 0.00, 0.31, 0.49, 0.41. Web safe color of #97684d is #996666. Color #97684d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01101000 01001101
Octal 227 150 115
Decimal 151 104 77
Hex 97 68 4D

RGB Percentages of Color #97684d

%45.48
%31.33
%23.19

CMYK Percentages of Color #97684d

%0
%31
%49
%41

Triadic Colors of #97684d

#97684d #4d9768 #684d97

Analogous Colors of #97684d

#97684d #978d4d #974d57

Monochromatic Colors of #97684d

#97684d

Complementary Color

#97684d #4d7c97

#97684d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97684d Color Preview on White Background

Lorem ipsum dolor sit amet.

#97684d Color CSS Codes

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

#97684d Text Font Color

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

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


#97684d Background Color

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

This div background color is #97684d


#97684d Border Color

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

This div border color is #97684d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97684d


Comments

No comments written yet.

Please login to write comment.