Color Hex Logo

#665563 Color Hex

#665563
(102,85,99)
0 Favorites   0 Comments

Color spaces of #665563

RGB 1028599
HSL0.860.090.37
HSV311°17°40°
CMYK 0.000.170.03   0.60
XYZ10.980110.222613.1988
Yxy10.22260.31920.2972
Hunter Lab31.97285.3481-2.0947
CIE-Lab38.23909.7263-5.4661

#665563 color RGB value is (102,85,99).

#665563 hex color red value is 102, green value is 85 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #665563 hue: 0.86 , saturation: 0.09 and the lightness value of 665563 is 0.37.

The process color (four color CMYK) of #665563 color hex is 0.00, 0.17, 0.03, 0.60. Web safe color of #665563 is #666666. Color #665563 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01010101 01100011
Octal 146 125 143
Decimal 102 85 99
Hex 66 55 63

RGB Percentages of Color #665563

%35.66
%29.72
%34.62

CMYK Percentages of Color #665563

%0
%17
%3
%60

Triadic Colors of #665563

#665563 #636655 #556366

Analogous Colors of #665563

#665563 #66555b #615566

Monochromatic Colors of #665563

#665563

Complementary Color

#665563 #556658

#665563 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665563 Color Preview on White Background

Lorem ipsum dolor sit amet.

#665563 Color CSS Codes

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

#665563 Text Font Color

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

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


#665563 Background Color

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

This div background color is #665563


#665563 Border Color

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

This div border color is #665563


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665563


Comments

No comments written yet.

Please login to write comment.