Color Hex Logo

#979616 Color Hex

#979616
(151,150,22)
0 Favorites   0 Comments

Color spaces of #979616

RGB 15115022
HSL0.170.750.34
HSV60°85°59°
CMYK 0.000.010.85   0.41
XYZ23.813728.44994.9953
Yxy28.44990.41590.4969
Hunter Lab53.3384-13.648431.7842
CIE-Lab60.2930-13.639759.9423

#979616 color RGB value is (151,150,22).

#979616 hex color red value is 151, green value is 150 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #979616 hue: 0.17 , saturation: 0.75 and the lightness value of 979616 is 0.34.

The process color (four color CMYK) of #979616 color hex is 0.00, 0.01, 0.85, 0.41. Web safe color of #979616 is #999900. Color #979616 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10010110 00010110
Octal 227 226 26
Decimal 151 150 22
Hex 97 96 16

RGB Percentages of Color #979616

%46.75
%46.44
%6.81

CMYK Percentages of Color #979616

%0
%1
%85
%41

Triadic Colors of #979616

#979616 #169796 #961697

Analogous Colors of #979616

#979616 #589716 #975516

Monochromatic Colors of #979616

#979616

Complementary Color

#979616 #161797

#979616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#979616 Color CSS Codes

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

#979616 Text Font Color

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

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


#979616 Background Color

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

This div background color is #979616


#979616 Border Color

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

This div border color is #979616


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979616


Comments

No comments written yet.

Please login to write comment.