COLOR #3F8E89

HEX: #3F8E89 RGB: (63,142,137)

Color info

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

RGB color model

#3F8E89 color RGB value is (63,142,137).

RGB: (63,142,137) (25%, 56%, 54%)

RGB channels and saturation

R 63 of 255 = 25%
G 142 of 255 = 56%
B 137 of 255 = 54%

63
142
137

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

Portions of RGB colors in percentages

R + G + B = 63 + 142 + 137 = 342 (100%)
R 63 of 342 ~ 18.42%
G 142 of 342 ~ 41.52%
B 137 of 342 ~ 40.06'%

%18.42
%41.52
%40.06

CMYK color model

#3F8E89 color CMYK value is (56,0,4,44).

  • cyan value is 55.63%
  • magenta value is 0.00%
  • yellow value is 3.52%
  • key color value is 44.31%

CMYK: (56,0,4,44)
C56M0Y4K44 (56%, 0%, 4%, 44%)
(0.56 / 0.00 / 0.04 / 0.44)

CMYK percentages

%55.63
%0
%3.52
%44.31

Codes

Color #3F8E89 in popluar color models

3F 8E 89
RGB 63 142 137
HSL 176° 38.54% 40.20%
HSB/HSV 176° 55.63% 55.69%
CMYK 55.63% 0.00% 3.52%
44.31%

Color #3F8E89 in popluar number systems.

HEX 3F 8E 89
Decimal 63 142 137
Binary 111111 10001110 10001001
Octal 77 216 211

Shades and tints

Shades of #3F8E89

#3F8E89
(63,142,137)
#3A827D
(58,130,125)
#357671
(53,118,113)
#306A65
(48,106,101)
#2B5E59
(43,94,89)
#26524D
(38,82,77)
#214641
(33,70,65)
#1C3A35
(28,58,53)
#172E29
(23,46,41)
#12221D
(18,34,29)
#0D1611
(13,22,17)
#000000
(0,0,0)

Tints of #3F8E89

#3F8E89
(63,142,137)
#509893
(80,152,147)
#61A29D
(97,162,157)
#72ACA7
(114,172,167)
#83B6B1
(131,182,177)
#94C0BB
(148,192,187)
#A5CAC5
(165,202,197)
#B6D4CF
(182,212,207)
#C7DED9
(199,222,217)
#D8E8E3
(216,232,227)
#E9F2ED
(233,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F8E89; }

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

This text font color is #3F8E89.

Background Color

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

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

This div background color is #3F8E89.

Border color

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

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

This div border color is #3F8E89.

Opacity

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

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

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

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

This text has shadow with #3F8E89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F8E89.

Preview

Color preview on black background

This text has color #3F8E89 on black background.


Color preview on white background

This text has color #3F8E89 on white background.


Black color preview on #3F8E89 background

This text has black color on #3F8E89 background.


White color preview on #3F8E89 background

This text has white color on #3F8E89 background.


Related colors

Complementary color

Complementary color for #hex is #C07176.


I love getcolorcode.com

Triadic colors

1 #893F8E and #8E893F with #3F8E89 are triadic colors.

2 #898E3F and #8E3F89 with #3F8E89 are triadic colors.