Color Hex Logo

#97864f Color Hex

#97864F
(151,134,79)
0 Favorites   0 Comments

Color spaces of #97864f

RGB 15113479
HSL0.130.310.45
HSV46°48°59°
CMYK 0.000.110.48   0.41
XYZ22.698924.194010.8707
Yxy24.19400.39300.4188
Hunter Lab49.1874-3.704121.3277
CIE-Lab56.2815-1.346131.8416

#97864f color RGB value is (151,134,79).

#97864f hex color red value is 151, green value is 134 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #97864f hue: 0.13 , saturation: 0.31 and the lightness value of 97864f is 0.45.

The process color (four color CMYK) of #97864f color hex is 0.00, 0.11, 0.48, 0.41. Web safe color of #97864f is #999966. Color #97864f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10000110 01001111
Octal 227 206 117
Decimal 151 134 79
Hex 97 86 4F

RGB Percentages of Color #97864f

%41.48
%36.81
%21.70

CMYK Percentages of Color #97864f

%0
%11
%48
%41

Triadic Colors of #97864f

#97864f #4f9786 #864f97

Analogous Colors of #97864f

#97864f #84974f #97624f

Monochromatic Colors of #97864f

#97864f

Complementary Color

#97864f #4f6097

#97864f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97864f Color Preview on White Background

Lorem ipsum dolor sit amet.

#97864f Color CSS Codes

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

#97864f Text Font Color

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

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


#97864f Background Color

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

This div background color is #97864f


#97864f Border Color

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

This div border color is #97864f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,134,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #97864f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #97864f;
  -webkit-box-shadow: 1px 1px 3px 2px #97864f;
  box-shadow:         1px 1px 3px 2px #97864f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97864f


Comments

No comments written yet.

Please login to write comment.