Color Hex Logo

#9e393e Color Hex

#9E393E
(158,57,62)
0 Favorites   0 Comments

Color spaces of #9e393e

RGB 1585762
HSL0.990.470.42
HSV357°64°62°
CMYK 0.000.640.61   0.38
XYZ16.433210.54325.7263
Yxy10.54320.50250.3224
Hunter Lab32.470333.515712.2731
CIE-Lab38.800242.338919.5510

#9e393e color RGB value is (158,57,62).

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

The process color (four color CMYK) of #9e393e color hex is 0.00, 0.64, 0.61, 0.38. Web safe color of #9e393e is #993333. Color #9e393e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 00111001 00111110
Octal 236 71 76
Decimal 158 57 62
Hex 9E 39 3E

RGB Percentages of Color #9e393e

%57.04
%20.58
%22.38

CMYK Percentages of Color #9e393e

%0
%64
%61
%38

Triadic Colors of #9e393e

#9e393e #3e9e39 #393e9e

Analogous Colors of #9e393e

#9e393e #9e6739 #9e3971

Monochromatic Colors of #9e393e

#9e393e

Complementary Color

#9e393e #399e99

#9e393e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e393e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e393e Color CSS Codes

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

#9e393e Text Font Color

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

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


#9e393e Background Color

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

This div background color is #9e393e


#9e393e Border Color

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

This div border color is #9e393e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e393e


Comments

No comments written yet.

Please login to write comment.