Hex #425763 Color

#425763
equivalent to

RGB

(66, 87, 99)

Details of #425763

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
66
7.9071
0.56
0.33
35.7435
8.8755
202°
29.7918
87
8.8755
0.20
0.12
-4.7611
0.2646
33°
-4.7594
99
13.1008
0.32
0.00   0.61
-9.5232
0.2970
39°
-5.2091

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1000010
102
66
42
Green
1010111
127
87
57
Blue
1100011
143
99
63

RGB in % of #425763

%26.19
%34.52
%39.29

CMYK in % of #425763

%33
%12
%0
%61

Triads of color #425763

#425763 #576342 #634263

Similar Colors to #425763

#425763 #42635f #424763

Preview Color #425763 on black ground

#425763 is very interesting for text.

Preview Color #425763 on white ground

#425763 is very interesting for text.

CSS Codes #425763 color

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

Text Font Color #425763

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

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

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

This div background color is #425763


Border Color #425763

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

The color of this border is #425763


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #425763