Hex #707090 Color

#707090
equivalent to

RGB

(112, 112, 144)

Details of #707090

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
112
17.5103
0.67
0.22
48.3188
17.0467
240°
41.2877
112
17.0467
0.13
0.22
7.2677
0.2766
22°
3.4496
144
28.7530
0.50
0.00   0.44
-17.4186
0.2693
56°
-12.3741

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1110000
160
112
70
Green
1110000
160
112
70
Blue
10010000
220
144
90

RGB in % of #707090

%30.43
%30.43
%39.13

CMYK in % of #707090

%22
%22
%0
%44

Triads of color #707090

#707090 #709070 #907090

Similar Colors to #707090

#707090 #708090 #807090

Preview Color #707090 on black ground

#707090 is very interesting for text.

Preview Color #707090 on white ground

#707090 is very interesting for text.

CSS Codes #707090 color

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

Text Font Color #707090

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

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

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

This div background color is #707090


Border Color #707090

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

The color of this border is #707090


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #707090