Color Hex Logo

#9f7401 Color Hex

#9F7401
(159,116,1)
0 Favorites   0 Comments

Color spaces of #9f7401

RGB 1591161
HSL0.120.990.31
HSV44°99°62°
CMYK 0.000.270.99   0.38
XYZ20.548919.86392.7798
Yxy19.86390.47580.4599
Hunter Lab44.56894.303427.5003
CIE-Lab51.68308.354357.8039

#9f7401 color RGB value is (159,116,1).

#9f7401 hex color red value is 159, green value is 116 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #9f7401 hue: 0.12 , saturation: 0.99 and the lightness value of 9f7401 is 0.31.

The process color (four color CMYK) of #9f7401 color hex is 0.00, 0.27, 0.99, 0.38. Web safe color of #9f7401 is #996600. Color #9f7401 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 01110100 00000001
Octal 237 164 1
Decimal 159 116 1
Hex 9F 74 1

RGB Percentages of Color #9f7401

%57.61
%42.03
%0.36

CMYK Percentages of Color #9f7401

%0
%27
%99
%38

Triadic Colors of #9f7401

#9f7401 #019f74 #74019f

Analogous Colors of #9f7401

#9f7401 #7b9f01 #9f2501

Monochromatic Colors of #9f7401

#9f7401

Complementary Color

#9f7401 #012c9f

#9f7401 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f7401 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f7401 Color CSS Codes

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

#9f7401 Text Font Color

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

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


#9f7401 Background Color

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

This div background color is #9f7401


#9f7401 Border Color

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

This div border color is #9f7401


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f7401


Comments

No comments written yet.

Please login to write comment.