Color Hex Logo

#9f705c Color Hex

#9F705C
(159,112,92)
0 Favorites   0 Comments

Color spaces of #9f705c

RGB 15911292
HSL0.050.270.49
HSV18°42°62°
CMYK 0.000.300.42   0.38
XYZ22.024019.732012.7731
Yxy19.73200.40390.3619
Hunter Lab44.420710.764914.0458
CIE-Lab51.532816.016818.5301

#9f705c color RGB value is (159,112,92).

#9f705c hex color red value is 159, green value is 112 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #9f705c hue: 0.05 , saturation: 0.27 and the lightness value of 9f705c is 0.49.

The process color (four color CMYK) of #9f705c color hex is 0.00, 0.30, 0.42, 0.38. Web safe color of #9f705c is #996666. Color #9f705c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 01110000 01011100
Octal 237 160 134
Decimal 159 112 92
Hex 9F 70 5C

RGB Percentages of Color #9f705c

%43.80
%30.85
%25.34

CMYK Percentages of Color #9f705c

%0
%30
%42
%38

Triadic Colors of #9f705c

#9f705c #5c9f70 #705c9f

Analogous Colors of #9f705c

#9f705c #9f925c #9f5c6a

Monochromatic Colors of #9f705c

#9f705c

Complementary Color

#9f705c #5c8b9f

#9f705c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f705c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f705c Color CSS Codes

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

#9f705c Text Font Color

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

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


#9f705c Background Color

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

This div background color is #9f705c


#9f705c Border Color

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

This div border color is #9f705c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f705c


Comments

No comments written yet.

Please login to write comment.