COLOR #3F946D

HEX: #3F946D RGB: (63,148,109)

Color info

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

RGB color model

#3F946D color RGB value is (63,148,109).

RGB: (63,148,109) (25%, 58%, 43%)

RGB channels and saturation

R 63 of 255 = 25%
G 148 of 255 = 58%
B 109 of 255 = 43%

63
148
109

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

Portions of RGB colors in percentages

R + G + B = 63 + 148 + 109 = 320 (100%)
R 63 of 320 ~ 19.69%
G 148 of 320 ~ 46.25%
B 109 of 320 ~ 34.06'%

%19.69
%46.25
%34.06

CMYK color model

#3F946D color CMYK value is (57,0,26,42).

  • cyan value is 57.43%
  • magenta value is 0.00%
  • yellow value is 26.35%
  • key color value is 41.96%

CMYK: (57,0,26,42)
C57M0Y26K42 (57%, 0%, 26%, 42%)
(0.57 / 0.00 / 0.26 / 0.42)

CMYK percentages

%57.43
%0
%26.35
%41.96

Codes

Color #3F946D in popluar color models

3F 94 6D
RGB 63 148 109
HSL 152° 40.28% 41.37%
HSB/HSV 152° 57.43% 58.04%
CMYK 57.43% 0.00% 26.35%
41.96%

Color #3F946D in popluar number systems.

HEX 3F 94 6D
Decimal 63 148 109
Binary 111111 10010100 1101101
Octal 77 224 155

Shades and tints

Shades of #3F946D

#3F946D
(63,148,109)
#3A8764
(58,135,100)
#357A5B
(53,122,91)
#306D52
(48,109,82)
#2B6049
(43,96,73)
#265340
(38,83,64)
#214637
(33,70,55)
#1C392E
(28,57,46)
#172C25
(23,44,37)
#121F1C
(18,31,28)
#0D1213
(13,18,19)
#000000
(0,0,0)

Tints of #3F946D

#3F946D
(63,148,109)
#509D7A
(80,157,122)
#61A687
(97,166,135)
#72AF94
(114,175,148)
#83B8A1
(131,184,161)
#94C1AE
(148,193,174)
#A5CABB
(165,202,187)
#B6D3C8
(182,211,200)
#C7DCD5
(199,220,213)
#D8E5E2
(216,229,226)
#E9EEEF
(233,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F946D color. Also use rgb(63,148,109) instead hex code.

Text Font Color

.myTextColor { color: #3F946D; }

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

This text font color is #3F946D.

Background Color

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

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

This div background color is #3F946D.

Border color

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

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

This div border color is #3F946D.

Opacity

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

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

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

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

This text has shadow with #3F946D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F946D.

Preview

Color preview on black background

This text has color #3F946D on black background.


Color preview on white background

This text has color #3F946D on white background.


Black color preview on #3F946D background

This text has black color on #3F946D background.


White color preview on #3F946D background

This text has white color on #3F946D background.


Related colors

Complementary color

Complementary color for #hex is #C06B92.


I love getcolorcode.com

Triadic colors

1 #6D3F94 and #946D3F with #3F946D are triadic colors.

2 #6D943F and #943F6D with #3F946D are triadic colors.