Color Hex Logo

#686d30 Color Hex

#686D30
(104,109,48)
0 Favorites   0 Comments

Color spaces of #686d30

RGB 10410948
HSL0.180.390.31
HSV65°56°43°
CMYK 0.050.000.56   0.57
XYZ11.711114.09374.8994
Yxy14.09370.38140.4590
Hunter Lab37.5416-10.014718.5414
CIE-Lab44.3670-11.399232.9448

#686d30 color RGB value is (104,109,48).

#686d30 hex color red value is 104, green value is 109 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #686d30 hue: 0.18 , saturation: 0.39 and the lightness value of 686d30 is 0.31.

The process color (four color CMYK) of #686d30 color hex is 0.05, 0.00, 0.56, 0.57. Web safe color of #686d30 is #666633. Color #686d30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01101101 00110000
Octal 150 155 60
Decimal 104 109 48
Hex 68 6D 30

RGB Percentages of Color #686d30

%39.85
%41.76
%18.39

CMYK Percentages of Color #686d30

%5
%0
%56
%57

Triadic Colors of #686d30

#686d30 #30686d #6d3068

Analogous Colors of #686d30

#686d30 #4a6d30 #6d5430

Monochromatic Colors of #686d30

#686d30

Complementary Color

#686d30 #35306d

#686d30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#686d30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#686d30 Color CSS Codes

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

#686d30 Text Font Color

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

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


#686d30 Background Color

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

This div background color is #686d30


#686d30 Border Color

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

This div border color is #686d30


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,109,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #686d30; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #686d30;
  -webkit-box-shadow: 1px 1px 3px 2px #686d30;
  box-shadow:         1px 1px 3px 2px #686d30; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #686d30


Comments

No comments written yet.

Please login to write comment.