Color Hex Logo

#99884b Color Hex

#99884B
(153,136,75)
0 Favorites   0 Comments

Color spaces of #99884b

RGB 15313675
HSL0.130.340.45
HSV47°51°60°
CMYK 0.000.110.51   0.40
XYZ23.211024.888610.2372
Yxy24.88860.39790.4266
Hunter Lab49.8885-4.256322.7555
CIE-Lab56.9667-1.984034.8615

#99884b color RGB value is (153,136,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001000 01001011
Octal 231 210 113
Decimal 153 136 75
Hex 99 88 4B

RGB Percentages of Color #99884b

%42.03
%37.36
%20.60

CMYK Percentages of Color #99884b

%0
%11
%51
%40

Triadic Colors of #99884b

#99884b #4b9988 #884b99

Analogous Colors of #99884b

#99884b #83994b #99614b

Monochromatic Colors of #99884b

#99884b

Complementary Color

#99884b #4b5c99

#99884b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99884b Color Preview on White Background

Lorem ipsum dolor sit amet.

#99884b Color CSS Codes

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

#99884b Text Font Color

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

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


#99884b Background Color

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

This div background color is #99884b


#99884b Border Color

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

This div border color is #99884b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99884b


Comments

No comments written yet.

Please login to write comment.