Color Hex Logo

#8f834e Color Hex

#8F834E
(143,131,78)
0 Favorites   0 Comments

Color spaces of #8f834e

RGB 14313178
HSL0.140.290.43
HSV49°45°56°
CMYK 0.000.080.45   0.44
XYZ20.819122.622310.4770
Yxy22.62230.38610.4196
Hunter Lab47.5629-5.102620.2338
CIE-Lab54.6811-3.259230.2162

#8f834e color RGB value is (143,131,78).

#8f834e hex color red value is 143, green value is 131 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #8f834e hue: 0.14 , saturation: 0.29 and the lightness value of 8f834e is 0.43.

The process color (four color CMYK) of #8f834e color hex is 0.00, 0.08, 0.45, 0.44. Web safe color of #8f834e is #999966. Color #8f834e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10000011 01001110
Octal 217 203 116
Decimal 143 131 78
Hex 8F 83 4E

RGB Percentages of Color #8f834e

%40.63
%37.22
%22.16

CMYK Percentages of Color #8f834e

%0
%8
%45
%44

Triadic Colors of #8f834e

#8f834e #4e8f83 #834e8f

Analogous Colors of #8f834e

#8f834e #7b8f4e #8f634e

Monochromatic Colors of #8f834e

#8f834e

Complementary Color

#8f834e #4e5a8f

#8f834e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f834e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f834e Color CSS Codes

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

#8f834e Text Font Color

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

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


#8f834e Background Color

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

This div background color is #8f834e


#8f834e Border Color

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

This div border color is #8f834e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f834e


Comments

No comments written yet.

Please login to write comment.