Color Hex Logo

#9fa582 Color Hex

#9FA582
(159,165,130)
0 Favorites   0 Comments

Color spaces of #9fa582

RGB 159165130
HSL0.200.160.58
HSV70°21°65°
CMYK 0.040.000.21   0.35
XYZ31.782535.892926.3720
Yxy35.89290.33790.3816
Hunter Lab59.9107-10.149815.8387
CIE-Lab66.4380-8.290617.4657

#9fa582 color RGB value is (159,165,130).

#9fa582 hex color red value is 159, green value is 165 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #9fa582 hue: 0.20 , saturation: 0.16 and the lightness value of 9fa582 is 0.58.

The process color (four color CMYK) of #9fa582 color hex is 0.04, 0.00, 0.21, 0.35. Web safe color of #9fa582 is #999999. Color #9fa582 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10100101 10000010
Octal 237 245 202
Decimal 159 165 130
Hex 9F A5 82

RGB Percentages of Color #9fa582

%35.02
%36.34
%28.63

CMYK Percentages of Color #9fa582

%4
%0
%21
%35

Triadic Colors of #9fa582

#9fa582 #829fa5 #a5829f

Analogous Colors of #9fa582

#9fa582 #8ea582 #a59a82

Monochromatic Colors of #9fa582

#9fa582

Complementary Color

#9fa582 #8882a5

#9fa582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fa582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fa582 Color CSS Codes

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

#9fa582 Text Font Color

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

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


#9fa582 Background Color

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

This div background color is #9fa582


#9fa582 Border Color

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

This div border color is #9fa582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fa582


Comments

No comments written yet.

Please login to write comment.