Hex #9e958b Color

#9e958b
equivalent to

RGB

(158, 149, 139)

Details of #9e958b

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
158
29.5082
0.09
0.00
62.1924
30.6281
32°
55.3426
149
30.6281
0.09
0.06
1.5257
0.3319
12°
-1.6747
139
28.7827
0.58
0.12   0.38
6.4573
0.3444
62°
7.9147

Base Numbers

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

RGB in % of #9e958b

%35.43
%33.41
%31.17

CMYK in % of #9e958b

%0
%6
%12
%38

Triads of color #9e958b

#9e958b #958b9e #8b9e8b

Similar Colors to #9e958b

#9e958b #9e8c8b #9e9e8b

Preview Color #9e958b on black ground

#9e958b is very interesting for text.

Preview Color #9e958b on white ground

#9e958b is very interesting for text.

CSS Codes #9e958b color

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

Text Font Color #9e958b

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

This sample text font color is #9e958b
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 #9e958b

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

This div background color is #9e958b


Border Color #9e958b

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

The color of this border is #9e958b


Examples Css3

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

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 #9e958b">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #9e958b