COLOR #3FB094

HEX: #3FB094
RGB: (63,176,148)

Color info

#3FB094 contains mainly green and blue colors. Web safe color of #3FB094 is #339999 (or #399).

RGB color model

#3FB094 color RGB value is (63,176,148).

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

RGB channels and saturation

R 63 of 255 = 25%
G 176 of 255 = 69%
B 148 of 255 = 58%

63
176
148

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

Portions of RGB colors in percentages

R + G + B =
63 + 176 + 148 = 387 (100%)
R 63 of 387 ~ 16.28%
G 176 of 387 ~ 45.48%
B 148 of 387 ~ 38.24%

%16.28
%45.48
%38.24

CMYK color model

#3FB094 color CMYK value is (64,0,16,31).

  • cyan value is 64.20%
  • magenta value is 0.00%
  • yellow value is 15.91%
  • key color value is 30.98%
CMYK:
(64,0,16,31)
C64M0Y16K31 
(64%,0%,16%,31%)
(0.64/0.00/0.16/0.31)	

CMYK percentages

%64.2
%0
%15.91
%30.98

Codes

Color #3FB094 in popluar color models

3FB094
RGB63176148
HSL165°47.28%46.86%
HSB/HSV165°64.20%69.02%
CMYK64.20%0.00%15.91%
30.98%

Color #3FB094 in popluar number systems.

HEX3FB094
Decimal63176148
Binary1111111011000010010100
Octal77260224

Shades and tints

Shades of #3FB094

#3FB094
(63,176,148)
#3AA087
(58,160,135)
#35907A
(53,144,122)
#30806D
(48,128,109)
#2B7060
(43,112,96)
#266053
(38,96,83)
#215046
(33,80,70)
#1C4039
(28,64,57)
#17302C
(23,48,44)
#12201F
(18,32,31)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #3FB094

#3FB094
(63,176,148)
#50B79D
(80,183,157)
#61BEA6
(97,190,166)
#72C5AF
(114,197,175)
#83CCB8
(131,204,184)
#94D3C1
(148,211,193)
#A5DACA
(165,218,202)
#B6E1D3
(182,225,211)
#C7E8DC
(199,232,220)
#D8EFE5
(216,239,229)
#E9F6EE
(233,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3FB094; }

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

This text font color is #3FB094.


Background Color

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

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

This div background color is #3FB094.


Border color

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

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

This div border color is #3FB094.


Opacity

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

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

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

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

This text has shadow with #3FB094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3FB094 on black background.


Color preview on white background

This text has color #3FB094 on white background.



Black color preview on #3FB094 background

This text has black color on #3FB094 background.


White color preview on #3FB094 background

This text has white color on #3FB094 background.