Hex #1f677b Color

#1f677b
equivalent to

RGB

(31, 103, 123)

Details of #1f677b

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
31
8.9905
0.54
0.75
40.2821
11.4219
193°
33.7962
103
11.4219
0.60
0.16
-14.7790
0.2199
75°
-11.6587
123
20.4697
0.30
0.00   0.52
-17.5344
0.2794
48°
-12.2406

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11111
37
31
1F
Green
1100111
147
103
67
Blue
1111011
173
123
7B

RGB in % of #1f677b

%12.06
%40.08
%47.86

CMYK in % of #1f677b

%75
%16
%0
%52

Triads of color #1f677b

#1f677b #677b1f #7b1f7b

Similar Colors to #1f677b

#1f677b #1f7b61 #1f397b

Preview Color #1f677b on black ground

#1f677b is very interesting for text.

Preview Color #1f677b on white ground

#1f677b is very interesting for text.

CSS Codes #1f677b color

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

Text Font Color #1f677b

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

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

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

This div background color is #1f677b


Border Color #1f677b

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

The color of this border is #1f677b


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #1f677b