Color Hex Logo

#66495c Color Hex

#66495C
(102,73,92)
0 Favorites   0 Comments

Color spaces of #66495c

RGB 1027392
HSL0.890.170.34
HSV321°28°40°
CMYK 0.000.280.10   0.60
XYZ9.79388.362611.2232
Yxy8.36260.33340.2846
Hunter Lab28.91829.8463-2.7679
CIE-Lab34.726915.7585-6.3138

#66495c color RGB value is (102,73,92).

#66495c hex color red value is 102, green value is 73 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #66495c hue: 0.89 , saturation: 0.17 and the lightness value of 66495c is 0.34.

The process color (four color CMYK) of #66495c color hex is 0.00, 0.28, 0.10, 0.60. Web safe color of #66495c is #663366. Color #66495c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001001 01011100
Octal 146 111 134
Decimal 102 73 92
Hex 66 49 5C

RGB Percentages of Color #66495c

%38.20
%27.34
%34.46

CMYK Percentages of Color #66495c

%0
%28
%10
%60

Triadic Colors of #66495c

#66495c #5c6649 #495c66

Analogous Colors of #66495c

#66495c #66494e #624966

Monochromatic Colors of #66495c

#66495c

Complementary Color

#66495c #496653

#66495c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66495c Color Preview on White Background

Lorem ipsum dolor sit amet.

#66495c Color CSS Codes

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

#66495c Text Font Color

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

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


#66495c Background Color

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

This div background color is #66495c


#66495c Border Color

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

This div border color is #66495c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,73,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66495c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66495c;
  -webkit-box-shadow: 1px 1px 3px 2px #66495c;
  box-shadow:         1px 1px 3px 2px #66495c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66495c


Comments

No comments written yet.

Please login to write comment.