Color Hex Logo

#657665 Color Hex

#657665
(101,118,101)
0 Favorites   0 Comments

Color spaces of #657665

RGB 101118101
HSL0.330.080.43
HSV120°14°46°
CMYK 0.140.000.14   0.54
XYZ14.194216.663214.7801
Yxy16.66320.31100.3651
Hunter Lab40.8206-9.36777.1070
CIE-Lab47.8328-9.86787.2702

#657665 color RGB value is (101,118,101).

#657665 hex color red value is 101, green value is 118 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #657665 hue: 0.33 , saturation: 0.08 and the lightness value of 657665 is 0.43.

The process color (four color CMYK) of #657665 color hex is 0.14, 0.00, 0.14, 0.54. Web safe color of #657665 is #666666. Color #657665 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01110110 01100101
Octal 145 166 145
Decimal 101 118 101
Hex 65 76 65

RGB Percentages of Color #657665

%31.56
%36.88
%31.56

CMYK Percentages of Color #657665

%14
%0
%14
%54

Triadic Colors of #657665

#657665 #656576 #766565

Analogous Colors of #657665

#657665 #65766e #6e7665

Monochromatic Colors of #657665

#657665

Complementary Color

#657665 #766576

#657665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#657665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#657665 Color CSS Codes

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

#657665 Text Font Color

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

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


#657665 Background Color

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

This div background color is #657665


#657665 Border Color

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

This div border color is #657665


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,118,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #657665; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #657665;
  -webkit-box-shadow: 1px 1px 3px 2px #657665;
  box-shadow:         1px 1px 3px 2px #657665; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #657665


Comments

No comments written yet.

Please login to write comment.