Color Hex Logo

#979671 Color Hex

#979671
(151,150,113)
0 Favorites   0 Comments

Color spaces of #979671

RGB 151150113
HSL0.160.150.52
HSV58°25°59°
CMYK 0.000.010.25   0.41
XYZ26.649529.584319.9285
Yxy29.58430.34990.3884
Hunter Lab54.3915-7.727616.3507
CIE-Lab61.2939-5.907819.7115

#979671 color RGB value is (151,150,113).

#979671 hex color red value is 151, green value is 150 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #979671 hue: 0.16 , saturation: 0.15 and the lightness value of 979671 is 0.52.

The process color (four color CMYK) of #979671 color hex is 0.00, 0.01, 0.25, 0.41. Web safe color of #979671 is #999966. Color #979671 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10010110 01110001
Octal 227 226 161
Decimal 151 150 113
Hex 97 96 71

RGB Percentages of Color #979671

%36.47
%36.23
%27.29

CMYK Percentages of Color #979671

%0
%1
%25
%41

Triadic Colors of #979671

#979671 #719796 #967197

Analogous Colors of #979671

#979671 #859771 #978371

Monochromatic Colors of #979671

#979671

Complementary Color

#979671 #717297

#979671 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979671 Color Preview on White Background

Lorem ipsum dolor sit amet.

#979671 Color CSS Codes

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

#979671 Text Font Color

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

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


#979671 Background Color

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

This div background color is #979671


#979671 Border Color

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

This div border color is #979671


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979671


Comments

No comments written yet.

Please login to write comment.