COLOR #3F9889

HEX: #3F9889
RGB: (63,152,137)

Color info

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

RGB color model

#3F9889 color RGB value is (63,152,137).

  • red value is 63;
  • green value is 152;
  • blue value is 137.
RGB:
(63,152,137)
(25%,60%,54%)

RGB channels and saturation

R 63 of 255 = 25%
G 152 of 255 = 60%
B 137 of 255 = 54%

63
152
137

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

Portions of RGB colors in percentages

R + G + B =
63 + 152 + 137 = 352 (100%)
R 63 of 352 ~ 17.9%
G 152 of 352 ~ 43.18%
B 137 of 352 ~ 38.92%

%17.9
%43.18
%38.92

CMYK color model

#3F9889 color CMYK value is (59,0,10,40).

  • cyan value is 58.55%
  • magenta value is 0.00%
  • yellow value is 9.87%
  • key color value is 40.39%
CMYK:
(59,0,10,40)
C59M0Y10K40 
(59%,0%,10%,40%)
(0.59/0.00/0.10/0.40)	

CMYK percentages

%58.55
%0
%9.87
%40.39

Codes

Color #3F9889 in popluar color models

3F9889
RGB63152137
HSL170°41.40%42.16%
HSB/HSV170°58.55%59.61%
CMYK58.55%0.00%9.87%
40.39%

Color #3F9889 in popluar number systems.

HEX3F9889
Decimal63152137
Binary1111111001100010001001
Octal77230211

Shades and tints

Shades of #3F9889

#3F9889
(63,152,137)
#3A8B7D
(58,139,125)
#357E71
(53,126,113)
#307165
(48,113,101)
#2B6459
(43,100,89)
#26574D
(38,87,77)
#214A41
(33,74,65)
#1C3D35
(28,61,53)
#173029
(23,48,41)
#12231D
(18,35,29)
#0D1611
(13,22,17)
#000000
(0,0,0)

Tints of #3F9889

#3F9889
(63,152,137)
#50A193
(80,161,147)
#61AA9D
(97,170,157)
#72B3A7
(114,179,167)
#83BCB1
(131,188,177)
#94C5BB
(148,197,187)
#A5CEC5
(165,206,197)
#B6D7CF
(182,215,207)
#C7E0D9
(199,224,217)
#D8E9E3
(216,233,227)
#E9F2ED
(233,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F9889 color. Also use rgb(63,152,137) instead hex code.

Text Font Color

.myTextColor { color: #3F9889; }

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

This text font color is #3F9889.


Background Color

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

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

This div background color is #3F9889.


Border color

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

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

This div border color is #3F9889.


Opacity

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

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

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

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

This text has shadow with #3F9889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F9889 on black background.


Color preview on white background

This text has color #3F9889 on white background.



Black color preview on #3F9889 background

This text has black color on #3F9889 background.


White color preview on #3F9889 background

This text has white color on #3F9889 background.