COLOR #3FB672

HEX: #3FB672
RGB: (63,182,114)

Color info

#3FB672 contains mainly green color. Web safe color of #3FB672 is #33CC66 (or #3C6).

RGB color model

#3FB672 color RGB value is (63,182,114).

  • red value is 63;
  • green value is 182;
  • blue value is 114.
RGB:
(63,182,114)
(25%,71%,45%)

RGB channels and saturation

R 63 of 255 = 25%
G 182 of 255 = 71%
B 114 of 255 = 45%

63
182
114

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

Portions of RGB colors in percentages

R + G + B =
63 + 182 + 114 = 359 (100%)
R 63 of 359 ~ 17.55%
G 182 of 359 ~ 50.7%
B 114 of 359 ~ 31.75%

%17.55
%50.7
%31.75

CMYK color model

#3FB672 color CMYK value is (65,0,37,29).

  • cyan value is 65.38%
  • magenta value is 0.00%
  • yellow value is 37.36%
  • key color value is 28.63%
CMYK:
(65,0,37,29)
C65M0Y37K29 
(65%,0%,37%,29%)
(0.65/0.00/0.37/0.29)	

CMYK percentages

%65.38
%0
%37.36
%28.63

Codes

Color #3FB672 in popluar color models

3FB672
RGB63182114
HSL146°48.57%48.04%
HSB/HSV146°65.38%71.37%
CMYK65.38%0.00%37.36%
28.63%

Color #3FB672 in popluar number systems.

HEX3FB672
Decimal63182114
Binary111111101101101110010
Octal77266162

Shades and tints

Shades of #3FB672

#3FB672
(63,182,114)
#3AA668
(58,166,104)
#35965E
(53,150,94)
#308654
(48,134,84)
#2B764A
(43,118,74)
#266640
(38,102,64)
#215636
(33,86,54)
#1C462C
(28,70,44)
#173622
(23,54,34)
#122618
(18,38,24)
#0D160E
(13,22,14)
#000000
(0,0,0)

Tints of #3FB672

#3FB672
(63,182,114)
#50BC7E
(80,188,126)
#61C28A
(97,194,138)
#72C896
(114,200,150)
#83CEA2
(131,206,162)
#94D4AE
(148,212,174)
#A5DABA
(165,218,186)
#B6E0C6
(182,224,198)
#C7E6D2
(199,230,210)
#D8ECDE
(216,236,222)
#E9F2EA
(233,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3FB672 color. Also use rgb(63,182,114) instead hex code.

Text Font Color

.myTextColor { color: #3FB672; }

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

This text font color is #3FB672.


Background Color

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

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

This div background color is #3FB672.


Border color

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

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

This div border color is #3FB672.


Opacity

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

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

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

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

This text has shadow with #3FB672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3FB672 on black background.


Color preview on white background

This text has color #3FB672 on white background.



Black color preview on #3FB672 background

This text has black color on #3FB672 background.


White color preview on #3FB672 background

This text has white color on #3FB672 background.