Color Hex Logo

#99857e Color Hex

#99857E
(153,133,126)
0 Favorites   0 Comments

Color spaces of #99857e

RGB 153133126
HSL0.040.120.55
HSV16°18°60°
CMYK 0.000.130.18   0.40
XYZ25.290325.053723.2416
Yxy25.05370.34370.3405
Hunter Lab50.05372.59567.5072
CIE-Lab57.12776.38886.5554

#99857e color RGB value is (153,133,126).

#99857e hex color red value is 153, green value is 133 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #99857e hue: 0.04 , saturation: 0.12 and the lightness value of 99857e is 0.55.

The process color (four color CMYK) of #99857e color hex is 0.00, 0.13, 0.18, 0.40. Web safe color of #99857e is #999966. Color #99857e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000101 01111110
Octal 231 205 176
Decimal 153 133 126
Hex 99 85 7E

RGB Percentages of Color #99857e

%37.14
%32.28
%30.58

CMYK Percentages of Color #99857e

%0
%13
%18
%40

Triadic Colors of #99857e

#99857e #7e9985 #857e99

Analogous Colors of #99857e

#99857e #99937e #997e85

Monochromatic Colors of #99857e

#99857e

Complementary Color

#99857e #7e9299

#99857e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99857e Color Preview on White Background

Lorem ipsum dolor sit amet.

#99857e Color CSS Codes

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

#99857e Text Font Color

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

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


#99857e Background Color

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

This div background color is #99857e


#99857e Border Color

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

This div border color is #99857e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99857e


Comments

No comments written yet.

Please login to write comment.