Color Hex Logo

#999589 Color Hex

#999589
(153,149,137)
0 Favorites   0 Comments

Color spaces of #999589

RGB 153149137
HSL0.130.070.57
HSV45°10°60°
CMYK 0.000.030.10   0.40
XYZ28.399730.073327.9748
Yxy30.07330.32850.3479
Hunter Lab54.8391-3.52828.1421
CIE-Lab61.7174-0.72066.8506

#999589 color RGB value is (153,149,137).

#999589 hex color red value is 153, green value is 149 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #999589 hue: 0.13 , saturation: 0.07 and the lightness value of 999589 is 0.57.

The process color (four color CMYK) of #999589 color hex is 0.00, 0.03, 0.10, 0.40. Web safe color of #999589 is #999999. Color #999589 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10010101 10001001
Octal 231 225 211
Decimal 153 149 137
Hex 99 95 89

RGB Percentages of Color #999589

%34.85
%33.94
%31.21

CMYK Percentages of Color #999589

%0
%3
%10
%40

Triadic Colors of #999589

#999589 #899995 #958999

Analogous Colors of #999589

#999589 #959989 #998d89

Monochromatic Colors of #999589

#999589

Complementary Color

#999589 #898d99

#999589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#999589 Color CSS Codes

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

#999589 Text Font Color

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

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


#999589 Background Color

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

This div background color is #999589


#999589 Border Color

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

This div border color is #999589


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,149,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #999589; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #999589;
  -webkit-box-shadow: 1px 1px 3px 2px #999589;
  box-shadow:         1px 1px 3px 2px #999589; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999589

#999589 Color Palettes


Comments

No comments written yet.

Please login to write comment.