Color Hex Logo

#979797 Color Hex

#979797
(151,151,151)
6 Favorites   0 Comments

Color spaces of #979797

RGB 151151151
HSL0.000.000.59
HSV59°
CMYK 0.000.000.00   0.41
XYZ29.415030.946933.7012
Yxy30.94690.31270.3290
Hunter Lab55.6299-2.96843.0225
CIE-Lab62.46280.0034-0.0071

#979797 color RGB value is (151,151,151).

#979797 hex color red value is 151, green value is 151 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #979797 hue: 0.00 , saturation: 0.00 and the lightness value of 979797 is 0.59.

The process color (four color CMYK) of #979797 color hex is 0.00, 0.00, 0.00, 0.41. Web safe color of #979797 is #999999. Color #979797 rgb is equally color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10010111 10010111
Octal 227 227 227
Decimal 151 151 151
Hex 97 97 97

RGB Percentages of Color #979797

%33.33
%33.33
%33.33

CMYK Percentages of Color #979797

%0
%0
%0
%41

Monochromatic Colors of #979797

#979797

#979797 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979797 Color Preview on White Background

Lorem ipsum dolor sit amet.

#979797 Color CSS Codes

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

#979797 Text Font Color

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

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


#979797 Background Color

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

This div background color is #979797


#979797 Border Color

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

This div border color is #979797


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979797


Comments

No comments written yet.

Please login to write comment.