Color Hex Logo

#999580 Color Hex

#999580
(153,149,128)
0 Favorites   0 Comments

Color spaces of #999580

RGB 153149128
HSL0.140.110.55
HSV50°16°60°
CMYK 0.000.030.16   0.40
XYZ27.780629.825724.7148
Yxy29.82570.33750.3623
Hunter Lab54.6129-4.772911.3976
CIE-Lab61.5035-2.245611.6261

#999580 color RGB value is (153,149,128).

#999580 hex color red value is 153, green value is 149 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #999580 hue: 0.14 , saturation: 0.11 and the lightness value of 999580 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10010101 10000000
Octal 231 225 200
Decimal 153 149 128
Hex 99 95 80

RGB Percentages of Color #999580

%35.58
%34.65
%29.77

CMYK Percentages of Color #999580

%0
%3
%16
%40

Triadic Colors of #999580

#999580 #809995 #958099

Analogous Colors of #999580

#999580 #919980 #998980

Monochromatic Colors of #999580

#999580

Complementary Color

#999580 #808499

#999580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#999580 Color CSS Codes

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

#999580 Text Font Color

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

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


#999580 Background Color

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

This div background color is #999580


#999580 Border Color

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

This div border color is #999580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999580


Comments

No comments written yet.

Please login to write comment.