Color Hex Logo

#99963f Color Hex

#99963F
(153,150,63)
0 Favorites   0 Comments

Color spaces of #99963f

RGB 15315063
HSL0.160.420.42
HSV58°59°60°
CMYK 0.000.020.59   0.40
XYZ24.940428.94398.9749
Yxy28.94390.39680.4605
Hunter Lab53.7995-11.400127.7688
CIE-Lab60.7321-10.637345.2565

#99963f color RGB value is (153,150,63).

#99963f hex color red value is 153, green value is 150 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #99963f hue: 0.16 , saturation: 0.42 and the lightness value of 99963f is 0.42.

The process color (four color CMYK) of #99963f color hex is 0.00, 0.02, 0.59, 0.40. Web safe color of #99963f is #999933. Color #99963f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10010110 00111111
Octal 231 226 77
Decimal 153 150 63
Hex 99 96 3F

RGB Percentages of Color #99963f

%41.80
%40.98
%17.21

CMYK Percentages of Color #99963f

%0
%2
%59
%40

Triadic Colors of #99963f

#99963f #3f9996 #963f99

Analogous Colors of #99963f

#99963f #6f993f #99693f

Monochromatic Colors of #99963f

#99963f

Complementary Color

#99963f #3f4299

#99963f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99963f Color Preview on White Background

Lorem ipsum dolor sit amet.

#99963f Color CSS Codes

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

#99963f Text Font Color

<p style="color:#99963f">Text here</p>

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


#99963f Background Color

<div style="background-color:#99963f">
Div content here</div>

This div background color is #99963f


#99963f Border Color

<div style="border:3px solid #99963f">
Div here</div>

This div border color is #99963f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99963f


Comments

No comments written yet.

Please login to write comment.