Color Hex Logo

#684950 Color Hex

#684950
(104,73,80)
0 Favorites   0 Comments

Color spaces of #684950

RGB 1047380
HSL0.960.180.35
HSV346°30°41°
CMYK 0.000.300.23   0.59
XYZ9.53948.28738.6862
Yxy8.28730.35980.3126
Hunter Lab28.78778.77132.2616
CIE-Lab34.574214.36931.1002

#684950 color RGB value is (104,73,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01001001 01010000
Octal 150 111 120
Decimal 104 73 80
Hex 68 49 50

RGB Percentages of Color #684950

%40.47
%28.40
%31.13

CMYK Percentages of Color #684950

%0
%30
%23
%59

Triadic Colors of #684950

#684950 #506849 #495068

Analogous Colors of #684950

#684950 #685249 #684960

Monochromatic Colors of #684950

#684950

Complementary Color

#684950 #496861

#684950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#684950 Color CSS Codes

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

#684950 Text Font Color

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

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


#684950 Background Color

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

This div background color is #684950


#684950 Border Color

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

This div border color is #684950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684950


Comments

No comments written yet.

Please login to write comment.