Hex #221e17 Color

#221e17
equivalent to

RGB

(34, 30, 23)

Details of #221e17

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
34
1.2786
0.11
0.00
11.4871
1.3305
38°
11.5347
30
1.3305
0.19
0.12
0.4364
0.3543
32°
-0.3990
23
1.0000
0.11
0.32   0.87
5.5075
0.3686
13°
2.9357

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
100010
42
34
22
Green
11110
36
30
1E
Blue
10111
27
23
17

RGB in % of #221e17

%39.08
%34.48
%26.44

CMYK in % of #221e17

%0
%12
%32
%87

Triads of color #221e17

#221e17 #1e1722 #172217

Similar Colors to #221e17

#221e17 #221917 #212217

Preview Color #221e17 on black ground

#221e17 is very interesting for text.

Preview Color #221e17 on white ground

#221e17 is very interesting for text.

CSS Codes #221e17 color

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

Text Font Color #221e17

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

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

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

This div background color is #221e17


Border Color #221e17

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

The color of this border is #221e17


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #221e17