Color Hex Logo

#979061 Color Hex

#979061
(151,144,97)
0 Favorites   0 Comments

Color spaces of #979061

RGB 15114497
HSL0.150.220.49
HSV52°36°59°
CMYK 0.000.050.36   0.41
XYZ24.893427.388915.2838
Yxy27.38890.36840.4054
Hunter Lab52.3344-6.679819.3190
CIE-Lab59.3326-4.806225.9427

#979061 color RGB value is (151,144,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10010000 01100001
Octal 227 220 141
Decimal 151 144 97
Hex 97 90 61

RGB Percentages of Color #979061

%38.52
%36.73
%24.74

CMYK Percentages of Color #979061

%0
%5
%36
%41

Triadic Colors of #979061

#979061 #619790 #906197

Analogous Colors of #979061

#979061 #839761 #977561

Monochromatic Colors of #979061

#979061

Complementary Color

#979061 #616897

#979061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#979061 Color CSS Codes

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

#979061 Text Font Color

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

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


#979061 Background Color

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

This div background color is #979061


#979061 Border Color

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

This div border color is #979061


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,144,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 #979061">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979061


Comments

No comments written yet.

Please login to write comment.