COLOR #1F717D

HEX: #1F717D
RGB: (31,113,125)

Color info

#1F717D contains mainly green and blue colors. Web safe color of #1F717D is #336666 (or #366).

RGB color model

#1F717D color RGB value is (31,113,125).

  • red value is 31;
  • green value is 113;
  • blue value is 125.
RGB:
(31,113,125)
(12%,44%,49%)

RGB channels and saturation

R 31 of 255 = 12%
G 113 of 255 = 44%
B 125 of 255 = 49%

31
113
125

R + G + B ~ 35%. #1F717D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 113 + 125 = 269 (100%)
R 31 of 269 ~ 11.52%
G 113 of 269 ~ 42.01%
B 125 of 269 ~ 46.47%

%11.52
%42.01
%46.47

CMYK color model

#1F717D color CMYK value is (75,10,0,51).

  • cyan value is 75.20%
  • magenta value is 9.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(75,10,0,51)
C75M10Y0K51 
(75%,10%,0%,51%)
(0.75/0.10/0.00/0.51)	

CMYK percentages

%75.2
%9.6
%0
%50.98

Codes

Color #1F717D in popluar color models

1F717D
RGB31113125
HSL188°60.26%30.59%
HSB/HSV188°75.20%49.02%
CMYK75.20%9.60%0.00%
50.98%

Color #1F717D in popluar number systems.

HEX1F717D
Decimal31113125
Binary1111111100011111101
Octal37161175

Shades and tints

Shades of #1F717D

#1F717D
(31,113,125)
#1D6772
(29,103,114)
#1B5D67
(27,93,103)
#19535C
(25,83,92)
#174951
(23,73,81)
#153F46
(21,63,70)
#13353B
(19,53,59)
#112B30
(17,43,48)
#0F2125
(15,33,37)
#0D171A
(13,23,26)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #1F717D

#1F717D
(31,113,125)
#337D88
(51,125,136)
#478993
(71,137,147)
#5B959E
(91,149,158)
#6FA1A9
(111,161,169)
#83ADB4
(131,173,180)
#97B9BF
(151,185,191)
#ABC5CA
(171,197,202)
#BFD1D5
(191,209,213)
#D3DDE0
(211,221,224)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F717D color. Also use rgb(31,113,125) instead hex code.

Text Font Color

.myTextColor { color: #1F717D; }

<p style="color:#1F717D">This sample text font color is #1F717D.</p>

This text font color is #1F717D.


Background Color

.myBgColor { background-color: #1F717D; }

<div style="background-color:#1F717D">Inner text</div>

This div background color is #1F717D.


Border color

.myBorderColor { border: 1px solid #1F717D; }

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

This div border color is #1F717D.


Opacity

.myOpacity80 { color: #1F717D; opacity: 0.8; }

<p style="color:#1F717D;opacity:0.8;">80%</p>

Text with #1F717D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #1F717D;}

<p style="text-shadow: 3px 3px 1px #1F717D">Text here.</p>

This text has shadow with #1F717D color.

.textShadow {text-shadow: 3px 3px 1px #1F717D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #1F717D, 5px 5px 20px red">Text here.</p>

This text has shadow with #1F717D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#1F717D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#1F717D, Direction=45, Strength=4)">Text</p>

This text has shadow with #1F717D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #1F717D;
  -webkit-box-shadow:	1px 1px 3px 2px #1F717D;
  box-shadow:		1px 1px 3px 2px #1F717D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #1F717D;
-webkit-box-shadow: 1px 1px 3px 2px #1F717D;
box-shadow:1px 1px 3px 2px #1F717D;">
Div content here</div>
This div box has shadow with color #1F717D.

Preview

Color preview on black background

This text has color #1F717D on black background.


Color preview on white background

This text has color #1F717D on white background.



Black color preview on #1F717D background

This text has black color on #1F717D background.


White color preview on #1F717D background

This text has white color on #1F717D background.