Color Hex Logo

#68741e Color Hex

#68741E
(104,116,30)
0 Favorites   0 Comments

Color spaces of #68741e

RGB 10411630
HSL0.190.590.29
HSV68°74°45°
CMYK 0.100.000.74   0.55
XYZ12.188715.52763.5830
Yxy15.52760.38940.4961
Hunter Lab39.4051-13.745622.1925
CIE-Lab46.3485-16.602943.4071

#68741e color RGB value is (104,116,30).

#68741e hex color red value is 104, green value is 116 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #68741e hue: 0.19 , saturation: 0.59 and the lightness value of 68741e is 0.29.

The process color (four color CMYK) of #68741e color hex is 0.10, 0.00, 0.74, 0.55. Web safe color of #68741e is #666633. Color #68741e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01110100 00011110
Octal 150 164 36
Decimal 104 116 30
Hex 68 74 1E

RGB Percentages of Color #68741e

%41.60
%46.40
%12.00

CMYK Percentages of Color #68741e

%10
%0
%74
%55

Triadic Colors of #68741e

#68741e #1e6874 #741e68

Analogous Colors of #68741e

#68741e #3d741e #74551e

Monochromatic Colors of #68741e

#68741e

Complementary Color

#68741e #2a1e74

#68741e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68741e Color Preview on White Background

Lorem ipsum dolor sit amet.

#68741e Color CSS Codes

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

#68741e Text Font Color

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

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


#68741e Background Color

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

This div background color is #68741e


#68741e Border Color

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

This div border color is #68741e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68741e


Comments

No comments written yet.

Please login to write comment.