Hex #47271c Color

#47271c
equivalent to

RGB

(71, 39, 28)

Details of #47271c

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
71
3.5337
0.04
0.00
19.5340
2.8745
15°
16.9543
39
2.8745
0.43
0.45
13.7140
0.4487
61°
7.5335
28
1.4672
0.19
0.61   0.72
13.6729
0.3650
28°
6.7387

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1000111
107
71
47
Green
100111
47
39
27
Blue
11100
34
28
1C

RGB in % of #47271c

%51.45
%28.26
%20.29

CMYK in % of #47271c

%0
%45
%61
%72

Triads of color #47271c

#47271c #271c47 #1c471c

Similar Colors to #47271c

#47271c #471c27 #473d1c

Preview Color #47271c on black ground

#47271c is very interesting for text.

Preview Color #47271c on white ground

#47271c is very interesting for text.

CSS Codes #47271c color

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

Text Font Color #47271c

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

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

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

This div background color is #47271c


Border Color #47271c

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

The color of this border is #47271c


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #47271c