Hex #4d4d4d Color

#4d4d4d
equivalent to

RGB

(77, 77, 77)

Details of #4d4d4d

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
77
7.0540
0.00
0.00
32.7475
7.4214
27.2422
77
7.4214
0.00
0.00
0.0022
0.3127
-1.4534
77
8.0819
0.30
0.00   0.70
-0.0044
0.3290
30°
1.4861

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1001101
115
77
4D
Green
1001101
115
77
4D
Blue
1001101
115
77
4D

RGB in % of #4d4d4d

%33.33
%33.33
%33.33

CMYK in % of #4d4d4d

%0
%0
%0
%70

Triads of color #4d4d4d

#4d4d4d #4d4d4d #4d4d4d

Similar Colors to #4d4d4d

#4d4d4d #4d4d4d #4d4d4d

Preview Color #4d4d4d on black ground

#4d4d4d is very interesting for text.

Preview Color #4d4d4d on white ground

#4d4d4d is very interesting for text.

CSS Codes #4d4d4d color

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

Text Font Color #4d4d4d

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

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

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

This div background color is #4d4d4d


Border Color #4d4d4d

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

The color of this border is #4d4d4d


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #4d4d4d