COLOR #3FACA0

HEX: #3FACA0
RGB: (63,172,160)

Color info

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

RGB color model

#3FACA0 color RGB value is (63,172,160).

  • red value is 63;
  • green value is 172;
  • blue value is 160.
RGB:
(63,172,160)
(25%,67%,63%)

RGB channels and saturation

R 63 of 255 = 25%
G 172 of 255 = 67%
B 160 of 255 = 63%

63
172
160

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

Portions of RGB colors in percentages

R + G + B =
63 + 172 + 160 = 395 (100%)
R 63 of 395 ~ 15.95%
G 172 of 395 ~ 43.54%
B 160 of 395 ~ 40.51%

%15.95
%43.54
%40.51

CMYK color model

#3FACA0 color CMYK value is (63,0,7,33).

  • cyan value is 63.37%
  • magenta value is 0.00%
  • yellow value is 6.98%
  • key color value is 32.55%
CMYK:
(63,0,7,33)
C63M0Y7K33 
(63%,0%,7%,33%)
(0.63/0.00/0.07/0.33)	

CMYK percentages

%63.37
%0
%6.98
%32.55

Codes

Color #3FACA0 in popluar color models

3FACA0
RGB63172160
HSL173°46.38%46.08%
HSB/HSV173°63.37%67.45%
CMYK63.37%0.00%6.98%
32.55%

Color #3FACA0 in popluar number systems.

HEX3FACA0
Decimal63172160
Binary1111111010110010100000
Octal77254240

Shades and tints

Shades of #3FACA0

#3FACA0
(63,172,160)
#3A9D92
(58,157,146)
#358E84
(53,142,132)
#307F76
(48,127,118)
#2B7068
(43,112,104)
#26615A
(38,97,90)
#21524C
(33,82,76)
#1C433E
(28,67,62)
#173430
(23,52,48)
#122522
(18,37,34)
#0D1614
(13,22,20)
#000000
(0,0,0)

Tints of #3FACA0

#3FACA0
(63,172,160)
#50B3A8
(80,179,168)
#61BAB0
(97,186,176)
#72C1B8
(114,193,184)
#83C8C0
(131,200,192)
#94CFC8
(148,207,200)
#A5D6D0
(165,214,208)
#B6DDD8
(182,221,216)
#C7E4E0
(199,228,224)
#D8EBE8
(216,235,232)
#E9F2F0
(233,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3FACA0 color. Also use rgb(63,172,160) instead hex code.

Text Font Color

.myTextColor { color: #3FACA0; }

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

This text font color is #3FACA0.


Background Color

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

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

This div background color is #3FACA0.


Border color

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

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

This div border color is #3FACA0.


Opacity

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

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

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

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

This text has shadow with #3FACA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3FACA0 on black background.


Color preview on white background

This text has color #3FACA0 on white background.



Black color preview on #3FACA0 background

This text has black color on #3FACA0 background.


White color preview on #3FACA0 background

This text has white color on #3FACA0 background.