Color Hex Logo

#685124 Color Hex

#685124
(104,81,36)
0 Favorites   0 Comments

Color spaces of #685124

RGB 1048136
HSL0.110.490.27
HSV40°65°41°
CMYK 0.000.220.65   0.59
XYZ8.96988.95532.9249
Yxy8.95530.43020.4295
Hunter Lab29.92541.133915.1528
CIE-Lab35.89813.942829.5813

#685124 color RGB value is (104,81,36).

#685124 hex color red value is 104, green value is 81 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #685124 hue: 0.11 , saturation: 0.49 and the lightness value of 685124 is 0.27.

The process color (four color CMYK) of #685124 color hex is 0.00, 0.22, 0.65, 0.59. Web safe color of #685124 is #666633. Color #685124 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01010001 00100100
Octal 150 121 44
Decimal 104 81 36
Hex 68 51 24

RGB Percentages of Color #685124

%47.06
%36.65
%16.29

CMYK Percentages of Color #685124

%0
%22
%65
%59

Triadic Colors of #685124

#685124 #246851 #512468

Analogous Colors of #685124

#685124 #5d6824 #682f24

Monochromatic Colors of #685124

#685124

Complementary Color

#685124 #243b68

#685124 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685124 Color Preview on White Background

Lorem ipsum dolor sit amet.

#685124 Color CSS Codes

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

#685124 Text Font Color

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

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


#685124 Background Color

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

This div background color is #685124


#685124 Border Color

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

This div border color is #685124


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685124


Comments

No comments written yet.

Please login to write comment.