COLOR #3F6B81

HEX: #3F6B81
RGB: (63,107,129)

Color info

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

RGB color model

#3F6B81 color RGB value is (63,107,129).

  • red value is 63;
  • green value is 107;
  • blue value is 129.
RGB:
(63,107,129)
(25%,42%,51%)

RGB channels and saturation

R 63 of 255 = 25%
G 107 of 255 = 42%
B 129 of 255 = 51%

63
107
129

R + G + B ~ 39%. #3F6B81 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 107 + 129 = 299 (100%)
R 63 of 299 ~ 21.07%
G 107 of 299 ~ 35.79%
B 129 of 299 ~ 43.14%

%21.07
%35.79
%43.14

CMYK color model

#3F6B81 color CMYK value is (51,17,0,49).

  • cyan value is 51.16%
  • magenta value is 17.05%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(51,17,0,49)
C51M17Y0K49 
(51%,17%,0%,49%)
(0.51/0.17/0.00/0.49)	

CMYK percentages

%51.16
%17.05
%0
%49.41

Codes

Color #3F6B81 in popluar color models

3F6B81
RGB63107129
HSL200°34.38%37.65%
HSB/HSV200°51.16%50.59%
CMYK51.16%17.05%0.00%
49.41%

Color #3F6B81 in popluar number systems.

HEX3F6B81
Decimal63107129
Binary111111110101110000001
Octal77153201

Shades and tints

Shades of #3F6B81

#3F6B81
(63,107,129)
#3A6276
(58,98,118)
#35596B
(53,89,107)
#305060
(48,80,96)
#2B4755
(43,71,85)
#263E4A
(38,62,74)
#21353F
(33,53,63)
#1C2C34
(28,44,52)
#172329
(23,35,41)
#121A1E
(18,26,30)
#0D1113
(13,17,19)
#000000
(0,0,0)

Tints of #3F6B81

#3F6B81
(63,107,129)
#50788C
(80,120,140)
#618597
(97,133,151)
#7292A2
(114,146,162)
#839FAD
(131,159,173)
#94ACB8
(148,172,184)
#A5B9C3
(165,185,195)
#B6C6CE
(182,198,206)
#C7D3D9
(199,211,217)
#D8E0E4
(216,224,228)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F6B81 color. Also use rgb(63,107,129) instead hex code.

Text Font Color

.myTextColor { color: #3F6B81; }

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

This text font color is #3F6B81.


Background Color

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

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

This div background color is #3F6B81.


Border color

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

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

This div border color is #3F6B81.


Opacity

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

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

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

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

This text has shadow with #3F6B81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6B81 on black background.


Color preview on white background

This text has color #3F6B81 on white background.



Black color preview on #3F6B81 background

This text has black color on #3F6B81 background.


White color preview on #3F6B81 background

This text has white color on #3F6B81 background.