Color Hex Logo

#68460e Color Hex

#68460E
(104,70,14)
0 Favorites   0 Comments

Color spaces of #68460e

RGB 1047014
HSL0.100.760.23
HSV37°87°41°
CMYK 0.000.330.87   0.59
XYZ7.97837.35511.4146
Yxy7.35510.47640.4392
Hunter Lab27.12035.051015.8916
CIE-Lab32.60209.432936.7796

#68460e color RGB value is (104,70,14).

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

The process color (four color CMYK) of #68460e color hex is 0.00, 0.33, 0.87, 0.59. Web safe color of #68460e is #663300. Color #68460e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01000110 00001110
Octal 150 106 16
Decimal 104 70 14
Hex 68 46 E

RGB Percentages of Color #68460e

%55.32
%37.23
%7.45

CMYK Percentages of Color #68460e

%0
%33
%87
%59

Triadic Colors of #68460e

#68460e #0e6846 #460e68

Analogous Colors of #68460e

#68460e #5d680e #68190e

Monochromatic Colors of #68460e

#68460e

Complementary Color

#68460e #0e3068

#68460e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68460e Color Preview on White Background

Lorem ipsum dolor sit amet.

#68460e Color CSS Codes

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

#68460e Text Font Color

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

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


#68460e Background Color

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

This div background color is #68460e


#68460e Border Color

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

This div border color is #68460e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68460e


Comments

No comments written yet.

Please login to write comment.