COLOR #3FA889

HEX: #3FA889 RGB: (63,168,137)

Color info

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

RGB color model

#3FA889 color RGB value is (63,168,137).

RGB: (63,168,137) (25%, 66%, 54%)

RGB channels and saturation

R 63 of 255 = 25%
G 168 of 255 = 66%
B 137 of 255 = 54%

63
168
137

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

Portions of RGB colors in percentages

R + G + B = 63 + 168 + 137 = 368 (100%)
R 63 of 368 ~ 17.12%
G 168 of 368 ~ 45.65%
B 137 of 368 ~ 37.23'%

%17.12
%45.65
%37.23

CMYK color model

#3FA889 color CMYK value is (63,0,18,34).

  • cyan value is 62.50%
  • magenta value is 0.00%
  • yellow value is 18.45%
  • key color value is 34.12%
CMYK: (63,0,18,34) C63M0Y18K34 (63%,0%,18%,34%) (0.63/0.00/0.18/0.34) 

CMYK percentages

%62.5
%0
%18.45
%34.12

Codes

Color #3FA889 in popluar color models

3F A8 89
RGB 63 168 137
HSL 162° 45.45% 45.29%
HSB/HSV 162° 62.50% 65.88%
CMYK 62.50% 0.00% 18.45%
34.12%

Color #3FA889 in popluar number systems.

HEX 3F A8 89
Decimal 63 168 137
Binary 111111 10101000 10001001
Octal 77 250 211

Shades and tints

Shades of #3FA889

#3FA889
(63,168,137)
#3A997D
(58,153,125)
#358A71
(53,138,113)
#307B65
(48,123,101)
#2B6C59
(43,108,89)
#265D4D
(38,93,77)
#214E41
(33,78,65)
#1C3F35
(28,63,53)
#173029
(23,48,41)
#12211D
(18,33,29)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #3FA889

#3FA889
(63,168,137)
#50AF93
(80,175,147)
#61B69D
(97,182,157)
#72BDA7
(114,189,167)
#83C4B1
(131,196,177)
#94CBBB
(148,203,187)
#A5D2C5
(165,210,197)
#B6D9CF
(182,217,207)
#C7E0D9
(199,224,217)
#D8E7E3
(216,231,227)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3FA889; }

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

This text font color is #3FA889.

Background Color

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

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

This div background color is #3FA889.

Border color

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

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

This div border color is #3FA889.

Opacity

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

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

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

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

This text has shadow with #3FA889 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3FA889.

Preview

Color preview on black background

This text has color #3FA889 on black background.


Color preview on white background

This text has color #3FA889 on white background.


Black color preview on #3FA889 background

This text has black color on #3FA889 background.


White color preview on #3FA889 background

This text has white color on #3FA889 background.


Related colors

Complementary color

Complementary color for #hex is #C05776.


I love getcolorcode.com

Triadic colors

1 #893FA8 and #A8893F with #3FA889 are triadic colors.

2 #89A83F and #A83F89 with #3FA889 are triadic colors.