Color Hex Logo

#665b58 Color Hex

#665B58
(102,91,88)
0 Favorites   0 Comments

Color spaces of #665b58

RGB 1029188
HSL0.040.070.37
HSV13°14°40°
CMYK 0.000.110.14   0.60
XYZ10.982011.011510.7791
Yxy11.01150.33510.3360
Hunter Lab33.18361.00273.9692
CIE-Lab39.59983.87473.3414

#665b58 color RGB value is (102,91,88).

#665b58 hex color red value is 102, green value is 91 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #665b58 hue: 0.04 , saturation: 0.07 and the lightness value of 665b58 is 0.37.

The process color (four color CMYK) of #665b58 color hex is 0.00, 0.11, 0.14, 0.60. Web safe color of #665b58 is #666666. Color #665b58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01011011 01011000
Octal 146 133 130
Decimal 102 91 88
Hex 66 5B 58

RGB Percentages of Color #665b58

%36.30
%32.38
%31.32

CMYK Percentages of Color #665b58

%0
%11
%14
%60

Triadic Colors of #665b58

#665b58 #58665b #5b5866

Analogous Colors of #665b58

#665b58 #666258 #66585c

Monochromatic Colors of #665b58

#665b58

Complementary Color

#665b58 #586366

#665b58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665b58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#665b58 Color CSS Codes

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

#665b58 Text Font Color

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

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


#665b58 Background Color

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

This div background color is #665b58


#665b58 Border Color

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

This div border color is #665b58


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,91,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #665b58; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #665b58;
  -webkit-box-shadow: 1px 1px 3px 2px #665b58;
  box-shadow:         1px 1px 3px 2px #665b58; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665b58


Comments

No comments written yet.

Please login to write comment.