Color Hex Logo

#9f963e Color Hex

#9F963E
(159,150,62)
0 Favorites   0 Comments

Color spaces of #9f963e

RGB 15915062
HSL0.150.440.43
HSV54°61°62°
CMYK 0.000.060.61   0.38
XYZ26.073929.53148.8833
Yxy29.53140.40430.4579
Hunter Lab54.3428-9.454928.3480
CIE-Lab61.2478-8.082446.4428

#9f963e color RGB value is (159,150,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10010110 00111110
Octal 237 226 76
Decimal 159 150 62
Hex 9F 96 3E

RGB Percentages of Color #9f963e

%42.86
%40.43
%16.71

CMYK Percentages of Color #9f963e

%0
%6
%61
%38

Triadic Colors of #9f963e

#9f963e #3e9f96 #963e9f

Analogous Colors of #9f963e

#9f963e #789f3e #9f663e

Monochromatic Colors of #9f963e

#9f963e

Complementary Color

#9f963e #3e479f

#9f963e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f963e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f963e Color CSS Codes

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

#9f963e Text Font Color

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

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


#9f963e Background Color

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

This div background color is #9f963e


#9f963e Border Color

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

This div border color is #9f963e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f963e


Comments

No comments written yet.

Please login to write comment.