Color Hex Logo

#665259 Color Hex

#665259
(102,82,89)
0 Favorites   0 Comments

Color spaces of #665259

RGB 1028289
HSL0.940.110.36
HSV339°20°40°
CMYK 0.000.200.13   0.60
XYZ10.30009.580610.7576
Yxy9.58060.33620.3127
Hunter Lab30.95255.23201.0605
CIE-Lab37.07899.5914-0.9434

#665259 color RGB value is (102,82,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01010010 01011001
Octal 146 122 131
Decimal 102 82 89
Hex 66 52 59

RGB Percentages of Color #665259

%37.36
%30.04
%32.60

CMYK Percentages of Color #665259

%0
%20
%13
%60

Triadic Colors of #665259

#665259 #596652 #525966

Analogous Colors of #665259

#665259 #665552 #665263

Monochromatic Colors of #665259

#665259

Complementary Color

#665259 #52665f

#665259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#665259 Color CSS Codes

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

#665259 Text Font Color

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

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


#665259 Background Color

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

This div background color is #665259


#665259 Border Color

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

This div border color is #665259


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,82,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 #665259">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665259


Comments

No comments written yet.

Please login to write comment.