COLOR #3F94A9

HEX: #3F94A9
RGB: (63,148,169)

Color info

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

RGB color model

#3F94A9 color RGB value is (63,148,169).

  • red value is 63;
  • green value is 148;
  • blue value is 169.
RGB:
(63,148,169)
(25%,58%,66%)

RGB channels and saturation

R 63 of 255 = 25%
G 148 of 255 = 58%
B 169 of 255 = 66%

63
148
169

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

Portions of RGB colors in percentages

R + G + B =
63 + 148 + 169 = 380 (100%)
R 63 of 380 ~ 16.58%
G 148 of 380 ~ 38.95%
B 169 of 380 ~ 44.47%

%16.58
%38.95
%44.47

CMYK color model

#3F94A9 color CMYK value is (63,12,0,34).

  • cyan value is 62.72%
  • magenta value is 12.43%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(63,12,0,34)
C63M12Y0K34 
(63%,12%,0%,34%)
(0.63/0.12/0.00/0.34)	

CMYK percentages

%62.72
%12.43
%0
%33.73

Codes

Color #3F94A9 in popluar color models

3F94A9
RGB63148169
HSL192°45.69%45.49%
HSB/HSV192°62.72%66.27%
CMYK62.72%12.43%0.00%
33.73%

Color #3F94A9 in popluar number systems.

HEX3F94A9
Decimal63148169
Binary1111111001010010101001
Octal77224251

Shades and tints

Shades of #3F94A9

#3F94A9
(63,148,169)
#3A879A
(58,135,154)
#357A8B
(53,122,139)
#306D7C
(48,109,124)
#2B606D
(43,96,109)
#26535E
(38,83,94)
#21464F
(33,70,79)
#1C3940
(28,57,64)
#172C31
(23,44,49)
#121F22
(18,31,34)
#0D1213
(13,18,19)
#000000
(0,0,0)

Tints of #3F94A9

#3F94A9
(63,148,169)
#509DB0
(80,157,176)
#61A6B7
(97,166,183)
#72AFBE
(114,175,190)
#83B8C5
(131,184,197)
#94C1CC
(148,193,204)
#A5CAD3
(165,202,211)
#B6D3DA
(182,211,218)
#C7DCE1
(199,220,225)
#D8E5E8
(216,229,232)
#E9EEEF
(233,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F94A9 color. Also use rgb(63,148,169) instead hex code.

Text Font Color

.myTextColor { color: #3F94A9; }

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

This text font color is #3F94A9.


Background Color

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

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

This div background color is #3F94A9.


Border color

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

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

This div border color is #3F94A9.


Opacity

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

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

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

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

This text has shadow with #3F94A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F94A9 on black background.


Color preview on white background

This text has color #3F94A9 on white background.



Black color preview on #3F94A9 background

This text has black color on #3F94A9 background.


White color preview on #3F94A9 background

This text has white color on #3F94A9 background.