Color Hex Logo

#687146 Color Hex

#687146
(104,113,70)
0 Favorites   0 Comments

Color spaces of #687146

RGB 10411370
HSL0.200.230.36
HSV73°38°44°
CMYK 0.080.000.38   0.56
XYZ12.719515.19558.0570
Yxy15.19550.35360.4224
Hunter Lab38.9814-9.973515.0324
CIE-Lab45.9008-11.064922.7600

#687146 color RGB value is (104,113,70).

#687146 hex color red value is 104, green value is 113 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #687146 hue: 0.20 , saturation: 0.23 and the lightness value of 687146 is 0.36.

The process color (four color CMYK) of #687146 color hex is 0.08, 0.00, 0.38, 0.56. Web safe color of #687146 is #666633. Color #687146 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01110001 01000110
Octal 150 161 106
Decimal 104 113 70
Hex 68 71 46

RGB Percentages of Color #687146

%36.24
%39.37
%24.39

CMYK Percentages of Color #687146

%8
%0
%38
%56

Triadic Colors of #687146

#687146 #466871 #714668

Analogous Colors of #687146

#687146 #537146 #716546

Monochromatic Colors of #687146

#687146

Complementary Color

#687146 #4f4671

#687146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#687146 Color CSS Codes

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

#687146 Text Font Color

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

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


#687146 Background Color

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

This div background color is #687146


#687146 Border Color

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

This div border color is #687146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687146


Comments

No comments written yet.

Please login to write comment.