Hex #131312 Color

#131312
equivalent to

RGB

(19, 19, 18)

Details of #131312

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
19
0.6106
0.17
0.00
5.8521
0.6479
60°
8.0490
19
0.6479
0.03
0.00
-0.2115
0.3174
-0.5444
18
0.6651
0.07
0.05   0.93
0.5761
0.3368
0.7365

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10011
23
19
13
Green
10011
23
19
13
Blue
10010
22
18
12

RGB in % of #131312

%33.93
%33.93
%32.14

CMYK in % of #131312

%0
%0
%5
%93

Triads of color #131312

#131312 #131213 #121312

Similar Colors to #131312

#131312 #131312 #131312

Preview Color #131312 on black ground

#131312 is very interesting for text.

Preview Color #131312 on white ground

#131312 is very interesting for text.

CSS Codes #131312 color

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

Text Font Color #131312

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

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

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

This div background color is #131312


Border Color #131312

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

The color of this border is #131312


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #131312