Color Hex Logo

#8f843a Color Hex

#8F843A
(143,132,58)
0 Favorites   0 Comments

Color spaces of #8f843a

RGB 14313258
HSL0.150.420.39
HSV52°59°56°
CMYK 0.000.080.59   0.44
XYZ20.342722.64777.3022
Yxy22.64770.40450.4503
Hunter Lab47.5896-6.980024.2152
CIE-Lab54.7076-5.689940.6526

#8f843a color RGB value is (143,132,58).

#8f843a hex color red value is 143, green value is 132 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #8f843a hue: 0.15 , saturation: 0.42 and the lightness value of 8f843a is 0.39.

The process color (four color CMYK) of #8f843a color hex is 0.00, 0.08, 0.59, 0.44. Web safe color of #8f843a is #999933. Color #8f843a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10000100 00111010
Octal 217 204 72
Decimal 143 132 58
Hex 8F 84 3A

RGB Percentages of Color #8f843a

%42.94
%39.64
%17.42

CMYK Percentages of Color #8f843a

%0
%8
%59
%44

Triadic Colors of #8f843a

#8f843a #3a8f84 #843a8f

Analogous Colors of #8f843a

#8f843a #708f3a #8f5a3a

Monochromatic Colors of #8f843a

#8f843a

Complementary Color

#8f843a #3a458f

#8f843a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f843a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f843a Color CSS Codes

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

#8f843a Text Font Color

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

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


#8f843a Background Color

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

This div background color is #8f843a


#8f843a Border Color

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

This div border color is #8f843a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f843a


Comments

No comments written yet.

Please login to write comment.