Color Hex Logo

#976573 Color Hex

#976573
(151,101,115)
0 Favorites   0 Comments

Color spaces of #976573

RGB 151101115
HSL0.950.200.49
HSV343°33°59°
CMYK 0.000.330.24   0.41
XYZ20.510717.124518.4440
Yxy17.12450.36570.3054
Hunter Lab41.381816.05472.5415
CIE-Lab48.416522.24780.4019

#976573 color RGB value is (151,101,115).

#976573 hex color red value is 151, green value is 101 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #976573 hue: 0.95 , saturation: 0.20 and the lightness value of 976573 is 0.49.

The process color (four color CMYK) of #976573 color hex is 0.00, 0.33, 0.24, 0.41. Web safe color of #976573 is #996666. Color #976573 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01100101 01110011
Octal 227 145 163
Decimal 151 101 115
Hex 97 65 73

RGB Percentages of Color #976573

%41.14
%27.52
%31.34

CMYK Percentages of Color #976573

%0
%33
%24
%41

Triadic Colors of #976573

#976573 #739765 #657397

Analogous Colors of #976573

#976573 #977065 #97658c

Monochromatic Colors of #976573

#976573

Complementary Color

#976573 #659789

#976573 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#976573 Color Preview on White Background

Lorem ipsum dolor sit amet.

#976573 Color CSS Codes

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

#976573 Text Font Color

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

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


#976573 Background Color

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

This div background color is #976573


#976573 Border Color

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

This div border color is #976573


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,101,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #976573; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #976573;
  -webkit-box-shadow: 1px 1px 3px 2px #976573;
  box-shadow:         1px 1px 3px 2px #976573; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #976573


Comments

No comments written yet.

Please login to write comment.