Color Hex Logo

#999f3f Color Hex

#999F3F
(153,159,63)
0 Favorites   0 Comments

Color spaces of #999f3f

RGB 15315963
HSL0.180.430.44
HSV64°60°62°
CMYK 0.040.000.60   0.38
XYZ26.432231.92759.4721
Yxy31.92750.38970.4707
Hunter Lab56.5044-15.382229.6140
CIE-Lab63.2829-15.373248.0760

#999f3f color RGB value is (153,159,63).

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

The process color (four color CMYK) of #999f3f color hex is 0.04, 0.00, 0.60, 0.38. Web safe color of #999f3f is #999933. Color #999f3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011111 00111111
Octal 231 237 77
Decimal 153 159 63
Hex 99 9F 3F

RGB Percentages of Color #999f3f

%40.80
%42.40
%16.80

CMYK Percentages of Color #999f3f

%4
%0
%60
%38

Triadic Colors of #999f3f

#999f3f #3f999f #9f3f99

Analogous Colors of #999f3f

#999f3f #699f3f #9f753f

Monochromatic Colors of #999f3f

#999f3f

Complementary Color

#999f3f #453f9f

#999f3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999f3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#999f3f Color CSS Codes

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

#999f3f Text Font Color

<p style="color:#999f3f">Text here</p>

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


#999f3f Background Color

<div style="background-color:#999f3f">
Div content here</div>

This div background color is #999f3f


#999f3f Border Color

<div style="border:3px solid #999f3f">
Div here</div>

This div border color is #999f3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999f3f


Comments

No comments written yet.

Please login to write comment.