Color Hex Logo

#9e8526 Color Hex

#9E8526
(158,133,38)
0 Favorites   0 Comments

Color spaces of #9e8526

RGB 15813338
HSL0.130.610.38
HSV48°76°62°
CMYK 0.000.160.76   0.38
XYZ22.837924.18415.2980
Yxy24.18410.43650.4622
Hunter Lab49.1773-3.165128.0367
CIE-Lab56.2716-0.671751.5910

#9e8526 color RGB value is (158,133,38).

#9e8526 hex color red value is 158, green value is 133 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #9e8526 hue: 0.13 , saturation: 0.61 and the lightness value of 9e8526 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10000101 00100110
Octal 236 205 46
Decimal 158 133 38
Hex 9E 85 26

RGB Percentages of Color #9e8526

%48.02
%40.43
%11.55

CMYK Percentages of Color #9e8526

%0
%16
%76
%38

Triadic Colors of #9e8526

#9e8526 #269e85 #85269e

Analogous Colors of #9e8526

#9e8526 #7b9e26 #9e4926

Monochromatic Colors of #9e8526

#9e8526

Complementary Color

#9e8526 #263f9e

#9e8526 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e8526 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e8526 Color CSS Codes

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

#9e8526 Text Font Color

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

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


#9e8526 Background Color

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

This div background color is #9e8526


#9e8526 Border Color

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

This div border color is #9e8526


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e8526


Comments

No comments written yet.

Please login to write comment.