Hex #959e8b Color

#959e8b
equivalent to

RGB

(149, 158, 139)

Details of #959e8b

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
149
29.2815
0.25
0.06
63.9233
32.7074
88°
57.1903
158
32.7074
0.09
0.00
-6.8042
0.3211
12°
-8.6907
139
29.1959
0.58
0.12   0.38
8.8301
0.3587
62°
9.7756

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10010101
225
149
95
Green
10011110
236
158
9E
Blue
10001011
213
139
8B

RGB in % of #959e8b

%33.41
%35.43
%31.17

CMYK in % of #959e8b

%6
%0
%12
%38

Triads of color #959e8b

#959e8b #9e8b95 #8b958b

Similar Colors to #959e8b

#959e8b #9e9e8b #8c9e8b

Preview Color #959e8b on black ground

#959e8b is very interesting for text.

Preview Color #959e8b on white ground

#959e8b is very interesting for text.

CSS Codes #959e8b color

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

Text Font Color #959e8b

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

This sample text font color is #959e8b
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 #959e8b

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

This div background color is #959e8b


Border Color #959e8b

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

The color of this border is #959e8b


Examples Css3

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

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 #959e8b">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #959e8b