Hex #4e6d6a Color

#4e6d6a
equivalent to

RGB

(78, 109, 106)

Details of #4e6d6a

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
78
11.2120
0.48
0.28
43.6502
13.5976
174°
36.8749
109
13.5976
0.17
0.00
-11.8951
0.2770
28°
-10.2569
106
15.6693
0.37
0.03   0.57
-1.9626
0.3359
43°
0.6269

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1001110
116
78
4E
Green
1101101
155
109
6D
Blue
1101010
152
106
6A

RGB in % of #4e6d6a

%26.62
%37.20
%36.18

CMYK in % of #4e6d6a

%28
%0
%3
%57

Triads of color #4e6d6a

#4e6d6a #6d6a4e #6a4e6a

Similar Colors to #4e6d6a

#4e6d6a #4e6d5b #4e616d

Preview Color #4e6d6a on black ground

#4e6d6a is very interesting for text.

Preview Color #4e6d6a on white ground

#4e6d6a is very interesting for text.

CSS Codes #4e6d6a color

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

Text Font Color #4e6d6a

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

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

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

This div background color is #4e6d6a


Border Color #4e6d6a

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

The color of this border is #4e6d6a


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #4e6d6a