Color Hex Logo

#687f50 Color Hex

#687F50
(104,127,80)
0 Favorites   0 Comments

Color spaces of #687f50

RGB 10412780
HSL0.250.230.41
HSV89°37°50°
CMYK 0.180.000.37   0.50
XYZ14.746318.701010.4219
Yxy18.70100.33610.4263
Hunter Lab43.2447-14.810215.9825
CIE-Lab50.3355-17.259622.8847

#687f50 color RGB value is (104,127,80).

#687f50 hex color red value is 104, green value is 127 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #687f50 hue: 0.25 , saturation: 0.23 and the lightness value of 687f50 is 0.41.

The process color (four color CMYK) of #687f50 color hex is 0.18, 0.00, 0.37, 0.50. Web safe color of #687f50 is #666666. Color #687f50 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01111111 01010000
Octal 150 177 120
Decimal 104 127 80
Hex 68 7F 50

RGB Percentages of Color #687f50

%33.44
%40.84
%25.72

CMYK Percentages of Color #687f50

%18
%0
%37
%50

Triadic Colors of #687f50

#687f50 #50687f #7f5068

Analogous Colors of #687f50

#687f50 #517f50 #7f7f50

Monochromatic Colors of #687f50

#687f50

Complementary Color

#687f50 #67507f

#687f50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687f50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#687f50 Color CSS Codes

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

#687f50 Text Font Color

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

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


#687f50 Background Color

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

This div background color is #687f50


#687f50 Border Color

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

This div border color is #687f50


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,127,80, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #687f50; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #687f50;
  -webkit-box-shadow: 1px 1px 3px 2px #687f50;
  box-shadow:         1px 1px 3px 2px #687f50; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687f50


Comments

No comments written yet.

Please login to write comment.