Hex #838b83 Color

#838b83
equivalent to

RGB

(131, 139, 131)

Details of #838b83

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
131
22.6894
0.33
0.06
57.0064
24.9292
120°
49.9292
139
24.9292
0.03
0.00
-4.5138
0.3121
-6.2596
131
25.0887
0.53
0.06   0.45
3.2603
0.3429
55°
5.1682

Base Numbers

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

RGB in % of #838b83

%32.67
%34.66
%32.67

CMYK in % of #838b83

%6
%0
%6
%45

Triads of color #838b83

#838b83 #8b8383 #838383

Similar Colors to #838b83

#838b83 #878b83 #838b87

Preview Color #838b83 on black ground

#838b83 is very interesting for text.

Preview Color #838b83 on white ground

#838b83 is very interesting for text.

CSS Codes #838b83 color

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

Text Font Color #838b83

<p style="color:#838b83">Text here</p>

This sample text font color is #838b83
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 #838b83

<div style="background-color:#838b83">
Div content here</div>

This div background color is #838b83


Border Color #838b83

<div style="border:3px solid #838b83">
Div here</div>

The color of this border is #838b83


Examples Css3

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

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 #838b83">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #838b83