Color Hex Logo

#9f993e Color Hex

#9F993E
(159,153,62)
0 Favorites   0 Comments

Color spaces of #9f993e

RGB 15915362
HSL0.160.440.43
HSV56°61°62°
CMYK 0.000.040.61   0.38
XYZ26.558830.50129.0449
Yxy30.50120.40180.4614
Hunter Lab55.2279-10.809128.9494
CIE-Lab62.0843-9.686447.3622

#9f993e color RGB value is (159,153,62).

#9f993e hex color red value is 159, green value is 153 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #9f993e hue: 0.16 , saturation: 0.44 and the lightness value of 9f993e is 0.43.

The process color (four color CMYK) of #9f993e color hex is 0.00, 0.04, 0.61, 0.38. Web safe color of #9f993e is #999933. Color #9f993e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10011001 00111110
Octal 237 231 76
Decimal 159 153 62
Hex 9F 99 3E

RGB Percentages of Color #9f993e

%42.51
%40.91
%16.58

CMYK Percentages of Color #9f993e

%0
%4
%61
%38

Triadic Colors of #9f993e

#9f993e #3e9f99 #993e9f

Analogous Colors of #9f993e

#9f993e #759f3e #9f693e

Monochromatic Colors of #9f993e

#9f993e

Complementary Color

#9f993e #3e449f

#9f993e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f993e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f993e Color CSS Codes

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

#9f993e Text Font Color

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

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


#9f993e Background Color

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

This div background color is #9f993e


#9f993e Border Color

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

This div border color is #9f993e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f993e


Comments

No comments written yet.

Please login to write comment.