COLOR #1F7786

HEX: #1F7786 RGB: (31,119,134)

Color info

#1F7786 contains mainly green and blue colors. Web safe color of #1F7786 is #336699 (or #369).

RGB color model

#1F7786 color RGB value is (31,119,134).

RGB: (31,119,134) (12%, 47%, 53%)

RGB channels and saturation

R 31 of 255 = 12%
G 119 of 255 = 47%
B 134 of 255 = 53%

31
119
134

R + G + B ~ 37%. #1F7786 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 119 + 134 = 284 (100%)
R 31 of 284 ~ 10.92%
G 119 of 284 ~ 41.9%
B 134 of 284 ~ 47.18'%

%10.92
%41.9
%47.18

CMYK color model

#1F7786 color CMYK value is (77,11,0,47).

  • cyan value is 76.87%
  • magenta value is 11.19%
  • yellow value is 0.00%
  • key color value is 47.45%

CMYK: (77,11,0,47)
C77M11Y0K47 (77%, 11%, 0%, 47%)
(0.77 / 0.11 / 0.00 / 0.47)

CMYK percentages

%76.87
%11.19
%0
%47.45

Codes

Color #1F7786 in popluar color models

1F 77 86
RGB 31 119 134
HSL 189° 62.42% 32.35%
HSB/HSV 189° 76.87% 52.55%
CMYK 76.87% 11.19% 0.00%
47.45%

Color #1F7786 in popluar number systems.

HEX 1F 77 86
Decimal 31 119 134
Binary 11111 1110111 10000110
Octal 37 167 206

Shades and tints

Shades of #1F7786

#1F7786
(31,119,134)
#1D6D7A
(29,109,122)
#1B636E
(27,99,110)
#195962
(25,89,98)
#174F56
(23,79,86)
#15454A
(21,69,74)
#133B3E
(19,59,62)
#113132
(17,49,50)
#0F2726
(15,39,38)
#0D1D1A
(13,29,26)
#0B130E
(11,19,14)
#000000
(0,0,0)

Tints of #1F7786

#1F7786
(31,119,134)
#338391
(51,131,145)
#478F9C
(71,143,156)
#5B9BA7
(91,155,167)
#6FA7B2
(111,167,178)
#83B3BD
(131,179,189)
#97BFC8
(151,191,200)
#ABCBD3
(171,203,211)
#BFD7DE
(191,215,222)
#D3E3E9
(211,227,233)
#E7EFF4
(231,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F7786 color. Also use rgb(31,119,134) instead hex code.

Text Font Color

.myTextColor { color: #1F7786; }

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

This text font color is #1F7786.

Background Color

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

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

This div background color is #1F7786.

Border color

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

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

This div border color is #1F7786.

Opacity

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

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

Text with #1F7786 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 #1F7786;}

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

This text has shadow with #1F7786 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F7786.

Preview

Color preview on black background

This text has color #1F7786 on black background.


Color preview on white background

This text has color #1F7786 on white background.


Black color preview on #1F7786 background

This text has black color on #1F7786 background.


White color preview on #1F7786 background

This text has white color on #1F7786 background.


Related colors

Complementary color

Complementary color for #hex is #E08879.


I love getcolorcode.com

Triadic colors

1 #861F77 and #77861F with #1F7786 are triadic colors.

2 #86771F and #771F86 with #1F7786 are triadic colors.