Color Hex Logo

#665059 Color Hex

#665059
(102,80,89)
0 Favorites   0 Comments

Color spaces of #665059

RGB 1028089
HSL0.930.120.36
HSV335°22°40°
CMYK 0.000.220.13   0.60
XYZ10.15139.283410.7080
Yxy9.28340.33680.3080
Hunter Lab30.46876.15100.4910
CIE-Lab36.524310.8293-1.7574

#665059 color RGB value is (102,80,89).

#665059 hex color red value is 102, green value is 80 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #665059 hue: 0.93 , saturation: 0.12 and the lightness value of 665059 is 0.36.

The process color (four color CMYK) of #665059 color hex is 0.00, 0.22, 0.13, 0.60. Web safe color of #665059 is #666666. Color #665059 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01010000 01011001
Octal 146 120 131
Decimal 102 80 89
Hex 66 50 59

RGB Percentages of Color #665059

%37.64
%29.52
%32.84

CMYK Percentages of Color #665059

%0
%22
%13
%60

Triadic Colors of #665059

#665059 #596650 #505966

Analogous Colors of #665059

#665059 #665250 #665064

Monochromatic Colors of #665059

#665059

Complementary Color

#665059 #50665d

#665059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#665059 Color CSS Codes

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

#665059 Text Font Color

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

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


#665059 Background Color

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

This div background color is #665059


#665059 Border Color

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

This div border color is #665059


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,80,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #665059; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #665059;
  -webkit-box-shadow: 1px 1px 3px 2px #665059;
  box-shadow:         1px 1px 3px 2px #665059; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,80,89, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665059


Comments

No comments written yet.

Please login to write comment.