Color Hex Logo

#97382e Color Hex

#97382E
(151,56,46)
0 Favorites   0 Comments

Color spaces of #97382e

RGB 1515646
HSL0.020.530.39
HSV70°59°
CMYK 0.000.630.70   0.41
XYZ14.66989.60493.6655
Yxy9.60490.52500.3438
Hunter Lab30.991830.256514.6818
CIE-Lab37.123839.222227.0143

#97382e color RGB value is (151,56,46).

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

The process color (four color CMYK) of #97382e color hex is 0.00, 0.63, 0.70, 0.41. Web safe color of #97382e is #993333. Color #97382e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00111000 00101110
Octal 227 70 56
Decimal 151 56 46
Hex 97 38 2E

RGB Percentages of Color #97382e

%59.68
%22.13
%18.18

CMYK Percentages of Color #97382e

%0
%63
%70
%41

Triadic Colors of #97382e

#97382e #2e9738 #382e97

Analogous Colors of #97382e

#97382e #976d2e #972e59

Monochromatic Colors of #97382e

#97382e

Complementary Color

#97382e #2e8d97

#97382e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97382e Color Preview on White Background

Lorem ipsum dolor sit amet.

#97382e Color CSS Codes

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

#97382e Text Font Color

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

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


#97382e Background Color

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

This div background color is #97382e


#97382e Border Color

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

This div border color is #97382e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97382e


Comments

No comments written yet.

Please login to write comment.