COLOR #3F7C6B

HEX: #3F7C6B
RGB: (63,124,107)

Color info

#3F7C6B contains mainly green and blue colors. Web safe color of #3F7C6B is #336666 (or #366).

RGB color model

#3F7C6B color RGB value is (63,124,107).

  • red value is 63;
  • green value is 124;
  • blue value is 107.
RGB:
(63,124,107)
(25%,49%,42%)

RGB channels and saturation

R 63 of 255 = 25%
G 124 of 255 = 49%
B 107 of 255 = 42%

63
124
107

R + G + B ~ 39%. #3F7C6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 124 + 107 = 294 (100%)
R 63 of 294 ~ 21.43%
G 124 of 294 ~ 42.18%
B 107 of 294 ~ 36.39%

%21.43
%42.18
%36.39

CMYK color model

#3F7C6B color CMYK value is (49,0,14,51).

  • cyan value is 49.19%
  • magenta value is 0.00%
  • yellow value is 13.71%
  • key color value is 51.37%
CMYK:
(49,0,14,51)
C49M0Y14K51 
(49%,0%,14%,51%)
(0.49/0.00/0.14/0.51)	

CMYK percentages

%49.19
%0
%13.71
%51.37

Codes

Color #3F7C6B in popluar color models

3F7C6B
RGB63124107
HSL163°32.62%36.67%
HSB/HSV163°49.19%48.63%
CMYK49.19%0.00%13.71%
51.37%

Color #3F7C6B in popluar number systems.

HEX3F7C6B
Decimal63124107
Binary11111111111001101011
Octal77174153

Shades and tints

Shades of #3F7C6B

#3F7C6B
(63,124,107)
#3A7162
(58,113,98)
#356659
(53,102,89)
#305B50
(48,91,80)
#2B5047
(43,80,71)
#26453E
(38,69,62)
#213A35
(33,58,53)
#1C2F2C
(28,47,44)
#172423
(23,36,35)
#12191A
(18,25,26)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #3F7C6B

#3F7C6B
(63,124,107)
#508778
(80,135,120)
#619285
(97,146,133)
#729D92
(114,157,146)
#83A89F
(131,168,159)
#94B3AC
(148,179,172)
#A5BEB9
(165,190,185)
#B6C9C6
(182,201,198)
#C7D4D3
(199,212,211)
#D8DFE0
(216,223,224)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F7C6B color. Also use rgb(63,124,107) instead hex code.

Text Font Color

.myTextColor { color: #3F7C6B; }

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

This text font color is #3F7C6B.


Background Color

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

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

This div background color is #3F7C6B.


Border color

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

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

This div border color is #3F7C6B.


Opacity

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

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

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

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

This text has shadow with #3F7C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F7C6B on black background.


Color preview on white background

This text has color #3F7C6B on white background.



Black color preview on #3F7C6B background

This text has black color on #3F7C6B background.


White color preview on #3F7C6B background

This text has white color on #3F7C6B background.