COLOR #3FB076

HEX: #3FB076
RGB: (63,176,118)

Color info

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

RGB color model

#3FB076 color RGB value is (63,176,118).

  • red value is 63;
  • green value is 176;
  • blue value is 118.
RGB:
(63,176,118)
(25%,69%,46%)

RGB channels and saturation

R 63 of 255 = 25%
G 176 of 255 = 69%
B 118 of 255 = 46%

63
176
118

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

Portions of RGB colors in percentages

R + G + B =
63 + 176 + 118 = 357 (100%)
R 63 of 357 ~ 17.65%
G 176 of 357 ~ 49.3%
B 118 of 357 ~ 33.05%

%17.65
%49.3
%33.05

CMYK color model

#3FB076 color CMYK value is (64,0,33,31).

  • cyan value is 64.20%
  • magenta value is 0.00%
  • yellow value is 32.95%
  • key color value is 30.98%
CMYK:
(64,0,33,31)
C64M0Y33K31 
(64%,0%,33%,31%)
(0.64/0.00/0.33/0.31)	

CMYK percentages

%64.2
%0
%32.95
%30.98

Codes

Color #3FB076 in popluar color models

3FB076
RGB63176118
HSL149°47.28%46.86%
HSB/HSV149°64.20%69.02%
CMYK64.20%0.00%32.95%
30.98%

Color #3FB076 in popluar number systems.

HEX3FB076
Decimal63176118
Binary111111101100001110110
Octal77260166

Shades and tints

Shades of #3FB076

#3FB076
(63,176,118)
#3AA06C
(58,160,108)
#359062
(53,144,98)
#308058
(48,128,88)
#2B704E
(43,112,78)
#266044
(38,96,68)
#21503A
(33,80,58)
#1C4030
(28,64,48)
#173026
(23,48,38)
#12201C
(18,32,28)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #3FB076

#3FB076
(63,176,118)
#50B782
(80,183,130)
#61BE8E
(97,190,142)
#72C59A
(114,197,154)
#83CCA6
(131,204,166)
#94D3B2
(148,211,178)
#A5DABE
(165,218,190)
#B6E1CA
(182,225,202)
#C7E8D6
(199,232,214)
#D8EFE2
(216,239,226)
#E9F6EE
(233,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3FB076 color. Also use rgb(63,176,118) instead hex code.

Text Font Color

.myTextColor { color: #3FB076; }

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

This text font color is #3FB076.


Background Color

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

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

This div background color is #3FB076.


Border color

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

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

This div border color is #3FB076.


Opacity

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

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

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

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

This text has shadow with #3FB076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3FB076 on black background.


Color preview on white background

This text has color #3FB076 on white background.



Black color preview on #3FB076 background

This text has black color on #3FB076 background.


White color preview on #3FB076 background

This text has white color on #3FB076 background.