COLOR #3F878F

HEX: #3F878F
RGB: (63,135,143)

Color info

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

RGB color model

#3F878F color RGB value is (63,135,143).

  • red value is 63;
  • green value is 135;
  • blue value is 143.
RGB:
(63,135,143)
(25%,53%,56%)

RGB channels and saturation

R 63 of 255 = 25%
G 135 of 255 = 53%
B 143 of 255 = 56%

63
135
143

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

Portions of RGB colors in percentages

R + G + B =
63 + 135 + 143 = 341 (100%)
R 63 of 341 ~ 18.48%
G 135 of 341 ~ 39.59%
B 143 of 341 ~ 41.94%

%18.48
%39.59
%41.94

CMYK color model

#3F878F color CMYK value is (56,6,0,44).

  • cyan value is 55.94%
  • magenta value is 5.59%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(56,6,0,44)
C56M6Y0K44 
(56%,6%,0%,44%)
(0.56/0.06/0.00/0.44)	

CMYK percentages

%55.94
%5.59
%0
%43.92

Codes

Color #3F878F in popluar color models

3F878F
RGB63135143
HSL186°38.83%40.39%
HSB/HSV186°55.94%56.08%
CMYK55.94%5.59%0.00%
43.92%

Color #3F878F in popluar number systems.

HEX3F878F
Decimal63135143
Binary1111111000011110001111
Octal77207217

Shades and tints

Shades of #3F878F

#3F878F
(63,135,143)
#3A7B82
(58,123,130)
#356F75
(53,111,117)
#306368
(48,99,104)
#2B575B
(43,87,91)
#264B4E
(38,75,78)
#213F41
(33,63,65)
#1C3334
(28,51,52)
#172727
(23,39,39)
#121B1A
(18,27,26)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #3F878F

#3F878F
(63,135,143)
#509199
(80,145,153)
#619BA3
(97,155,163)
#72A5AD
(114,165,173)
#83AFB7
(131,175,183)
#94B9C1
(148,185,193)
#A5C3CB
(165,195,203)
#B6CDD5
(182,205,213)
#C7D7DF
(199,215,223)
#D8E1E9
(216,225,233)
#E9EBF3
(233,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F878F color. Also use rgb(63,135,143) instead hex code.

Text Font Color

.myTextColor { color: #3F878F; }

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

This text font color is #3F878F.


Background Color

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

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

This div background color is #3F878F.


Border color

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

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

This div border color is #3F878F.


Opacity

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

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

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

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

This text has shadow with #3F878F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F878F on black background.


Color preview on white background

This text has color #3F878F on white background.



Black color preview on #3F878F background

This text has black color on #3F878F background.


White color preview on #3F878F background

This text has white color on #3F878F background.