Color Hex Logo

#9e7348 Color Hex

#9E7348
(158,115,72)
0 Favorites   0 Comments

Color spaces of #9e7348

RGB 15811572
HSL0.080.370.45
HSV30°54°62°
CMYK 0.000.270.54   0.38
XYZ21.401019.99848.8630
Yxy19.99840.42580.3979
Hunter Lab44.71967.163719.5530
CIE-Lab51.835411.789230.2807

#9e7348 color RGB value is (158,115,72).

#9e7348 hex color red value is 158, green value is 115 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #9e7348 hue: 0.08 , saturation: 0.37 and the lightness value of 9e7348 is 0.45.

The process color (four color CMYK) of #9e7348 color hex is 0.00, 0.27, 0.54, 0.38. Web safe color of #9e7348 is #996633. Color #9e7348 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01110011 01001000
Octal 236 163 110
Decimal 158 115 72
Hex 9E 73 48

RGB Percentages of Color #9e7348

%45.80
%33.33
%20.87

CMYK Percentages of Color #9e7348

%0
%27
%54
%38

Triadic Colors of #9e7348

#9e7348 #489e73 #73489e

Analogous Colors of #9e7348

#9e7348 #9e9e48 #9e4848

Monochromatic Colors of #9e7348

#9e7348

Complementary Color

#9e7348 #48739e

#9e7348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e7348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e7348 Color CSS Codes

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

#9e7348 Text Font Color

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

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


#9e7348 Background Color

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

This div background color is #9e7348


#9e7348 Border Color

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

This div border color is #9e7348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e7348


Comments

No comments written yet.

Please login to write comment.