Color Hex Logo

#979062 Color Hex

#979062
(151,144,98)
0 Favorites   0 Comments

Color spaces of #979062

RGB 15114498
HSL0.140.210.49
HSV52°35°59°
CMYK 0.000.050.35   0.41
XYZ24.940427.407715.5310
Yxy27.40770.36740.4038
Hunter Lab52.3524-6.580119.0575
CIE-Lab59.3498-4.679325.4150

#979062 color RGB value is (151,144,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10010000 01100010
Octal 227 220 142
Decimal 151 144 98
Hex 97 90 62

RGB Percentages of Color #979062

%38.42
%36.64
%24.94

CMYK Percentages of Color #979062

%0
%5
%35
%41

Triadic Colors of #979062

#979062 #629790 #906297

Analogous Colors of #979062

#979062 #849762 #977662

Monochromatic Colors of #979062

#979062

Complementary Color

#979062 #626997

#979062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#979062 Color CSS Codes

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

#979062 Text Font Color

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

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


#979062 Background Color

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

This div background color is #979062


#979062 Border Color

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

This div border color is #979062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979062


Comments

No comments written yet.

Please login to write comment.