Color Hex Logo

#97555a Color Hex

#97555A
(151,85,90)
0 Favorites   0 Comments

Color spaces of #97555a

RGB 1518590
HSL0.990.280.46
HSV355°44°59°
CMYK 0.000.440.40   0.41
XYZ17.856513.814511.3982
Yxy13.81450.41460.3208
Hunter Lab37.167920.71277.8351
CIE-Lab43.965727.89399.1303

#97555a color RGB value is (151,85,90).

#97555a hex color red value is 151, green value is 85 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #97555a hue: 0.99 , saturation: 0.28 and the lightness value of 97555a is 0.46.

The process color (four color CMYK) of #97555a color hex is 0.00, 0.44, 0.40, 0.41. Web safe color of #97555a is #996666. Color #97555a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01010101 01011010
Octal 227 125 132
Decimal 151 85 90
Hex 97 55 5A

RGB Percentages of Color #97555a

%46.32
%26.07
%27.61

CMYK Percentages of Color #97555a

%0
%44
%40
%41

Triadic Colors of #97555a

#97555a #5a9755 #555a97

Analogous Colors of #97555a

#97555a #977155 #97557b

Monochromatic Colors of #97555a

#97555a

Complementary Color

#97555a #559792

#97555a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97555a Color Preview on White Background

Lorem ipsum dolor sit amet.

#97555a Color CSS Codes

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

#97555a Text Font Color

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

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


#97555a Background Color

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

This div background color is #97555a


#97555a Border Color

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

This div border color is #97555a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97555a


Comments

No comments written yet.

Please login to write comment.