Color Hex Logo

#97582a Color Hex

#97582A
(151,88,42)
0 Favorites   0 Comments

Color spaces of #97582a

RGB 1518842
HSL0.070.560.38
HSV25°72°59°
CMYK 0.000.420.72   0.41
XYZ16.670113.72593.9612
Yxy13.72590.48520.3995
Hunter Lab37.048515.481919.5947
CIE-Lab43.837221.959636.8974

#97582a color RGB value is (151,88,42).

#97582a hex color red value is 151, green value is 88 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #97582a hue: 0.07 , saturation: 0.56 and the lightness value of 97582a is 0.38.

The process color (four color CMYK) of #97582a color hex is 0.00, 0.42, 0.72, 0.41. Web safe color of #97582a is #996633. Color #97582a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011000 00101010
Octal 227 130 52
Decimal 151 88 42
Hex 97 58 2A

RGB Percentages of Color #97582a

%53.74
%31.32
%14.95

CMYK Percentages of Color #97582a

%0
%42
%72
%41

Triadic Colors of #97582a

#97582a #2a9758 #582a97

Analogous Colors of #97582a

#97582a #978f2a #972a32

Monochromatic Colors of #97582a

#97582a

Complementary Color

#97582a #2a6997

#97582a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97582a Color Preview on White Background

Lorem ipsum dolor sit amet.

#97582a Color CSS Codes

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

#97582a Text Font Color

<p style="color:#97582a">Text here</p>

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


#97582a Background Color

<div style="background-color:#97582a">
Div content here</div>

This div background color is #97582a


#97582a Border Color

<div style="border:3px solid #97582a">
Div here</div>

This div border color is #97582a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,88,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #97582a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #97582a;
  -webkit-box-shadow: 1px 1px 3px 2px #97582a;
  box-shadow:         1px 1px 3px 2px #97582a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97582a


Comments

No comments written yet.

Please login to write comment.