Hex #394649 Color

#394649
equivalent to

RGB

(57, 70, 73)

Details of #394649

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
57
5.0801
0.53
0.22
28.7240
5.7312
191°
23.9400
70
5.7312
0.12
0.04
-4.4333
0.2830
22°
-4.0168
73
7.1418
0.25
0.00   0.71
-3.5475
0.3192
29°
-0.9234

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
111001
71
57
39
Green
1000110
106
70
46
Blue
1001001
111
73
49

RGB in % of #394649

%28.50
%35.00
%36.50

CMYK in % of #394649

%22
%4
%0
%71

Triads of color #394649

#394649 #464939 #493949

Similar Colors to #394649

#394649 #394944 #393e49

Preview Color #394649 on black ground

#394649 is very interesting for text.

Preview Color #394649 on white ground

#394649 is very interesting for text.

CSS Codes #394649 color

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

Text Font Color #394649

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

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

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

This div background color is #394649


Border Color #394649

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

The color of this border is #394649


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #394649