Hex #4c5055 Color

#4c5055
equivalent to

RGB

(76, 80, 85)

Details of #4c5055

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
76
7.4888
0.59
0.11
33.8360
7.9297
213°
28.1597
80
7.9297
0.06
0.06
-0.4579
0.2978
11°
-1.8088
85
9.7302
0.32
0.00   0.67
-3.4922
0.3153
33°
-0.7680

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1001100
114
76
4C
Green
1010000
120
80
50
Blue
1010101
125
85
55

RGB in % of #4c5055

%31.54
%33.20
%35.27

CMYK in % of #4c5055

%11
%6
%0
%67

Triads of color #4c5055

#4c5055 #50554c #554c55

Similar Colors to #4c5055

#4c5055 #4c5555 #4d4c55

Preview Color #4c5055 on black ground

#4c5055 is very interesting for text.

Preview Color #4c5055 on white ground

#4c5055 is very interesting for text.

CSS Codes #4c5055 color

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

Text Font Color #4c5055

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

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

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

This div background color is #4c5055


Border Color #4c5055

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

The color of this border is #4c5055


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #4c5055