Color Hex Logo

#68620e Color Hex

#68620E
(104,98,14)
0 Favorites   0 Comments

Color spaces of #68620e

RGB 1049814
HSL0.160.760.23
HSV56°87°41°
CMYK 0.000.060.87   0.59
XYZ10.155911.71012.1405
Yxy11.71010.42300.4878
Hunter Lab34.2200-6.909420.2454
CIE-Lab40.7516-7.356043.8698

#68620e color RGB value is (104,98,14).

#68620e hex color red value is 104, green value is 98 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #68620e hue: 0.16 , saturation: 0.76 and the lightness value of 68620e is 0.23.

The process color (four color CMYK) of #68620e color hex is 0.00, 0.06, 0.87, 0.59. Web safe color of #68620e is #666600. Color #68620e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01100010 00001110
Octal 150 142 16
Decimal 104 98 14
Hex 68 62 E

RGB Percentages of Color #68620e

%48.15
%45.37
%6.48

CMYK Percentages of Color #68620e

%0
%6
%87
%59

Triadic Colors of #68620e

#68620e #0e6862 #620e68

Analogous Colors of #68620e

#68620e #41680e #68350e

Monochromatic Colors of #68620e

#68620e

Complementary Color

#68620e #0e1468

#68620e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68620e Color Preview on White Background

Lorem ipsum dolor sit amet.

#68620e Color CSS Codes

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

#68620e Text Font Color

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

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


#68620e Background Color

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

This div background color is #68620e


#68620e Border Color

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

This div border color is #68620e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68620e


Comments

No comments written yet.

Please login to write comment.