Color Hex Logo

#66494d Color Hex

#66494D
(102,73,77)
0 Favorites   0 Comments

Color spaces of #66494d

RGB 1027377
HSL0.980.170.34
HSV352°28°40°
CMYK 0.000.280.25   0.60
XYZ9.20168.12578.1046
Yxy8.12570.36180.3195
Hunter Lab28.50567.73493.0968
CIE-Lab34.243313.01982.4958

#66494d color RGB value is (102,73,77).

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

The process color (four color CMYK) of #66494d color hex is 0.00, 0.28, 0.25, 0.60. Web safe color of #66494d is #663366. Color #66494d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001001 01001101
Octal 146 111 115
Decimal 102 73 77
Hex 66 49 4D

RGB Percentages of Color #66494d

%40.48
%28.97
%30.56

CMYK Percentages of Color #66494d

%0
%28
%25
%60

Triadic Colors of #66494d

#66494d #4d6649 #494d66

Analogous Colors of #66494d

#66494d #665449 #66495c

Monochromatic Colors of #66494d

#66494d

Complementary Color

#66494d #496662

#66494d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66494d Color Preview on White Background

Lorem ipsum dolor sit amet.

#66494d Color CSS Codes

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

#66494d Text Font Color

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

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


#66494d Background Color

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

This div background color is #66494d


#66494d Border Color

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

This div border color is #66494d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66494d


Comments

No comments written yet.

Please login to write comment.