Color Hex Logo

#9e7941 Color Hex

#9E7941
(158,121,65)
0 Favorites   0 Comments

Color spaces of #9e7941

RGB 15812165
HSL0.100.420.44
HSV36°59°62°
CMYK 0.000.230.59   0.38
XYZ21.892121.32557.9634
Yxy21.32550.42770.4167
Hunter Lab46.17953.806422.1015
CIE-Lab53.30397.768635.8504

#9e7941 color RGB value is (158,121,65).

#9e7941 hex color red value is 158, green value is 121 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #9e7941 hue: 0.10 , saturation: 0.42 and the lightness value of 9e7941 is 0.44.

The process color (four color CMYK) of #9e7941 color hex is 0.00, 0.23, 0.59, 0.38. Web safe color of #9e7941 is #996633. Color #9e7941 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01111001 01000001
Octal 236 171 101
Decimal 158 121 65
Hex 9E 79 41

RGB Percentages of Color #9e7941

%45.93
%35.17
%18.90

CMYK Percentages of Color #9e7941

%0
%23
%59
%38

Triadic Colors of #9e7941

#9e7941 #419e79 #79419e

Analogous Colors of #9e7941

#9e7941 #959e41 #9e4b41

Monochromatic Colors of #9e7941

#9e7941

Complementary Color

#9e7941 #41669e

#9e7941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e7941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e7941 Color CSS Codes

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

#9e7941 Text Font Color

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

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


#9e7941 Background Color

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

This div background color is #9e7941


#9e7941 Border Color

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

This div border color is #9e7941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e7941


Comments

No comments written yet.

Please login to write comment.