Color Hex Logo

#9e392f Color Hex

#9E392F
(158,57,47)
0 Favorites   0 Comments

Color spaces of #9e392f

RGB 1585747
HSL0.020.540.40
HSV70°62°
CMYK 0.000.640.70   0.38
XYZ16.076810.40063.8495
Yxy10.40060.53010.3429
Hunter Lab32.250032.545915.4979
CIE-Lab38.552041.380228.4138

#9e392f color RGB value is (158,57,47).

#9e392f hex color red value is 158, green value is 57 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #9e392f hue: 0.02 , saturation: 0.54 and the lightness value of 9e392f is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 00111001 00101111
Octal 236 71 57
Decimal 158 57 47
Hex 9E 39 2F

RGB Percentages of Color #9e392f

%60.31
%21.76
%17.94

CMYK Percentages of Color #9e392f

%0
%64
%70
%38

Triadic Colors of #9e392f

#9e392f #2f9e39 #392f9e

Analogous Colors of #9e392f

#9e392f #9e712f #9e2f5c

Monochromatic Colors of #9e392f

#9e392f

Complementary Color

#9e392f #2f949e

#9e392f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e392f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e392f Color CSS Codes

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

#9e392f Text Font Color

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

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


#9e392f Background Color

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

This div background color is #9e392f


#9e392f Border Color

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

This div border color is #9e392f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e392f


Comments

No comments written yet.

Please login to write comment.