COLOR #3F7689

HEX: #3F7689
RGB: (63,118,137)

Color info

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

RGB color model

#3F7689 color RGB value is (63,118,137).

  • red value is 63;
  • green value is 118;
  • blue value is 137.
RGB:
(63,118,137)
(25%,46%,54%)

RGB channels and saturation

R 63 of 255 = 25%
G 118 of 255 = 46%
B 137 of 255 = 54%

63
118
137

R + G + B ~ 42%. #3F7689 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
63 + 118 + 137 = 318 (100%)
R 63 of 318 ~ 19.81%
G 118 of 318 ~ 37.11%
B 137 of 318 ~ 43.08%

%19.81
%37.11
%43.08

CMYK color model

#3F7689 color CMYK value is (54,14,0,46).

  • cyan value is 54.01%
  • magenta value is 13.87%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(54,14,0,46)
C54M14Y0K46 
(54%,14%,0%,46%)
(0.54/0.14/0.00/0.46)	

CMYK percentages

%54.01
%13.87
%0
%46.27

Codes

Color #3F7689 in popluar color models

3F7689
RGB63118137
HSL195°37.00%39.22%
HSB/HSV195°54.01%53.73%
CMYK54.01%13.87%0.00%
46.27%

Color #3F7689 in popluar number systems.

HEX3F7689
Decimal63118137
Binary111111111011010001001
Octal77166211

Shades and tints

Shades of #3F7689

#3F7689
(63,118,137)
#3A6C7D
(58,108,125)
#356271
(53,98,113)
#305865
(48,88,101)
#2B4E59
(43,78,89)
#26444D
(38,68,77)
#213A41
(33,58,65)
#1C3035
(28,48,53)
#172629
(23,38,41)
#121C1D
(18,28,29)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #3F7689

#3F7689
(63,118,137)
#508293
(80,130,147)
#618E9D
(97,142,157)
#729AA7
(114,154,167)
#83A6B1
(131,166,177)
#94B2BB
(148,178,187)
#A5BEC5
(165,190,197)
#B6CACF
(182,202,207)
#C7D6D9
(199,214,217)
#D8E2E3
(216,226,227)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F7689 color. Also use rgb(63,118,137) instead hex code.

Text Font Color

.myTextColor { color: #3F7689; }

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

This text font color is #3F7689.


Background Color

.myBgColor { background-color: #3F7689; }

<div style="background-color:#3F7689">Inner text</div>

This div background color is #3F7689.


Border color

.myBorderColor { border: 1px solid #3F7689; }

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

This div border color is #3F7689.


Opacity

.myOpacity80 { color: #3F7689; opacity: 0.8; }

<p style="color:#3F7689;opacity:0.8;">80%</p>

Text with #3F7689 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 #3F7689;}

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

This text has shadow with #3F7689 color.

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

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

This text has shadow with #3F7689 primary color and red secondary color.


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

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

This text has shadow with #3F7689 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F7689 on black background.


Color preview on white background

This text has color #3F7689 on white background.



Black color preview on #3F7689 background

This text has black color on #3F7689 background.


White color preview on #3F7689 background

This text has white color on #3F7689 background.