Color Hex Logo

#9e963e Color Hex

#9E963E
(158,150,62)
0 Favorites   0 Comments

Color spaces of #9e963e

RGB 15815062
HSL0.150.440.43
HSV55°61°62°
CMYK 0.000.050.61   0.38
XYZ25.876429.42968.8741
Yxy29.42960.40320.4585
Hunter Lab54.2491-9.792728.2756
CIE-Lab61.1589-8.521746.3195

#9e963e color RGB value is (158,150,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10010110 00111110
Octal 236 226 76
Decimal 158 150 62
Hex 9E 96 3E

RGB Percentages of Color #9e963e

%42.70
%40.54
%16.76

CMYK Percentages of Color #9e963e

%0
%5
%61
%38

Triadic Colors of #9e963e

#9e963e #3e9e96 #963e9e

Analogous Colors of #9e963e

#9e963e #769e3e #9e663e

Monochromatic Colors of #9e963e

#9e963e

Complementary Color

#9e963e #3e469e

#9e963e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e963e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e963e Color CSS Codes

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

#9e963e Text Font Color

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

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


#9e963e Background Color

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

This div background color is #9e963e


#9e963e Border Color

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

This div border color is #9e963e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e963e


Comments

No comments written yet.

Please login to write comment.