Color Hex Logo

#685e19 Color Hex

#685E19
(104,94,25)
0 Favorites   0 Comments

Color spaces of #685e19

RGB 1049425
HSL0.150.610.25
HSV52°76°41°
CMYK 0.000.100.76   0.59
XYZ9.887111.01872.5254
Yxy11.01870.42200.4703
Hunter Lab33.1944-4.923318.7254
CIE-Lab39.6119-4.555738.8461

#685e19 color RGB value is (104,94,25).

#685e19 hex color red value is 104, green value is 94 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #685e19 hue: 0.15 , saturation: 0.61 and the lightness value of 685e19 is 0.25.

The process color (four color CMYK) of #685e19 color hex is 0.00, 0.10, 0.76, 0.59. Web safe color of #685e19 is #666600. Color #685e19 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01011110 00011001
Octal 150 136 31
Decimal 104 94 25
Hex 68 5E 19

RGB Percentages of Color #685e19

%46.64
%42.15
%11.21

CMYK Percentages of Color #685e19

%0
%10
%76
%59

Triadic Colors of #685e19

#685e19 #19685e #5e1968

Analogous Colors of #685e19

#685e19 #4a6819 #683719

Monochromatic Colors of #685e19

#685e19

Complementary Color

#685e19 #192368

#685e19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685e19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#685e19 Color CSS Codes

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

#685e19 Text Font Color

<p style="color:#685e19">Text here</p>

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


#685e19 Background Color

<div style="background-color:#685e19">
Div content here</div>

This div background color is #685e19


#685e19 Border Color

<div style="border:3px solid #685e19">
Div here</div>

This div border color is #685e19


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,94,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #685e19; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #685e19;
  -webkit-box-shadow: 1px 1px 3px 2px #685e19;
  box-shadow:         1px 1px 3px 2px #685e19; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685e19


Comments

No comments written yet.

Please login to write comment.