COLOR #3FB987

HEX: #3FB987
RGB: (63,185,135)

Color info

#3FB987 contains mainly green and blue colors. Web safe color of #3FB987 is #33CC99 (or #3C9).

RGB color model

#3FB987 color RGB value is (63,185,135).

  • red value is 63;
  • green value is 185;
  • blue value is 135.
RGB:
(63,185,135)
(25%,73%,53%)

RGB channels and saturation

R 63 of 255 = 25%
G 185 of 255 = 73%
B 135 of 255 = 53%

63
185
135

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

Portions of RGB colors in percentages

R + G + B =
63 + 185 + 135 = 383 (100%)
R 63 of 383 ~ 16.45%
G 185 of 383 ~ 48.3%
B 135 of 383 ~ 35.25%

%16.45
%48.3
%35.25

CMYK color model

#3FB987 color CMYK value is (66,0,27,27).

  • cyan value is 65.95%
  • magenta value is 0.00%
  • yellow value is 27.03%
  • key color value is 27.45%
CMYK:
(66,0,27,27)
C66M0Y27K27 
(66%,0%,27%,27%)
(0.66/0.00/0.27/0.27)	

CMYK percentages

%65.95
%0
%27.03
%27.45

Codes

Color #3FB987 in popluar color models

3FB987
RGB63185135
HSL155°49.19%48.63%
HSB/HSV155°65.95%72.55%
CMYK65.95%0.00%27.03%
27.45%

Color #3FB987 in popluar number systems.

HEX3FB987
Decimal63185135
Binary1111111011100110000111
Octal77271207

Shades and tints

Shades of #3FB987

#3FB987
(63,185,135)
#3AA97B
(58,169,123)
#35996F
(53,153,111)
#308963
(48,137,99)
#2B7957
(43,121,87)
#26694B
(38,105,75)
#21593F
(33,89,63)
#1C4933
(28,73,51)
#173927
(23,57,39)
#12291B
(18,41,27)
#0D190F
(13,25,15)
#000000
(0,0,0)

Tints of #3FB987

#3FB987
(63,185,135)
#50BF91
(80,191,145)
#61C59B
(97,197,155)
#72CBA5
(114,203,165)
#83D1AF
(131,209,175)
#94D7B9
(148,215,185)
#A5DDC3
(165,221,195)
#B6E3CD
(182,227,205)
#C7E9D7
(199,233,215)
#D8EFE1
(216,239,225)
#E9F5EB
(233,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3FB987 color. Also use rgb(63,185,135) instead hex code.

Text Font Color

.myTextColor { color: #3FB987; }

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

This text font color is #3FB987.


Background Color

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

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

This div background color is #3FB987.


Border color

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

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

This div border color is #3FB987.


Opacity

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

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

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

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

This text has shadow with #3FB987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3FB987 on black background.


Color preview on white background

This text has color #3FB987 on white background.



Black color preview on #3FB987 background

This text has black color on #3FB987 background.


White color preview on #3FB987 background

This text has white color on #3FB987 background.