Color Hex Logo

#685819 Color Hex

#685819
(104,88,25)
0 Favorites   0 Comments

Color spaces of #685819

RGB 1048825
HSL0.130.610.25
HSV48°76°41°
CMYK 0.000.150.76   0.59
XYZ9.37419.99272.3544
Yxy9.99270.43160.4600
Hunter Lab31.6112-2.386717.7120
CIE-Lab37.8293-1.011437.0902

#685819 color RGB value is (104,88,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01011000 00011001
Octal 150 130 31
Decimal 104 88 25
Hex 68 58 19

RGB Percentages of Color #685819

%47.93
%40.55
%11.52

CMYK Percentages of Color #685819

%0
%15
%76
%59

Triadic Colors of #685819

#685819 #196858 #581968

Analogous Colors of #685819

#685819 #506819 #683119

Monochromatic Colors of #685819

#685819

Complementary Color

#685819 #192968

#685819 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685819 Color Preview on White Background

Lorem ipsum dolor sit amet.

#685819 Color CSS Codes

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

#685819 Text Font Color

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

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


#685819 Background Color

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

This div background color is #685819


#685819 Border Color

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

This div border color is #685819


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685819


Comments

No comments written yet.

Please login to write comment.