Color Hex Logo

#979470 Color Hex

#979470
(151,148,112)
0 Favorites   0 Comments

Color spaces of #979470

RGB 151148112
HSL0.150.160.52
HSV55°26°59°
CMYK 0.000.020.26   0.41
XYZ26.277028.929019.5281
Yxy28.92900.35160.3871
Hunter Lab53.7857-6.918816.1234
CIE-Lab60.7189-4.961519.4859

#979470 color RGB value is (151,148,112).

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

The process color (four color CMYK) of #979470 color hex is 0.00, 0.02, 0.26, 0.41. Web safe color of #979470 is #999966. Color #979470 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10010100 01110000
Octal 227 224 160
Decimal 151 148 112
Hex 97 94 70

RGB Percentages of Color #979470

%36.74
%36.01
%27.25

CMYK Percentages of Color #979470

%0
%2
%26
%41

Triadic Colors of #979470

#979470 #709794 #947097

Analogous Colors of #979470

#979470 #879770 #978170

Monochromatic Colors of #979470

#979470

Complementary Color

#979470 #707397

#979470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#979470 Color CSS Codes

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

#979470 Text Font Color

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

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


#979470 Background Color

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

This div background color is #979470


#979470 Border Color

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

This div border color is #979470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979470


Comments

No comments written yet.

Please login to write comment.