Color Hex Logo

#684522 Color Hex

#684522
(104,69,34)
0 Favorites   0 Comments

Color spaces of #684522

RGB 1046934
HSL0.080.510.27
HSV30°67°41°
CMYK 0.000.340.67   0.59
XYZ8.12587.31482.4970
Yxy7.31480.45300.4078
Hunter Lab27.04596.299113.4582
CIE-Lab32.513111.157126.8213

#684522 color RGB value is (104,69,34).

#684522 hex color red value is 104, green value is 69 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #684522 hue: 0.08 , saturation: 0.51 and the lightness value of 684522 is 0.27.

The process color (four color CMYK) of #684522 color hex is 0.00, 0.34, 0.67, 0.59. Web safe color of #684522 is #663333. Color #684522 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01000101 00100010
Octal 150 105 42
Decimal 104 69 34
Hex 68 45 22

RGB Percentages of Color #684522

%50.24
%33.33
%16.43

CMYK Percentages of Color #684522

%0
%34
%67
%59

Triadic Colors of #684522

#684522 #226845 #452268

Analogous Colors of #684522

#684522 #686822 #682222

Monochromatic Colors of #684522

#684522

Complementary Color

#684522 #224568

#684522 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684522 Color Preview on White Background

Lorem ipsum dolor sit amet.

#684522 Color CSS Codes

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

#684522 Text Font Color

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

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


#684522 Background Color

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

This div background color is #684522


#684522 Border Color

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

This div border color is #684522


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684522


Comments

No comments written yet.

Please login to write comment.