Color Hex Logo

#97611f Color Hex

#97611F
(151,97,31)
0 Favorites   0 Comments

Color spaces of #97611f

RGB 1519731
HSL0.090.660.36
HSV33°79°59°
CMYK 0.000.360.79   0.41
XYZ17.284515.22763.3246
Yxy15.22760.48230.4249
Hunter Lab39.022610.774622.2645
CIE-Lab45.944416.274244.2896

#97611f color RGB value is (151,97,31).

#97611f hex color red value is 151, green value is 97 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #97611f hue: 0.09 , saturation: 0.66 and the lightness value of 97611f is 0.36.

The process color (four color CMYK) of #97611f color hex is 0.00, 0.36, 0.79, 0.41. Web safe color of #97611f is #996633. Color #97611f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01100001 00011111
Octal 227 141 37
Decimal 151 97 31
Hex 97 61 1F

RGB Percentages of Color #97611f

%54.12
%34.77
%11.11

CMYK Percentages of Color #97611f

%0
%36
%79
%41

Triadic Colors of #97611f

#97611f #1f9761 #611f97

Analogous Colors of #97611f

#97611f #91971f #97251f

Monochromatic Colors of #97611f

#97611f

Complementary Color

#97611f #1f5597

#97611f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97611f Color Preview on White Background

Lorem ipsum dolor sit amet.

#97611f Color CSS Codes

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

#97611f Text Font Color

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

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


#97611f Background Color

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

This div background color is #97611f


#97611f Border Color

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

This div border color is #97611f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97611f


Comments

No comments written yet.

Please login to write comment.