Color Hex Logo

#687941 Color Hex

#687941
(104,121,65)
1 Favorites   0 Comments

Color spaces of #687941

RGB 10412165
HSL0.220.300.36
HSV78°46°47°
CMYK 0.140.000.46   0.53
XYZ13.500416.99957.5707
Yxy16.99950.35460.4465
Hunter Lab41.2304-13.705717.9745
CIE-Lab48.2594-16.101028.5510

#687941 color RGB value is (104,121,65).

#687941 hex color red value is 104, green value is 121 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #687941 hue: 0.22 , saturation: 0.30 and the lightness value of 687941 is 0.36.

The process color (four color CMYK) of #687941 color hex is 0.14, 0.00, 0.46, 0.53. Web safe color of #687941 is #666633. Color #687941 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01111001 01000001
Octal 150 171 101
Decimal 104 121 65
Hex 68 79 41

RGB Percentages of Color #687941

%35.86
%41.72
%22.41

CMYK Percentages of Color #687941

%14
%0
%46
%53

Triadic Colors of #687941

#687941 #416879 #794168

Analogous Colors of #687941

#687941 #4c7941 #796e41

Monochromatic Colors of #687941

#687941

Complementary Color

#687941 #524179

#687941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#687941 Color CSS Codes

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

#687941 Text Font Color

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

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


#687941 Background Color

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

This div background color is #687941


#687941 Border Color

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

This div border color is #687941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687941


Comments

No comments written yet.

Please login to write comment.