Color Hex Logo

#9fa547 Color Hex

#9FA547
(159,165,71)
0 Favorites   0 Comments

Color spaces of #9fa547

RGB 15916571
HSL0.180.400.46
HSV64°57°65°
CMYK 0.040.000.57   0.35
XYZ28.890534.736111.1433
Yxy34.73610.38640.4646
Hunter Lab58.9373-15.641430.0462
CIE-Lab65.5427-15.294247.0399

#9fa547 color RGB value is (159,165,71).

#9fa547 hex color red value is 159, green value is 165 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #9fa547 hue: 0.18 , saturation: 0.40 and the lightness value of 9fa547 is 0.46.

The process color (four color CMYK) of #9fa547 color hex is 0.04, 0.00, 0.57, 0.35. Web safe color of #9fa547 is #999933. Color #9fa547 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10100101 01000111
Octal 237 245 107
Decimal 159 165 71
Hex 9F A5 47

RGB Percentages of Color #9fa547

%40.25
%41.77
%17.97

CMYK Percentages of Color #9fa547

%4
%0
%57
%35

Triadic Colors of #9fa547

#9fa547 #479fa5 #a5479f

Analogous Colors of #9fa547

#9fa547 #70a547 #a57c47

Monochromatic Colors of #9fa547

#9fa547

Complementary Color

#9fa547 #4d47a5

#9fa547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fa547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fa547 Color CSS Codes

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

#9fa547 Text Font Color

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

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


#9fa547 Background Color

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

This div background color is #9fa547


#9fa547 Border Color

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

This div border color is #9fa547


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fa547


Comments

No comments written yet.

Please login to write comment.