Hex #608b86 Color

#608b86
equivalent to

RGB

(96, 139, 134)

Details of #608b86

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
96
18.3596
0.48
0.31
54.7342
22.6733
173°
47.6165
139
22.6733
0.18
0.00
-15.8576
0.2740
31°
-14.5039
134
25.9630
0.46
0.04   0.45
-2.0654
0.3384
55°
1.0146

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1100000
140
96
60
Green
10001011
213
139
8B
Blue
10000110
206
134
86

RGB in % of #608b86

%26.02
%37.67
%36.31

CMYK in % of #608b86

%31
%0
%4
%45

Triads of color #608b86

#608b86 #8b8660 #866086

Similar Colors to #608b86

#608b86 #608b71 #607b8b

Preview Color #608b86 on black ground

#608b86 is very interesting for text.

Preview Color #608b86 on white ground

#608b86 is very interesting for text.

CSS Codes #608b86 color

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

Text Font Color #608b86

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

This sample text font color is #608b86
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 #608b86

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

This div background color is #608b86


Border Color #608b86

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

The color of this border is #608b86


Examples Css3

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

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 #608b86">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #608b86