COLOR #3F957F

HEX: #3F957F
RGB: (63,149,127)

Color info

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

RGB color model

#3F957F color RGB value is (63,149,127).

  • red value is 63;
  • green value is 149;
  • blue value is 127.
RGB:
(63,149,127)
(25%,58%,50%)

RGB channels and saturation

R 63 of 255 = 25%
G 149 of 255 = 58%
B 127 of 255 = 50%

63
149
127

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

Portions of RGB colors in percentages

R + G + B =
63 + 149 + 127 = 339 (100%)
R 63 of 339 ~ 18.58%
G 149 of 339 ~ 43.95%
B 127 of 339 ~ 37.46%

%18.58
%43.95
%37.46

CMYK color model

#3F957F color CMYK value is (58,0,15,42).

  • cyan value is 57.72%
  • magenta value is 0.00%
  • yellow value is 14.77%
  • key color value is 41.57%
CMYK:
(58,0,15,42)
C58M0Y15K42 
(58%,0%,15%,42%)
(0.58/0.00/0.15/0.42)	

CMYK percentages

%57.72
%0
%14.77
%41.57

Codes

Color #3F957F in popluar color models

3F957F
RGB63149127
HSL165°40.57%41.57%
HSB/HSV165°57.72%58.43%
CMYK57.72%0.00%14.77%
41.57%

Color #3F957F in popluar number systems.

HEX3F957F
Decimal63149127
Binary111111100101011111111
Octal77225177

Shades and tints

Shades of #3F957F

#3F957F
(63,149,127)
#3A8874
(58,136,116)
#357B69
(53,123,105)
#306E5E
(48,110,94)
#2B6153
(43,97,83)
#265448
(38,84,72)
#21473D
(33,71,61)
#1C3A32
(28,58,50)
#172D27
(23,45,39)
#12201C
(18,32,28)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #3F957F

#3F957F
(63,149,127)
#509E8A
(80,158,138)
#61A795
(97,167,149)
#72B0A0
(114,176,160)
#83B9AB
(131,185,171)
#94C2B6
(148,194,182)
#A5CBC1
(165,203,193)
#B6D4CC
(182,212,204)
#C7DDD7
(199,221,215)
#D8E6E2
(216,230,226)
#E9EFED
(233,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F957F color. Also use rgb(63,149,127) instead hex code.

Text Font Color

.myTextColor { color: #3F957F; }

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

This text font color is #3F957F.


Background Color

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

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

This div background color is #3F957F.


Border color

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

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

This div border color is #3F957F.


Opacity

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

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

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

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

This text has shadow with #3F957F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F957F on black background.


Color preview on white background

This text has color #3F957F on white background.



Black color preview on #3F957F background

This text has black color on #3F957F background.


White color preview on #3F957F background

This text has white color on #3F957F background.