Color Hex Logo

#99701f Color Hex

#99701F
(153,112,31)
0 Favorites   0 Comments

Color spaces of #99701f

RGB 15311231
HSL0.110.660.36
HSV40°80°60°
CMYK 0.000.270.80   0.40
XYZ19.178418.45963.8486
Yxy18.45960.46230.4450
Hunter Lab42.96464.490124.7643
CIE-Lab50.04898.572348.2410

#99701f color RGB value is (153,112,31).

#99701f hex color red value is 153, green value is 112 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #99701f hue: 0.11 , saturation: 0.66 and the lightness value of 99701f is 0.36.

The process color (four color CMYK) of #99701f color hex is 0.00, 0.27, 0.80, 0.40. Web safe color of #99701f is #996633. Color #99701f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01110000 00011111
Octal 231 160 37
Decimal 153 112 31
Hex 99 70 1F

RGB Percentages of Color #99701f

%51.69
%37.84
%10.47

CMYK Percentages of Color #99701f

%0
%27
%80
%40

Triadic Colors of #99701f

#99701f #1f9970 #701f99

Analogous Colors of #99701f

#99701f #85991f #99331f

Monochromatic Colors of #99701f

#99701f

Complementary Color

#99701f #1f4899

#99701f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99701f Color Preview on White Background

Lorem ipsum dolor sit amet.

#99701f Color CSS Codes

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

#99701f Text Font Color

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

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


#99701f Background Color

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

This div background color is #99701f


#99701f Border Color

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

This div border color is #99701f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99701f


Comments

No comments written yet.

Please login to write comment.