Color Hex Logo

#979561 Color Hex

#979561
(151,149,97)
0 Favorites   0 Comments

Color spaces of #979561

RGB 15114997
HSL0.160.220.49
HSV58°36°59°
CMYK 0.000.010.36   0.41
XYZ25.667628.937315.5419
Yxy28.93730.36590.4125
Hunter Lab53.7934-8.966920.5254
CIE-Lab60.7263-7.530827.7638

#979561 color RGB value is (151,149,97).

#979561 hex color red value is 151, green value is 149 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #979561 hue: 0.16 , saturation: 0.22 and the lightness value of 979561 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10010101 01100001
Octal 227 225 141
Decimal 151 149 97
Hex 97 95 61

RGB Percentages of Color #979561

%38.04
%37.53
%24.43

CMYK Percentages of Color #979561

%0
%1
%36
%41

Triadic Colors of #979561

#979561 #619795 #956197

Analogous Colors of #979561

#979561 #7e9761 #977a61

Monochromatic Colors of #979561

#979561

Complementary Color

#979561 #616397

#979561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#979561 Color CSS Codes

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

#979561 Text Font Color

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

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


#979561 Background Color

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

This div background color is #979561


#979561 Border Color

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

This div border color is #979561


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979561


Comments

No comments written yet.

Please login to write comment.