Color Hex Logo

#99523e Color Hex

#99523E
(153,82,62)
0 Favorites   0 Comments

Color spaces of #99523e

RGB 1538262
HSL0.040.420.42
HSV13°59°60°
CMYK 0.000.460.59   0.40
XYZ17.023713.15476.1993
Yxy13.15470.46800.3616
Hunter Lab36.269420.310715.2545
CIE-Lab42.995427.553224.7753

#99523e color RGB value is (153,82,62).

#99523e hex color red value is 153, green value is 82 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #99523e hue: 0.04 , saturation: 0.42 and the lightness value of 99523e is 0.42.

The process color (four color CMYK) of #99523e color hex is 0.00, 0.46, 0.59, 0.40. Web safe color of #99523e is #996633. Color #99523e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010010 00111110
Octal 231 122 76
Decimal 153 82 62
Hex 99 52 3E

RGB Percentages of Color #99523e

%51.52
%27.61
%20.88

CMYK Percentages of Color #99523e

%0
%46
%59
%40

Triadic Colors of #99523e

#99523e #3e9952 #523e99

Analogous Colors of #99523e

#99523e #99803e #993e58

Monochromatic Colors of #99523e

#99523e

Complementary Color

#99523e #3e8599

#99523e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99523e Color Preview on White Background

Lorem ipsum dolor sit amet.

#99523e Color CSS Codes

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

#99523e Text Font Color

<p style="color:#99523e">Text here</p>

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


#99523e Background Color

<div style="background-color:#99523e">
Div content here</div>

This div background color is #99523e


#99523e Border Color

<div style="border:3px solid #99523e">
Div here</div>

This div border color is #99523e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99523e


Comments

No comments written yet.

Please login to write comment.