COLOR #3F9B5C

HEX: #3F9B5C
RGB: (63,155,92)

Color info

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

RGB color model

#3F9B5C color RGB value is (63,155,92).

  • red value is 63;
  • green value is 155;
  • blue value is 92.
RGB:
(63,155,92)
(25%,61%,36%)

RGB channels and saturation

R 63 of 255 = 25%
G 155 of 255 = 61%
B 92 of 255 = 36%

63
155
92

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

Portions of RGB colors in percentages

R + G + B =
63 + 155 + 92 = 310 (100%)
R 63 of 310 ~ 20.32%
G 155 of 310 ~ 50%
B 92 of 310 ~ 29.68%

%20.32
%50
%29.68

CMYK color model

#3F9B5C color CMYK value is (59,0,41,39).

  • cyan value is 59.35%
  • magenta value is 0.00%
  • yellow value is 40.65%
  • key color value is 39.22%
CMYK:
(59,0,41,39)
C59M0Y41K39 
(59%,0%,41%,39%)
(0.59/0.00/0.41/0.39)	

CMYK percentages

%59.35
%0
%40.65
%39.22

Codes

Color #3F9B5C in popluar color models

3F9B5C
RGB6315592
HSL139°42.20%42.75%
HSB/HSV139°59.35%60.78%
CMYK59.35%0.00%40.65%
39.22%

Color #3F9B5C in popluar number systems.

HEX3F9B5C
Decimal6315592
Binary111111100110111011100
Octal77233134

Shades and tints

Shades of #3F9B5C

#3F9B5C
(63,155,92)
#3A8D54
(58,141,84)
#357F4C
(53,127,76)
#307144
(48,113,68)
#2B633C
(43,99,60)
#265534
(38,85,52)
#21472C
(33,71,44)
#1C3924
(28,57,36)
#172B1C
(23,43,28)
#121D14
(18,29,20)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #3F9B5C

#3F9B5C
(63,155,92)
#50A46A
(80,164,106)
#61AD78
(97,173,120)
#72B686
(114,182,134)
#83BF94
(131,191,148)
#94C8A2
(148,200,162)
#A5D1B0
(165,209,176)
#B6DABE
(182,218,190)
#C7E3CC
(199,227,204)
#D8ECDA
(216,236,218)
#E9F5E8
(233,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F9B5C color. Also use rgb(63,155,92) instead hex code.

Text Font Color

.myTextColor { color: #3F9B5C; }

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

This text font color is #3F9B5C.


Background Color

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

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

This div background color is #3F9B5C.


Border color

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

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

This div border color is #3F9B5C.


Opacity

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

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

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

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

This text has shadow with #3F9B5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F9B5C on black background.


Color preview on white background

This text has color #3F9B5C on white background.



Black color preview on #3F9B5C background

This text has black color on #3F9B5C background.


White color preview on #3F9B5C background

This text has white color on #3F9B5C background.