Hex #491e21 Color

#491e21
equivalent to

RGB

(73, 30, 33)

Details of #491e21

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
73
3.4864
0.99
0.00
17.7130
2.4548
356°
15.6679
30
2.4548
0.42
0.59
20.8164
0.4545
59°
12.3014
33
1.7289
0.20
0.55   0.71
7.8568
0.3200
29°
4.4271

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1001001
111
73
49
Green
11110
36
30
1E
Blue
100001
41
33
21

RGB in % of #491e21

%53.68
%22.06
%24.26

CMYK in % of #491e21

%0
%59
%55
%71

Triads of color #491e21

#491e21 #1e2149 #214921

Similar Colors to #491e21

#491e21 #491e37 #49311e

Preview Color #491e21 on black ground

#491e21 is very interesting for text.

Preview Color #491e21 on white ground

#491e21 is very interesting for text.

CSS Codes #491e21 color

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

Text Font Color #491e21

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

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

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

This div background color is #491e21


Border Color #491e21

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

The color of this border is #491e21


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #491e21