Color Hex Logo

#687814 Color Hex

#687814
(104,120,20)
0 Favorites   0 Comments

Color spaces of #687814

RGB 10412020
HSL0.190.710.27
HSV70°83°47°
CMYK 0.130.000.83   0.53
XYZ12.551716.42653.1709
Yxy16.42650.39040.5109
Hunter Lab40.5296-15.646823.7321
CIE-Lab47.5291-19.213248.0006

#687814 color RGB value is (104,120,20).

#687814 hex color red value is 104, green value is 120 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #687814 hue: 0.19 , saturation: 0.71 and the lightness value of 687814 is 0.27.

The process color (four color CMYK) of #687814 color hex is 0.13, 0.00, 0.83, 0.53. Web safe color of #687814 is #666600. Color #687814 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01111000 00010100
Octal 150 170 24
Decimal 104 120 20
Hex 68 78 14

RGB Percentages of Color #687814

%42.62
%49.18
%8.20

CMYK Percentages of Color #687814

%13
%0
%83
%53

Triadic Colors of #687814

#687814 #146878 #781468

Analogous Colors of #687814

#687814 #367814 #785614

Monochromatic Colors of #687814

#687814

Complementary Color

#687814 #241478

#687814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#687814 Color CSS Codes

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

#687814 Text Font Color

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

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


#687814 Background Color

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

This div background color is #687814


#687814 Border Color

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

This div border color is #687814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687814


Comments

No comments written yet.

Please login to write comment.