Color Hex Logo

#684850 Color Hex

#684850
(104,72,80)
0 Favorites   0 Comments

Color spaces of #684850

RGB 1047280
HSL0.960.180.35
HSV345°31°41°
CMYK 0.000.310.23   0.59
XYZ9.47438.15708.6645
Yxy8.15700.36030.3102
Hunter Lab28.56059.23262.0053
CIE-Lab34.307714.98800.7125

#684850 color RGB value is (104,72,80).

#684850 hex color red value is 104, green value is 72 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #684850 hue: 0.96 , saturation: 0.18 and the lightness value of 684850 is 0.35.

The process color (four color CMYK) of #684850 color hex is 0.00, 0.31, 0.23, 0.59. Web safe color of #684850 is #663366. Color #684850 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01001000 01010000
Octal 150 110 120
Decimal 104 72 80
Hex 68 48 50

RGB Percentages of Color #684850

%40.63
%28.13
%31.25

CMYK Percentages of Color #684850

%0
%31
%23
%59

Triadic Colors of #684850

#684850 #506848 #485068

Analogous Colors of #684850

#684850 #685048 #684860

Monochromatic Colors of #684850

#684850

Complementary Color

#684850 #486860

#684850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#684850 Color CSS Codes

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

#684850 Text Font Color

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

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


#684850 Background Color

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

This div background color is #684850


#684850 Border Color

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

This div border color is #684850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684850


Comments

No comments written yet.

Please login to write comment.