Color Hex Logo

#9f394f Color Hex

#9F394F
(159,57,79)
0 Favorites   0 Comments

Color spaces of #9f394f

RGB 1595779
HSL0.960.470.42
HSV347°64°62°
CMYK 0.000.640.50   0.38
XYZ17.172510.86178.5886
Yxy10.86170.46890.2966
Hunter Lab32.957135.33367.6190
CIE-Lab39.346644.09999.6521

#9f394f color RGB value is (159,57,79).

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

The process color (four color CMYK) of #9f394f color hex is 0.00, 0.64, 0.50, 0.38. Web safe color of #9f394f is #993366. Color #9f394f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 00111001 01001111
Octal 237 71 117
Decimal 159 57 79
Hex 9F 39 4F

RGB Percentages of Color #9f394f

%53.90
%19.32
%26.78

CMYK Percentages of Color #9f394f

%0
%64
%50
%38

Triadic Colors of #9f394f

#9f394f #4f9f39 #394f9f

Analogous Colors of #9f394f

#9f394f #9f5639 #9f3982

Monochromatic Colors of #9f394f

#9f394f

Complementary Color

#9f394f #399f89

#9f394f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f394f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f394f Color CSS Codes

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

#9f394f Text Font Color

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

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


#9f394f Background Color

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

This div background color is #9f394f


#9f394f Border Color

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

This div border color is #9f394f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f394f


Comments

No comments written yet.

Please login to write comment.