Hex #1f677c Color

#1f677c
equivalent to

RGB

(31, 103, 124)

Details of #1f677c

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
31
9.0534
0.54
0.75
40.3234
11.4470
194°
33.8335
103
11.4470
0.60
0.17
-14.4267
0.2192
75°
-11.4440
124
20.8011
0.30
0.00   0.51
-18.0782
0.2772
49°
-12.7557

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11111
37
31
1F
Green
1100111
147
103
67
Blue
1111100
174
124
7C

RGB in % of #1f677c

%12.02
%39.92
%48.06

CMYK in % of #1f677c

%75
%17
%0
%51

Triads of color #1f677c

#1f677c #677c1f #7c1f7c

Similar Colors to #1f677c

#1f677c #1f7c63 #1f397c

Preview Color #1f677c on black ground

#1f677c is very interesting for text.

Preview Color #1f677c on white ground

#1f677c is very interesting for text.

CSS Codes #1f677c color

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

Text Font Color #1f677c

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

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

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

This div background color is #1f677c


Border Color #1f677c

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

The color of this border is #1f677c


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #1f677c