COLOR #3F987D

HEX: #3F987D RGB: (63,152,125)

Color info

#3F987D contains mainly green and blue colors. Web safe color of #3F987D is #339966 (or #396).

RGB color model

#3F987D color RGB value is (63,152,125).

RGB: (63,152,125) (25%, 60%, 49%)

RGB channels and saturation

R 63 of 255 = 25%
G 152 of 255 = 60%
B 125 of 255 = 49%

63
152
125

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

Portions of RGB colors in percentages

R + G + B = 63 + 152 + 125 = 340 (100%)
R 63 of 340 ~ 18.53%
G 152 of 340 ~ 44.71%
B 125 of 340 ~ 36.76'%

%18.53
%44.71
%36.76

CMYK color model

#3F987D color CMYK value is (59,0,18,40).

  • cyan value is 58.55%
  • magenta value is 0.00%
  • yellow value is 17.76%
  • key color value is 40.39%

CMYK: (59,0,18,40)
C59M0Y18K40 (59%, 0%, 18%, 40%)
(0.59 / 0.00 / 0.18 / 0.40)

CMYK percentages

%58.55
%0
%17.76
%40.39

Codes

Color #3F987D in popluar color models

3F 98 7D
RGB 63 152 125
HSL 162° 41.40% 42.16%
HSB/HSV 162° 58.55% 59.61%
CMYK 58.55% 0.00% 17.76%
40.39%

Color #3F987D in popluar number systems.

HEX 3F 98 7D
Decimal 63 152 125
Binary 111111 10011000 1111101
Octal 77 230 175

Shades and tints

Shades of #3F987D

#3F987D
(63,152,125)
#3A8B72
(58,139,114)
#357E67
(53,126,103)
#30715C
(48,113,92)
#2B6451
(43,100,81)
#265746
(38,87,70)
#214A3B
(33,74,59)
#1C3D30
(28,61,48)
#173025
(23,48,37)
#12231A
(18,35,26)
#0D160F
(13,22,15)
#000000
(0,0,0)

Tints of #3F987D

#3F987D
(63,152,125)
#50A188
(80,161,136)
#61AA93
(97,170,147)
#72B39E
(114,179,158)
#83BCA9
(131,188,169)
#94C5B4
(148,197,180)
#A5CEBF
(165,206,191)
#B6D7CA
(182,215,202)
#C7E0D5
(199,224,213)
#D8E9E0
(216,233,224)
#E9F2EB
(233,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F987D; }

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

This text font color is #3F987D.

Background Color

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

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

This div background color is #3F987D.

Border color

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

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

This div border color is #3F987D.

Opacity

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

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

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

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

This text has shadow with #3F987D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F987D.

Preview

Color preview on black background

This text has color #3F987D on black background.


Color preview on white background

This text has color #3F987D on white background.


Black color preview on #3F987D background

This text has black color on #3F987D background.


White color preview on #3F987D background

This text has white color on #3F987D background.


Related colors

Complementary color

Complementary color for #hex is #C06782.


I love getcolorcode.com

Triadic colors

1 #7D3F98 and #987D3F with #3F987D are triadic colors.

2 #7D983F and #983F7D with #3F987D are triadic colors.