Color Hex Logo

#9e843e Color Hex

#9E843E
(158,132,62)
0 Favorites   0 Comments

Color spaces of #9e843e

RGB 15813262
HSL0.120.440.43
HSV44°61°62°
CMYK 0.000.160.61   0.38
XYZ23.221324.11947.9890
Yxy24.11940.41970.4359
Hunter Lab49.1115-1.545324.7333
CIE-Lab56.20711.336240.7664

#9e843e color RGB value is (158,132,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10000100 00111110
Octal 236 204 76
Decimal 158 132 62
Hex 9E 84 3E

RGB Percentages of Color #9e843e

%44.89
%37.50
%17.61

CMYK Percentages of Color #9e843e

%0
%16
%61
%38

Triadic Colors of #9e843e

#9e843e #3e9e84 #843e9e

Analogous Colors of #9e843e

#9e843e #889e3e #9e543e

Monochromatic Colors of #9e843e

#9e843e

Complementary Color

#9e843e #3e589e

#9e843e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e843e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e843e Color CSS Codes

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

#9e843e Text Font Color

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

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


#9e843e Background Color

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

This div background color is #9e843e


#9e843e Border Color

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

This div border color is #9e843e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,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 #9e843e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e843e


Comments

No comments written yet.

Please login to write comment.