Color Hex Logo

#9e844f Color Hex

#9E844F
(158,132,79)
0 Favorites   0 Comments

Color spaces of #9e844f

RGB 15813279
HSL0.110.330.46
HSV40°50°62°
CMYK 0.000.160.50   0.38
XYZ23.763124.336110.8420
Yxy24.33610.40320.4129
Hunter Lab49.3316-0.346721.5015
CIE-Lab56.42272.819232.1668

#9e844f color RGB value is (158,132,79).

#9e844f hex color red value is 158, green value is 132 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #9e844f hue: 0.11 , saturation: 0.33 and the lightness value of 9e844f is 0.46.

The process color (four color CMYK) of #9e844f color hex is 0.00, 0.16, 0.50, 0.38. Web safe color of #9e844f is #999966. Color #9e844f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10000100 01001111
Octal 236 204 117
Decimal 158 132 79
Hex 9E 84 4F

RGB Percentages of Color #9e844f

%42.82
%35.77
%21.41

CMYK Percentages of Color #9e844f

%0
%16
%50
%38

Triadic Colors of #9e844f

#9e844f #4f9e84 #844f9e

Analogous Colors of #9e844f

#9e844f #919e4f #9e5d4f

Monochromatic Colors of #9e844f

#9e844f

Complementary Color

#9e844f #4f699e

#9e844f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e844f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e844f Color CSS Codes

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

#9e844f Text Font Color

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

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


#9e844f Background Color

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

This div background color is #9e844f


#9e844f Border Color

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

This div border color is #9e844f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e844f


Comments

No comments written yet.

Please login to write comment.