COLOR #3F8BA6

HEX: #3F8BA6
RGB: (63,139,166)

Color info

#3F8BA6 contains mainly green and blue colors. Web safe color of #3F8BA6 is #339999 (or #399).

RGB color model

#3F8BA6 color RGB value is (63,139,166).

  • red value is 63;
  • green value is 139;
  • blue value is 166.
RGB:
(63,139,166)
(25%,55%,65%)

RGB channels and saturation

R 63 of 255 = 25%
G 139 of 255 = 55%
B 166 of 255 = 65%

63
139
166

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

Portions of RGB colors in percentages

R + G + B =
63 + 139 + 166 = 368 (100%)
R 63 of 368 ~ 17.12%
G 139 of 368 ~ 37.77%
B 166 of 368 ~ 45.11%

%17.12
%37.77
%45.11

CMYK color model

#3F8BA6 color CMYK value is (62,16,0,35).

  • cyan value is 62.05%
  • magenta value is 16.27%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(62,16,0,35)
C62M16Y0K35 
(62%,16%,0%,35%)
(0.62/0.16/0.00/0.35)	

CMYK percentages

%62.05
%16.27
%0
%34.9

Codes

Color #3F8BA6 in popluar color models

3F8BA6
RGB63139166
HSL196°44.98%44.90%
HSB/HSV196°62.05%65.10%
CMYK62.05%16.27%0.00%
34.90%

Color #3F8BA6 in popluar number systems.

HEX3F8BA6
Decimal63139166
Binary1111111000101110100110
Octal77213246

Shades and tints

Shades of #3F8BA6

#3F8BA6
(63,139,166)
#3A7F97
(58,127,151)
#357388
(53,115,136)
#306779
(48,103,121)
#2B5B6A
(43,91,106)
#264F5B
(38,79,91)
#21434C
(33,67,76)
#1C373D
(28,55,61)
#172B2E
(23,43,46)
#121F1F
(18,31,31)
#0D1310
(13,19,16)
#000000
(0,0,0)

Tints of #3F8BA6

#3F8BA6
(63,139,166)
#5095AE
(80,149,174)
#619FB6
(97,159,182)
#72A9BE
(114,169,190)
#83B3C6
(131,179,198)
#94BDCE
(148,189,206)
#A5C7D6
(165,199,214)
#B6D1DE
(182,209,222)
#C7DBE6
(199,219,230)
#D8E5EE
(216,229,238)
#E9EFF6
(233,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F8BA6 color. Also use rgb(63,139,166) instead hex code.

Text Font Color

.myTextColor { color: #3F8BA6; }

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

This text font color is #3F8BA6.


Background Color

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

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

This div background color is #3F8BA6.


Border color

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

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

This div border color is #3F8BA6.


Opacity

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

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

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

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

This text has shadow with #3F8BA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F8BA6 on black background.


Color preview on white background

This text has color #3F8BA6 on white background.



Black color preview on #3F8BA6 background

This text has black color on #3F8BA6 background.


White color preview on #3F8BA6 background

This text has white color on #3F8BA6 background.