COLOR #3F6F86

HEX: #3F6F86
RGB: (63,111,134)

Color info

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

RGB color model

#3F6F86 color RGB value is (63,111,134).

  • red value is 63;
  • green value is 111;
  • blue value is 134.
RGB:
(63,111,134)
(25%,44%,53%)

RGB channels and saturation

R 63 of 255 = 25%
G 111 of 255 = 44%
B 134 of 255 = 53%

63
111
134

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

Portions of RGB colors in percentages

R + G + B =
63 + 111 + 134 = 308 (100%)
R 63 of 308 ~ 20.45%
G 111 of 308 ~ 36.04%
B 134 of 308 ~ 43.51%

%20.45
%36.04
%43.51

CMYK color model

#3F6F86 color CMYK value is (53,17,0,47).

  • cyan value is 52.99%
  • magenta value is 17.16%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(53,17,0,47)
C53M17Y0K47 
(53%,17%,0%,47%)
(0.53/0.17/0.00/0.47)	

CMYK percentages

%52.99
%17.16
%0
%47.45

Codes

Color #3F6F86 in popluar color models

3F6F86
RGB63111134
HSL199°36.04%38.63%
HSB/HSV199°52.99%52.55%
CMYK52.99%17.16%0.00%
47.45%

Color #3F6F86 in popluar number systems.

HEX3F6F86
Decimal63111134
Binary111111110111110000110
Octal77157206

Shades and tints

Shades of #3F6F86

#3F6F86
(63,111,134)
#3A657A
(58,101,122)
#355B6E
(53,91,110)
#305162
(48,81,98)
#2B4756
(43,71,86)
#263D4A
(38,61,74)
#21333E
(33,51,62)
#1C2932
(28,41,50)
#171F26
(23,31,38)
#12151A
(18,21,26)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #3F6F86

#3F6F86
(63,111,134)
#507C91
(80,124,145)
#61899C
(97,137,156)
#7296A7
(114,150,167)
#83A3B2
(131,163,178)
#94B0BD
(148,176,189)
#A5BDC8
(165,189,200)
#B6CAD3
(182,202,211)
#C7D7DE
(199,215,222)
#D8E4E9
(216,228,233)
#E9F1F4
(233,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F6F86 color. Also use rgb(63,111,134) instead hex code.

Text Font Color

.myTextColor { color: #3F6F86; }

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

This text font color is #3F6F86.


Background Color

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

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

This div background color is #3F6F86.


Border color

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

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

This div border color is #3F6F86.


Opacity

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

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

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

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

This text has shadow with #3F6F86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6F86 on black background.


Color preview on white background

This text has color #3F6F86 on white background.



Black color preview on #3F6F86 background

This text has black color on #3F6F86 background.


White color preview on #3F6F86 background

This text has white color on #3F6F86 background.