COLOR #3F7F4F

HEX: #3F7F4F RGB: (63,127,79)

Color info

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

RGB color model

#3F7F4F color RGB value is (63,127,79).

RGB: (63,127,79) (25%, 50%, 31%)

RGB channels and saturation

R 63 of 255 = 25%
G 127 of 255 = 50%
B 79 of 255 = 31%

63
127
79

R + G + B ~ 35%. #3F7F4F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 127 + 79 = 269 (100%)
R 63 of 269 ~ 23.42%
G 127 of 269 ~ 47.21%
B 79 of 269 ~ 29.37'%

%23.42
%47.21
%29.37

CMYK color model

#3F7F4F color CMYK value is (50,0,38,50).

  • cyan value is 50.39%
  • magenta value is 0.00%
  • yellow value is 37.80%
  • key color value is 50.20%
CMYK: (50,0,38,50) C50M0Y38K50 (50%,0%,38%,50%) (0.50/0.00/0.38/0.50) 

CMYK percentages

%50.39
%0
%37.8
%50.2

Codes

Color #3F7F4F in popluar color models

3F 7F 4F
RGB 63 127 79
HSL 135° 33.68% 37.25%
HSB/HSV 135° 50.39% 49.80%
CMYK 50.39% 0.00% 37.80%
50.20%

Color #3F7F4F in popluar number systems.

HEX 3F 7F 4F
Decimal 63 127 79
Binary 111111 1111111 1001111
Octal 77 177 117

Shades and tints

Shades of #3F7F4F

#3F7F4F
(63,127,79)
#3A7448
(58,116,72)
#356941
(53,105,65)
#305E3A
(48,94,58)
#2B5333
(43,83,51)
#26482C
(38,72,44)
#213D25
(33,61,37)
#1C321E
(28,50,30)
#172717
(23,39,23)
#121C10
(18,28,16)
#0D1109
(13,17,9)
#000000
(0,0,0)

Tints of #3F7F4F

#3F7F4F
(63,127,79)
#508A5F
(80,138,95)
#61956F
(97,149,111)
#72A07F
(114,160,127)
#83AB8F
(131,171,143)
#94B69F
(148,182,159)
#A5C1AF
(165,193,175)
#B6CCBF
(182,204,191)
#C7D7CF
(199,215,207)
#D8E2DF
(216,226,223)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F7F4F; }

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

This text font color is #3F7F4F.

Background Color

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

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

This div background color is #3F7F4F.

Border color

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

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

This div border color is #3F7F4F.

Opacity

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

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

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

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

This text has shadow with #3F7F4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F7F4F.

Preview

Color preview on black background

This text has color #3F7F4F on black background.


Color preview on white background

This text has color #3F7F4F on white background.


Black color preview on #3F7F4F background

This text has black color on #3F7F4F background.


White color preview on #3F7F4F background

This text has white color on #3F7F4F background.


Related colors

Complementary color

Complementary color for #hex is #C080B0.


I love getcolorcode.com

Triadic colors

1 #4F3F7F and #7F4F3F with #3F7F4F are triadic colors.

2 #4F7F3F and #7F3F4F with #3F7F4F are triadic colors.