Color Hex Logo

#97712e Color Hex

#97712E
(151,113,46)
0 Favorites   0 Comments

Color spaces of #97712e

RGB 15111346
HSL0.110.530.39
HSV38°70°59°
CMYK 0.000.250.70   0.41
XYZ19.160818.58685.1625
Yxy18.58680.44650.4332
Hunter Lab43.11243.885523.0790
CIE-Lab50.20027.830241.7509

#97712e color RGB value is (151,113,46).

#97712e hex color red value is 151, green value is 113 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #97712e hue: 0.11 , saturation: 0.53 and the lightness value of 97712e is 0.39.

The process color (four color CMYK) of #97712e color hex is 0.00, 0.25, 0.70, 0.41. Web safe color of #97712e is #996633. Color #97712e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01110001 00101110
Octal 227 161 56
Decimal 151 113 46
Hex 97 71 2E

RGB Percentages of Color #97712e

%48.71
%36.45
%14.84

CMYK Percentages of Color #97712e

%0
%25
%70
%41

Triadic Colors of #97712e

#97712e #2e9771 #712e97

Analogous Colors of #97712e

#97712e #89972e #973d2e

Monochromatic Colors of #97712e

#97712e

Complementary Color

#97712e #2e5497

#97712e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97712e Color Preview on White Background

Lorem ipsum dolor sit amet.

#97712e Color CSS Codes

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

#97712e Text Font Color

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

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


#97712e Background Color

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

This div background color is #97712e


#97712e Border Color

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

This div border color is #97712e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,113,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #97712e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #97712e;
  -webkit-box-shadow: 1px 1px 3px 2px #97712e;
  box-shadow:         1px 1px 3px 2px #97712e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97712e


Comments

No comments written yet.

Please login to write comment.