Color Hex Logo

#9e9439 Color Hex

#9E9439
(158,148,57)
0 Favorites   0 Comments

Color spaces of #9e9439

RGB 15814857
HSL0.150.470.42
HSV54°64°62°
CMYK 0.000.060.64   0.38
XYZ25.429028.74438.0789
Yxy28.74430.40850.4617
Hunter Lab53.6137-9.161428.5954
CIE-Lab60.5553-7.798447.9503

#9e9439 color RGB value is (158,148,57).

#9e9439 hex color red value is 158, green value is 148 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #9e9439 hue: 0.15 , saturation: 0.47 and the lightness value of 9e9439 is 0.42.

The process color (four color CMYK) of #9e9439 color hex is 0.00, 0.06, 0.64, 0.38. Web safe color of #9e9439 is #999933. Color #9e9439 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10010100 00111001
Octal 236 224 71
Decimal 158 148 57
Hex 9E 94 39

RGB Percentages of Color #9e9439

%43.53
%40.77
%15.70

CMYK Percentages of Color #9e9439

%0
%6
%64
%38

Triadic Colors of #9e9439

#9e9439 #399e94 #94399e

Analogous Colors of #9e9439

#9e9439 #769e39 #9e6239

Monochromatic Colors of #9e9439

#9e9439

Complementary Color

#9e9439 #39439e

#9e9439 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e9439 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e9439 Color CSS Codes

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

#9e9439 Text Font Color

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

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


#9e9439 Background Color

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

This div background color is #9e9439


#9e9439 Border Color

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

This div border color is #9e9439


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e9439


Comments

No comments written yet.

Please login to write comment.