Color Hex Logo

#97321f Color Hex

#97321F
(151,50,31)
0 Favorites   0 Comments

Color spaces of #97321f

RGB 1515031
HSL0.030.660.36
HSV10°79°59°
CMYK 0.000.670.79   0.41
XYZ14.15048.95942.2799
Yxy8.95940.55730.3529
Hunter Lab29.932332.004016.4365
CIE-Lab35.906041.267834.3681

#97321f color RGB value is (151,50,31).

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

The process color (four color CMYK) of #97321f color hex is 0.00, 0.67, 0.79, 0.41. Web safe color of #97321f is #993333. Color #97321f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00110010 00011111
Octal 227 62 37
Decimal 151 50 31
Hex 97 32 1F

RGB Percentages of Color #97321f

%65.09
%21.55
%13.36

CMYK Percentages of Color #97321f

%0
%67
%79
%41

Triadic Colors of #97321f

#97321f #1f9732 #321f97

Analogous Colors of #97321f

#97321f #976e1f #971f48

Monochromatic Colors of #97321f

#97321f

Complementary Color

#97321f #1f8497

#97321f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97321f Color Preview on White Background

Lorem ipsum dolor sit amet.

#97321f Color CSS Codes

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

#97321f Text Font Color

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

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


#97321f Background Color

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

This div background color is #97321f


#97321f Border Color

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

This div border color is #97321f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,50,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 #97321f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97321f


Comments

No comments written yet.

Please login to write comment.