COLOR #3F96AA

HEX: #3F96AA
RGB: (63,150,170)

Color info

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

RGB color model

#3F96AA color RGB value is (63,150,170).

  • red value is 63;
  • green value is 150;
  • blue value is 170.
RGB:
(63,150,170)
(25%,59%,67%)

RGB channels and saturation

R 63 of 255 = 25%
G 150 of 255 = 59%
B 170 of 255 = 67%

63
150
170

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

Portions of RGB colors in percentages

R + G + B =
63 + 150 + 170 = 383 (100%)
R 63 of 383 ~ 16.45%
G 150 of 383 ~ 39.16%
B 170 of 383 ~ 44.39%

%16.45
%39.16
%44.39

CMYK color model

#3F96AA color CMYK value is (63,12,0,33).

  • cyan value is 62.94%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(63,12,0,33)
C63M12Y0K33 
(63%,12%,0%,33%)
(0.63/0.12/0.00/0.33)	

CMYK percentages

%62.94
%11.76
%0
%33.33

Codes

Color #3F96AA in popluar color models

3F96AA
RGB63150170
HSL191°45.92%45.69%
HSB/HSV191°62.94%66.67%
CMYK62.94%11.76%0.00%
33.33%

Color #3F96AA in popluar number systems.

HEX3F96AA
Decimal63150170
Binary1111111001011010101010
Octal77226252

Shades and tints

Shades of #3F96AA

#3F96AA
(63,150,170)
#3A899B
(58,137,155)
#357C8C
(53,124,140)
#306F7D
(48,111,125)
#2B626E
(43,98,110)
#26555F
(38,85,95)
#214850
(33,72,80)
#1C3B41
(28,59,65)
#172E32
(23,46,50)
#122123
(18,33,35)
#0D1414
(13,20,20)
#000000
(0,0,0)

Tints of #3F96AA

#3F96AA
(63,150,170)
#509FB1
(80,159,177)
#61A8B8
(97,168,184)
#72B1BF
(114,177,191)
#83BAC6
(131,186,198)
#94C3CD
(148,195,205)
#A5CCD4
(165,204,212)
#B6D5DB
(182,213,219)
#C7DEE2
(199,222,226)
#D8E7E9
(216,231,233)
#E9F0F0
(233,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F96AA color. Also use rgb(63,150,170) instead hex code.

Text Font Color

.myTextColor { color: #3F96AA; }

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

This text font color is #3F96AA.


Background Color

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

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

This div background color is #3F96AA.


Border color

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

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

This div border color is #3F96AA.


Opacity

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

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

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

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

This text has shadow with #3F96AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F96AA on black background.


Color preview on white background

This text has color #3F96AA on white background.



Black color preview on #3F96AA background

This text has black color on #3F96AA background.


White color preview on #3F96AA background

This text has white color on #3F96AA background.