Color Hex Logo

#687376 Color Hex

#687376
(104,115,118)
0 Favorites   0 Comments

Color spaces of #687376

RGB 104115118
HSL0.540.060.44
HSV193°12°46°
CMYK 0.120.030.00   0.54
XYZ15.109716.512519.5304
Yxy16.51250.29540.3228
Hunter Lab40.6356-4.7398-0.0512
CIE-Lab47.6398-3.4511-3.0687

#687376 color RGB value is (104,115,118).

#687376 hex color red value is 104, green value is 115 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #687376 hue: 0.54 , saturation: 0.06 and the lightness value of 687376 is 0.44.

The process color (four color CMYK) of #687376 color hex is 0.12, 0.03, 0.00, 0.54. Web safe color of #687376 is #666666. Color #687376 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01110011 01110110
Octal 150 163 166
Decimal 104 115 118
Hex 68 73 76

RGB Percentages of Color #687376

%30.86
%34.12
%35.01

CMYK Percentages of Color #687376

%12
%3
%0
%54

Triadic Colors of #687376

#687376 #766873 #737668

Analogous Colors of #687376

#687376 #686c76 #687672

Monochromatic Colors of #687376

#687376

Complementary Color

#687376 #766b68

#687376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#687376 Color CSS Codes

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

#687376 Text Font Color

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

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


#687376 Background Color

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

This div background color is #687376


#687376 Border Color

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

This div border color is #687376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687376


Comments

No comments written yet.

Please login to write comment.