Color Hex Logo

#99521f Color Hex

#99521F
(153,82,31)
0 Favorites   0 Comments

Color spaces of #99521f

RGB 1538231
HSL0.070.660.36
HSV25°80°60°
CMYK 0.000.460.80   0.40
XYZ16.401512.90582.9229
Yxy12.90580.50890.4004
Hunter Lab35.924618.626620.3233
CIE-Lab42.621025.690841.1861

#99521f color RGB value is (153,82,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010010 00011111
Octal 231 122 37
Decimal 153 82 31
Hex 99 52 1F

RGB Percentages of Color #99521f

%57.52
%30.83
%11.65

CMYK Percentages of Color #99521f

%0
%46
%80
%40

Triadic Colors of #99521f

#99521f #1f9952 #521f99

Analogous Colors of #99521f

#99521f #998f1f #991f29

Monochromatic Colors of #99521f

#99521f

Complementary Color

#99521f #1f6699

#99521f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99521f Color Preview on White Background

Lorem ipsum dolor sit amet.

#99521f Color CSS Codes

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

#99521f Text Font Color

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

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


#99521f Background Color

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

This div background color is #99521f


#99521f Border Color

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

This div border color is #99521f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99521f


Comments

No comments written yet.

Please login to write comment.