Color Hex Logo

#687d2d Color Hex

#687D2D
(104,125,45)
0 Favorites   0 Comments

Color spaces of #687d2d

RGB 10412545
HSL0.210.470.33
HSV76°64°49°
CMYK 0.170.000.64   0.51
XYZ13.516217.79975.2059
Yxy17.79970.37010.4874
Hunter Lab42.1897-16.646422.2168
CIE-Lab49.2523-20.278839.9142

#687d2d color RGB value is (104,125,45).

#687d2d hex color red value is 104, green value is 125 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #687d2d hue: 0.21 , saturation: 0.47 and the lightness value of 687d2d is 0.33.

The process color (four color CMYK) of #687d2d color hex is 0.17, 0.00, 0.64, 0.51. Web safe color of #687d2d is #666633. Color #687d2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01111101 00101101
Octal 150 175 55
Decimal 104 125 45
Hex 68 7D 2D

RGB Percentages of Color #687d2d

%37.96
%45.62
%16.42

CMYK Percentages of Color #687d2d

%17
%0
%64
%51

Triadic Colors of #687d2d

#687d2d #2d687d #7d2d68

Analogous Colors of #687d2d

#687d2d #407d2d #7d6a2d

Monochromatic Colors of #687d2d

#687d2d

Complementary Color

#687d2d #422d7d

#687d2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687d2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#687d2d Color CSS Codes

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

#687d2d Text Font Color

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

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


#687d2d Background Color

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

This div background color is #687d2d


#687d2d Border Color

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

This div border color is #687d2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687d2d


Comments

No comments written yet.

Please login to write comment.