Color Hex Logo

#68840e Color Hex

#68840E
(104,132,14)
0 Favorites   0 Comments

Color spaces of #68840e

RGB 10413214
HSL0.210.810.29
HSV74°89°52°
CMYK 0.210.000.89   0.48
XYZ14.039419.47733.4350
Yxy19.47730.37990.5271
Hunter Lab44.1331-20.449426.2785
CIE-Lab51.2410-25.526152.7374

#68840e color RGB value is (104,132,14).

#68840e hex color red value is 104, green value is 132 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #68840e hue: 0.21 , saturation: 0.81 and the lightness value of 68840e is 0.29.

The process color (four color CMYK) of #68840e color hex is 0.21, 0.00, 0.89, 0.48. Web safe color of #68840e is #669900. Color #68840e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10000100 00001110
Octal 150 204 16
Decimal 104 132 14
Hex 68 84 E

RGB Percentages of Color #68840e

%41.60
%52.80
%5.60

CMYK Percentages of Color #68840e

%21
%0
%89
%48

Triadic Colors of #68840e

#68840e #0e6884 #840e68

Analogous Colors of #68840e

#68840e #2d840e #84650e

Monochromatic Colors of #68840e

#68840e

Complementary Color

#68840e #2a0e84

#68840e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68840e Color Preview on White Background

Lorem ipsum dolor sit amet.

#68840e Color CSS Codes

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

#68840e Text Font Color

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

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


#68840e Background Color

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

This div background color is #68840e


#68840e Border Color

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

This div border color is #68840e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,132,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68840e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68840e;
  -webkit-box-shadow: 1px 1px 3px 2px #68840e;
  box-shadow:         1px 1px 3px 2px #68840e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68840e


Comments

No comments written yet.

Please login to write comment.