Color Hex Logo

#9f9746 Color Hex

#9F9746
(159,151,70)
0 Favorites   0 Comments

Color spaces of #9f9746

RGB 15915170
HSL0.150.390.45
HSV55°56°62°
CMYK 0.000.050.56   0.38
XYZ26.470229.946310.1794
Yxy29.94630.39750.4497
Hunter Lab54.7232-9.423327.2774
CIE-Lab61.6079-7.996843.0349

#9f9746 color RGB value is (159,151,70).

#9f9746 hex color red value is 159, green value is 151 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #9f9746 hue: 0.15 , saturation: 0.39 and the lightness value of 9f9746 is 0.45.

The process color (four color CMYK) of #9f9746 color hex is 0.00, 0.05, 0.56, 0.38. Web safe color of #9f9746 is #999933. Color #9f9746 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10010111 01000110
Octal 237 227 106
Decimal 159 151 70
Hex 9F 97 46

RGB Percentages of Color #9f9746

%41.84
%39.74
%18.42

CMYK Percentages of Color #9f9746

%0
%5
%56
%38

Triadic Colors of #9f9746

#9f9746 #469f97 #97469f

Analogous Colors of #9f9746

#9f9746 #7b9f46 #9f6b46

Monochromatic Colors of #9f9746

#9f9746

Complementary Color

#9f9746 #464e9f

#9f9746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f9746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f9746 Color CSS Codes

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

#9f9746 Text Font Color

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

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


#9f9746 Background Color

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

This div background color is #9f9746


#9f9746 Border Color

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

This div border color is #9f9746


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f9746


Comments

No comments written yet.

Please login to write comment.