Color Hex Logo

#9e7518 Color Hex

#9E7518
(158,117,24)
0 Favorites   0 Comments

Color spaces of #9e7518

RGB 15811724
HSL0.120.740.36
HSV42°85°62°
CMYK 0.000.260.85   0.38
XYZ20.626720.05763.6485
Yxy20.05760.46530.4524
Hunter Lab44.78573.835726.5199
CIE-Lab51.90237.787352.5944

#9e7518 color RGB value is (158,117,24).

#9e7518 hex color red value is 158, green value is 117 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #9e7518 hue: 0.12 , saturation: 0.74 and the lightness value of 9e7518 is 0.36.

The process color (four color CMYK) of #9e7518 color hex is 0.00, 0.26, 0.85, 0.38. Web safe color of #9e7518 is #996600. Color #9e7518 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01110101 00011000
Octal 236 165 30
Decimal 158 117 24
Hex 9E 75 18

RGB Percentages of Color #9e7518

%52.84
%39.13
%8.03

CMYK Percentages of Color #9e7518

%0
%26
%85
%38

Triadic Colors of #9e7518

#9e7518 #189e75 #75189e

Analogous Colors of #9e7518

#9e7518 #849e18 #9e3218

Monochromatic Colors of #9e7518

#9e7518

Complementary Color

#9e7518 #18419e

#9e7518 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e7518 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e7518 Color CSS Codes

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

#9e7518 Text Font Color

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

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


#9e7518 Background Color

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

This div background color is #9e7518


#9e7518 Border Color

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

This div border color is #9e7518


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e7518


Comments

No comments written yet.

Please login to write comment.