Color Hex Logo

#99884a Color Hex

#99884A
(153,136,74)
0 Favorites   0 Comments

Color spaces of #99884a

RGB 15313674
HSL0.130.350.45
HSV47°52°60°
CMYK 0.000.110.52   0.40
XYZ23.177124.875010.0584
Yxy24.87500.39880.4281
Hunter Lab49.8748-4.331122.9552
CIE-Lab56.9534-2.079035.3711

#99884a color RGB value is (153,136,74).

#99884a hex color red value is 153, green value is 136 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #99884a hue: 0.13 , saturation: 0.35 and the lightness value of 99884a is 0.45.

The process color (four color CMYK) of #99884a color hex is 0.00, 0.11, 0.52, 0.40. Web safe color of #99884a is #999933. Color #99884a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001000 01001010
Octal 231 210 112
Decimal 153 136 74
Hex 99 88 4A

RGB Percentages of Color #99884a

%42.15
%37.47
%20.39

CMYK Percentages of Color #99884a

%0
%11
%52
%40

Triadic Colors of #99884a

#99884a #4a9988 #884a99

Analogous Colors of #99884a

#99884a #83994a #99614a

Monochromatic Colors of #99884a

#99884a

Complementary Color

#99884a #4a5b99

#99884a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99884a Color Preview on White Background

Lorem ipsum dolor sit amet.

#99884a Color CSS Codes

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

#99884a Text Font Color

<p style="color:#99884a">Text here</p>

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


#99884a Background Color

<div style="background-color:#99884a">
Div content here</div>

This div background color is #99884a


#99884a Border Color

<div style="border:3px solid #99884a">
Div here</div>

This div border color is #99884a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,136,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99884a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99884a;
  -webkit-box-shadow: 1px 1px 3px 2px #99884a;
  box-shadow:         1px 1px 3px 2px #99884a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99884a


Comments

No comments written yet.

Please login to write comment.