Hex #4c4c47 Color

#4c4c47
equivalent to

RGB

(76, 76, 71)

Details of #4c4c47

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
76
6.7023
0.17
0.00
32.1691
7.1603
60°
26.7588
76
7.1603
0.03
0.00
-1.0569
0.3214
-2.1188
71
6.9901
0.29
0.07   0.70
2.9678
0.3434
30°
3.2483

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1001100
114
76
4C
Green
1001100
114
76
4C
Blue
1000111
107
71
47

RGB in % of #4c4c47

%34.08
%34.08
%31.84

CMYK in % of #4c4c47

%0
%0
%7
%70

Triads of color #4c4c47

#4c4c47 #4c474c #474c47

Similar Colors to #4c4c47

#4c4c47 #4c4a47 #4a4c47

Preview Color #4c4c47 on black ground

#4c4c47 is very interesting for text.

Preview Color #4c4c47 on white ground

#4c4c47 is very interesting for text.

CSS Codes #4c4c47 color

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

Text Font Color #4c4c47

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

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

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

This div background color is #4c4c47


Border Color #4c4c47

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

The color of this border is #4c4c47


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #4c4c47