Hex #685c48 Color

#685c48
equivalent to

RGB

(104, 92, 72)

Details of #685c48

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
104
10.7058
0.10
0.00
39.6901
11.0652
38°
33.2644
92
11.0652
0.18
0.12
1.4264
0.3632
31°
-0.7645
72
7.7024
0.35
0.31   0.59
13.3021
0.3754
41°
9.5609

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1101000
150
104
68
Green
1011100
134
92
5C
Blue
1001000
110
72
48

RGB in % of #685c48

%38.81
%34.33
%26.87

CMYK in % of #685c48

%0
%12
%31
%59

Triads of color #685c48

#685c48 #5c4868 #486848

Similar Colors to #685c48

#685c48 #684c48 #646848

Preview Color #685c48 on black ground

#685c48 is very interesting for text.

Preview Color #685c48 on white ground

#685c48 is very interesting for text.

CSS Codes #685c48 color

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

Text Font Color #685c48

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

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


Background Color #685c48

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

This div background color is #685c48


Border Color #685c48

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

The color of this border is #685c48


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #685c48; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #685c48;
-webkit-box-shadow: 1px 1px 3px 2px #685c48;
box-shadow:         1px 1px 3px 2px #685c48; }
				

Text Shadow using RGB

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

The shadow of this text using RGB.


Text Shadow using Hex

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #685c48