Color Hex Logo

#8f976e Color Hex

#8F976E
(143,151,110)
0 Favorites   0 Comments

Color spaces of #8f976e

RGB 143151110
HSL0.200.160.51
HSV72°27°59°
CMYK 0.050.000.27   0.41
XYZ25.208829.098619.0398
Yxy29.09860.34370.3967
Hunter Lab53.9431-10.983516.8331
CIE-Lab60.8685-10.081320.6919

#8f976e color RGB value is (143,151,110).

#8f976e hex color red value is 143, green value is 151 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #8f976e hue: 0.20 , saturation: 0.16 and the lightness value of 8f976e is 0.51.

The process color (four color CMYK) of #8f976e color hex is 0.05, 0.00, 0.27, 0.41. Web safe color of #8f976e is #999966. Color #8f976e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10010111 01101110
Octal 217 227 156
Decimal 143 151 110
Hex 8F 97 6E

RGB Percentages of Color #8f976e

%35.40
%37.38
%27.23

CMYK Percentages of Color #8f976e

%5
%0
%27
%41

Triadic Colors of #8f976e

#8f976e #6e8f97 #976e8f

Analogous Colors of #8f976e

#8f976e #7b976e #978b6e

Monochromatic Colors of #8f976e

#8f976e

Complementary Color

#8f976e #766e97

#8f976e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f976e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f976e Color CSS Codes

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

#8f976e Text Font Color

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

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


#8f976e Background Color

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

This div background color is #8f976e


#8f976e Border Color

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

This div border color is #8f976e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,151,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8f976e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8f976e;
  -webkit-box-shadow: 1px 1px 3px 2px #8f976e;
  box-shadow:         1px 1px 3px 2px #8f976e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f976e


Comments

No comments written yet.

Please login to write comment.