COLOR #3F9350

HEX: #3F9350 RGB: (63,147,80)

Color info

#3F9350 contains mainly green color. Web safe color of #3F9350 is #339966 (or #396).

RGB color model

#3F9350 color RGB value is (63,147,80).

RGB: (63,147,80) (25%, 58%, 31%)

RGB channels and saturation

R 63 of 255 = 25%
G 147 of 255 = 58%
B 80 of 255 = 31%

63
147
80

R + G + B ~ 38%. #3F9350 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 147 + 80 = 290 (100%)
R 63 of 290 ~ 21.72%
G 147 of 290 ~ 50.69%
B 80 of 290 ~ 27.59'%

%21.72
%50.69
%27.59

CMYK color model

#3F9350 color CMYK value is (57,0,46,42).

  • cyan value is 57.14%
  • magenta value is 0.00%
  • yellow value is 45.58%
  • key color value is 42.35%

CMYK: (57,0,46,42)
C57M0Y46K42 (57%, 0%, 46%, 42%)
(0.57 / 0.00 / 0.46 / 0.42)

CMYK percentages

%57.14
%0
%45.58
%42.35

Codes

Color #3F9350 in popluar color models

3F 93 50
RGB 63 147 80
HSL 132° 40.00% 41.18%
HSB/HSV 132° 57.14% 57.65%
CMYK 57.14% 0.00% 45.58%
42.35%

Color #3F9350 in popluar number systems.

HEX 3F 93 50
Decimal 63 147 80
Binary 111111 10010011 1010000
Octal 77 223 120

Shades and tints

Shades of #3F9350

#3F9350
(63,147,80)
#3A8649
(58,134,73)
#357942
(53,121,66)
#306C3B
(48,108,59)
#2B5F34
(43,95,52)
#26522D
(38,82,45)
#214526
(33,69,38)
#1C381F
(28,56,31)
#172B18
(23,43,24)
#121E11
(18,30,17)
#0D110A
(13,17,10)
#000000
(0,0,0)

Tints of #3F9350

#3F9350
(63,147,80)
#509C5F
(80,156,95)
#61A56E
(97,165,110)
#72AE7D
(114,174,125)
#83B78C
(131,183,140)
#94C09B
(148,192,155)
#A5C9AA
(165,201,170)
#B6D2B9
(182,210,185)
#C7DBC8
(199,219,200)
#D8E4D7
(216,228,215)
#E9EDE6
(233,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F9350 color. Also use rgb(63,147,80) instead hex code.

Text Font Color

.myTextColor { color: #3F9350; }

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

This text font color is #3F9350.

Background Color

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

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

This div background color is #3F9350.

Border color

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

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

This div border color is #3F9350.

Opacity

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

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

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

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

This text has shadow with #3F9350 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F9350.

Preview

Color preview on black background

This text has color #3F9350 on black background.


Color preview on white background

This text has color #3F9350 on white background.


Black color preview on #3F9350 background

This text has black color on #3F9350 background.


White color preview on #3F9350 background

This text has white color on #3F9350 background.


Related colors

Complementary color

Complementary color for #hex is #C06CAF.


I love getcolorcode.com

Triadic colors

1 #503F93 and #93503F with #3F9350 are triadic colors.

2 #50933F and #933F50 with #3F9350 are triadic colors.