Color Hex Logo

#9f843e Color Hex

#9F843E
(159,132,62)
0 Favorites   0 Comments

Color spaces of #9f843e

RGB 15913262
HSL0.120.440.43
HSV43°61°62°
CMYK 0.000.170.61   0.38
XYZ23.418824.22137.9983
Yxy24.22130.42090.4353
Hunter Lab49.2151-1.188124.8150
CIE-Lab56.30871.782240.9090

#9f843e color RGB value is (159,132,62).

#9f843e hex color red value is 159, green value is 132 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #9f843e hue: 0.12 , saturation: 0.44 and the lightness value of 9f843e is 0.43.

The process color (four color CMYK) of #9f843e color hex is 0.00, 0.17, 0.61, 0.38. Web safe color of #9f843e is #999933. Color #9f843e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10000100 00111110
Octal 237 204 76
Decimal 159 132 62
Hex 9F 84 3E

RGB Percentages of Color #9f843e

%45.04
%37.39
%17.56

CMYK Percentages of Color #9f843e

%0
%17
%61
%38

Triadic Colors of #9f843e

#9f843e #3e9f84 #843e9f

Analogous Colors of #9f843e

#9f843e #8a9f3e #9f543e

Monochromatic Colors of #9f843e

#9f843e

Complementary Color

#9f843e #3e599f

#9f843e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f843e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f843e Color CSS Codes

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

#9f843e Text Font Color

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

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


#9f843e Background Color

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

This div background color is #9f843e


#9f843e Border Color

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

This div border color is #9f843e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,132,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9f843e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9f843e;
  -webkit-box-shadow: 1px 1px 3px 2px #9f843e;
  box-shadow:         1px 1px 3px 2px #9f843e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f843e


Comments

No comments written yet.

Please login to write comment.