Color Hex Logo

#688246 Color Hex

#688246
(104,130,70)
0 Favorites   0 Comments

Color spaces of #688246

RGB 10413070
HSL0.240.300.39
HSV86°46°51°
CMYK 0.200.000.46   0.49
XYZ14.797019.35058.7495
Yxy19.35050.34490.4511
Hunter Lab43.9892-16.937618.9996
CIE-Lab51.0948-20.224729.3753

#688246 color RGB value is (104,130,70).

#688246 hex color red value is 104, green value is 130 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #688246 hue: 0.24 , saturation: 0.30 and the lightness value of 688246 is 0.39.

The process color (four color CMYK) of #688246 color hex is 0.20, 0.00, 0.46, 0.49. Web safe color of #688246 is #669933. Color #688246 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10000010 01000110
Octal 150 202 106
Decimal 104 130 70
Hex 68 82 46

RGB Percentages of Color #688246

%34.21
%42.76
%23.03

CMYK Percentages of Color #688246

%20
%0
%46
%49

Triadic Colors of #688246

#688246 #466882 #824668

Analogous Colors of #688246

#688246 #4a8246 #827e46

Monochromatic Colors of #688246

#688246

Complementary Color

#688246 #604682

#688246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#688246 Color CSS Codes

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

#688246 Text Font Color

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

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


#688246 Background Color

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

This div background color is #688246


#688246 Border Color

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

This div border color is #688246


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,130,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 #688246">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688246


Comments

No comments written yet.

Please login to write comment.