COLOR #3F949A

HEX: #3F949A RGB: (63,148,154)

Color info

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

RGB color model

#3F949A color RGB value is (63,148,154).

RGB: (63,148,154) (25%, 58%, 60%)

RGB channels and saturation

R 63 of 255 = 25%
G 148 of 255 = 58%
B 154 of 255 = 60%

63
148
154

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

Portions of RGB colors in percentages

R + G + B = 63 + 148 + 154 = 365 (100%)
R 63 of 365 ~ 17.26%
G 148 of 365 ~ 40.55%
B 154 of 365 ~ 42.19'%

%17.26
%40.55
%42.19

CMYK color model

#3F949A color CMYK value is (59,4,0,40).

  • cyan value is 59.09%
  • magenta value is 3.90%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK: (59,4,0,40) C59M4Y0K40 (59%,4%,0%,40%) (0.59/0.04/0.00/0.40) 

CMYK percentages

%59.09
%3.9
%0
%39.61

Codes

Color #3F949A in popluar color models

3F 94 9A
RGB 63 148 154
HSL 184° 41.94% 42.55%
HSB/HSV 184° 59.09% 60.39%
CMYK 59.09% 3.90% 0.00%
39.61%

Color #3F949A in popluar number systems.

HEX 3F 94 9A
Decimal 63 148 154
Binary 111111 10010100 10011010
Octal 77 224 232

Shades and tints

Shades of #3F949A

#3F949A
(63,148,154)
#3A878C
(58,135,140)
#357A7E
(53,122,126)
#306D70
(48,109,112)
#2B6062
(43,96,98)
#265354
(38,83,84)
#214646
(33,70,70)
#1C3938
(28,57,56)
#172C2A
(23,44,42)
#121F1C
(18,31,28)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #3F949A

#3F949A
(63,148,154)
#509DA3
(80,157,163)
#61A6AC
(97,166,172)
#72AFB5
(114,175,181)
#83B8BE
(131,184,190)
#94C1C7
(148,193,199)
#A5CAD0
(165,202,208)
#B6D3D9
(182,211,217)
#C7DCE2
(199,220,226)
#D8E5EB
(216,229,235)
#E9EEF4
(233,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F949A; }

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

This text font color is #3F949A.

Background Color

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

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

This div background color is #3F949A.

Border color

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

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

This div border color is #3F949A.

Opacity

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

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

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

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

This text has shadow with #3F949A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F949A.

Preview

Color preview on black background

This text has color #3F949A on black background.


Color preview on white background

This text has color #3F949A on white background.


Black color preview on #3F949A background

This text has black color on #3F949A background.


White color preview on #3F949A background

This text has white color on #3F949A background.


Related colors

Complementary color

Complementary color for #hex is #C06B65.


I love getcolorcode.com

Triadic colors

1 #9A3F94 and #949A3F with #3F949A are triadic colors.

2 #9A943F and #943F9A with #3F949A are triadic colors.