Color Hex Logo

#685228 Color Hex

#685228
(104,82,40)
0 Favorites   0 Comments

Color spaces of #685228

RGB 1048240
HSL0.110.440.28
HSV39°62°41°
CMYK 0.000.210.62   0.59
XYZ9.10929.13083.2898
Yxy9.13080.42310.4241
Hunter Lab30.21720.930014.6970
CIE-Lab36.23493.664227.7681

#685228 color RGB value is (104,82,40).

#685228 hex color red value is 104, green value is 82 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #685228 hue: 0.11 , saturation: 0.44 and the lightness value of 685228 is 0.28.

The process color (four color CMYK) of #685228 color hex is 0.00, 0.21, 0.62, 0.59. Web safe color of #685228 is #666633. Color #685228 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01010010 00101000
Octal 150 122 50
Decimal 104 82 40
Hex 68 52 28

RGB Percentages of Color #685228

%46.02
%36.28
%17.70

CMYK Percentages of Color #685228

%0
%21
%62
%59

Triadic Colors of #685228

#685228 #286852 #522868

Analogous Colors of #685228

#685228 #5e6828 #683228

Monochromatic Colors of #685228

#685228

Complementary Color

#685228 #283e68

#685228 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685228 Color Preview on White Background

Lorem ipsum dolor sit amet.

#685228 Color CSS Codes

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

#685228 Text Font Color

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

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


#685228 Background Color

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

This div background color is #685228


#685228 Border Color

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

This div border color is #685228


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685228


Comments

No comments written yet.

Please login to write comment.