Color Hex Logo

#97857e Color Hex

#97857E
(151,133,126)
0 Favorites   0 Comments

Color spaces of #97857e

RGB 151133126
HSL0.050.110.54
HSV17°17°59°
CMYK 0.000.120.17   0.41
XYZ24.915924.860723.2241
Yxy24.86070.34130.3406
Hunter Lab49.86051.94277.2862
CIE-Lab56.93945.60546.2609

#97857e color RGB value is (151,133,126).

#97857e hex color red value is 151, green value is 133 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #97857e hue: 0.05 , saturation: 0.11 and the lightness value of 97857e is 0.54.

The process color (four color CMYK) of #97857e color hex is 0.00, 0.12, 0.17, 0.41. Web safe color of #97857e is #999966. Color #97857e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10000101 01111110
Octal 227 205 176
Decimal 151 133 126
Hex 97 85 7E

RGB Percentages of Color #97857e

%36.83
%32.44
%30.73

CMYK Percentages of Color #97857e

%0
%12
%17
%41

Triadic Colors of #97857e

#97857e #7e9785 #857e97

Analogous Colors of #97857e

#97857e #97927e #977e84

Monochromatic Colors of #97857e

#97857e

Complementary Color

#97857e #7e9097

#97857e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97857e Color Preview on White Background

Lorem ipsum dolor sit amet.

#97857e Color CSS Codes

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

#97857e Text Font Color

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

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


#97857e Background Color

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

This div background color is #97857e


#97857e Border Color

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

This div border color is #97857e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97857e


Comments

No comments written yet.

Please login to write comment.