Hex #68838b Color

#68838b
equivalent to

RGB

(104, 131, 139)

Details of #68838b

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
104
18.4854
0.54
0.25
52.9930
21.0397
194°
45.8691
131
21.0397
0.14
0.06
-7.6933
0.2757
25°
-8.3345
139
27.5129
0.48
0.00   0.45
-7.4879
0.3138
55°
-3.4422

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1101000
150
104
68
Green
10000011
203
131
83
Blue
10001011
213
139
8B

RGB in % of #68838b

%27.81
%35.03
%37.17

CMYK in % of #68838b

%25
%6
%0
%45

Triads of color #68838b

#68838b #838b68 #8b688b

Similar Colors to #68838b

#68838b #688b82 #68728b

Preview Color #68838b on black ground

#68838b is very interesting for text.

Preview Color #68838b on white ground

#68838b is very interesting for text.

CSS Codes #68838b color

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

Text Font Color #68838b

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

This sample text font color is #68838b
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 #68838b

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

This div background color is #68838b


Border Color #68838b

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

The color of this border is #68838b


Examples Css3

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

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 #68838b">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #68838b