COLOR #3F8C65

HEX: #3F8C65
RGB: (63,140,101)

Color info

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

RGB color model

#3F8C65 color RGB value is (63,140,101).

  • red value is 63;
  • green value is 140;
  • blue value is 101.
RGB:
(63,140,101)
(25%,55%,40%)

RGB channels and saturation

R 63 of 255 = 25%
G 140 of 255 = 55%
B 101 of 255 = 40%

63
140
101

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

Portions of RGB colors in percentages

R + G + B =
63 + 140 + 101 = 304 (100%)
R 63 of 304 ~ 20.72%
G 140 of 304 ~ 46.05%
B 101 of 304 ~ 33.22%

%20.72
%46.05
%33.22

CMYK color model

#3F8C65 color CMYK value is (55,0,28,45).

  • cyan value is 55.00%
  • magenta value is 0.00%
  • yellow value is 27.86%
  • key color value is 45.10%
CMYK:
(55,0,28,45)
C55M0Y28K45 
(55%,0%,28%,45%)
(0.55/0.00/0.28/0.45)	

CMYK percentages

%55
%0
%27.86
%45.1

Codes

Color #3F8C65 in popluar color models

3F8C65
RGB63140101
HSL150°37.93%39.80%
HSB/HSV150°55.00%54.90%
CMYK55.00%0.00%27.86%
45.10%

Color #3F8C65 in popluar number systems.

HEX3F8C65
Decimal63140101
Binary111111100011001100101
Octal77214145

Shades and tints

Shades of #3F8C65

#3F8C65
(63,140,101)
#3A805C
(58,128,92)
#357453
(53,116,83)
#30684A
(48,104,74)
#2B5C41
(43,92,65)
#265038
(38,80,56)
#21442F
(33,68,47)
#1C3826
(28,56,38)
#172C1D
(23,44,29)
#122014
(18,32,20)
#0D140B
(13,20,11)
#000000
(0,0,0)

Tints of #3F8C65

#3F8C65
(63,140,101)
#509673
(80,150,115)
#61A081
(97,160,129)
#72AA8F
(114,170,143)
#83B49D
(131,180,157)
#94BEAB
(148,190,171)
#A5C8B9
(165,200,185)
#B6D2C7
(182,210,199)
#C7DCD5
(199,220,213)
#D8E6E3
(216,230,227)
#E9F0F1
(233,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F8C65 color. Also use rgb(63,140,101) instead hex code.

Text Font Color

.myTextColor { color: #3F8C65; }

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

This text font color is #3F8C65.


Background Color

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

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

This div background color is #3F8C65.


Border color

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

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

This div border color is #3F8C65.


Opacity

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

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

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

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

This text has shadow with #3F8C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F8C65 on black background.


Color preview on white background

This text has color #3F8C65 on white background.



Black color preview on #3F8C65 background

This text has black color on #3F8C65 background.


White color preview on #3F8C65 background

This text has white color on #3F8C65 background.