Color Hex Logo

#97503e Color Hex

#97503E
(151,80,62)
0 Favorites   0 Comments

Color spaces of #97503e

RGB 1518062
HSL0.030.420.42
HSV12°59°59°
CMYK 0.000.470.59   0.41
XYZ16.500712.66446.1322
Yxy12.66440.46750.3588
Hunter Lab35.587120.487914.6944
CIE-Lab42.253227.836323.7742

#97503e color RGB value is (151,80,62).

#97503e hex color red value is 151, green value is 80 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #97503e hue: 0.03 , saturation: 0.42 and the lightness value of 97503e is 0.42.

The process color (four color CMYK) of #97503e color hex is 0.00, 0.47, 0.59, 0.41. Web safe color of #97503e is #996633. Color #97503e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01010000 00111110
Octal 227 120 76
Decimal 151 80 62
Hex 97 50 3E

RGB Percentages of Color #97503e

%51.54
%27.30
%21.16

CMYK Percentages of Color #97503e

%0
%47
%59
%41

Triadic Colors of #97503e

#97503e #3e9750 #503e97

Analogous Colors of #97503e

#97503e #977d3e #973e59

Monochromatic Colors of #97503e

#97503e

Complementary Color

#97503e #3e8597

#97503e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97503e Color Preview on White Background

Lorem ipsum dolor sit amet.

#97503e Color CSS Codes

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

#97503e Text Font Color

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

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


#97503e Background Color

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

This div background color is #97503e


#97503e Border Color

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

This div border color is #97503e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97503e


Comments

No comments written yet.

Please login to write comment.