Color Hex Logo

#687265 Color Hex

#687265
(104,114,101)
0 Favorites   0 Comments

Color spaces of #687265

RGB 104114101
HSL0.290.060.42
HSV106°11°45°
CMYK 0.090.000.11   0.55
XYZ14.075215.917314.6424
Yxy15.91730.31530.3566
Hunter Lab39.8965-6.84536.1675
CIE-Lab46.8658-6.44305.9231

#687265 color RGB value is (104,114,101).

#687265 hex color red value is 104, green value is 114 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #687265 hue: 0.29 , saturation: 0.06 and the lightness value of 687265 is 0.42.

The process color (four color CMYK) of #687265 color hex is 0.09, 0.00, 0.11, 0.55. Web safe color of #687265 is #666666. Color #687265 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01110010 01100101
Octal 150 162 145
Decimal 104 114 101
Hex 68 72 65

RGB Percentages of Color #687265

%32.60
%35.74
%31.66

CMYK Percentages of Color #687265

%9
%0
%11
%55

Triadic Colors of #687265

#687265 #656872 #726568

Analogous Colors of #687265

#687265 #657269 #6f7265

Monochromatic Colors of #687265

#687265

Complementary Color

#687265 #6f6572

#687265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#687265 Color CSS Codes

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

#687265 Text Font Color

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

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


#687265 Background Color

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

This div background color is #687265


#687265 Border Color

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

This div border color is #687265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687265


Comments

No comments written yet.

Please login to write comment.