COLOR #3F8A80

HEX: #3F8A80
RGB: (63,138,128)

Color info

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

RGB color model

#3F8A80 color RGB value is (63,138,128).

  • red value is 63;
  • green value is 138;
  • blue value is 128.
RGB:
(63,138,128)
(25%,54%,50%)

RGB channels and saturation

R 63 of 255 = 25%
G 138 of 255 = 54%
B 128 of 255 = 50%

63
138
128

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

Portions of RGB colors in percentages

R + G + B =
63 + 138 + 128 = 329 (100%)
R 63 of 329 ~ 19.15%
G 138 of 329 ~ 41.95%
B 128 of 329 ~ 38.91%

%19.15
%41.95
%38.91

CMYK color model

#3F8A80 color CMYK value is (54,0,7,46).

  • cyan value is 54.35%
  • magenta value is 0.00%
  • yellow value is 7.25%
  • key color value is 45.88%
CMYK:
(54,0,7,46)
C54M0Y7K46 
(54%,0%,7%,46%)
(0.54/0.00/0.07/0.46)	

CMYK percentages

%54.35
%0
%7.25
%45.88

Codes

Color #3F8A80 in popluar color models

3F8A80
RGB63138128
HSL172°37.31%39.41%
HSB/HSV172°54.35%54.12%
CMYK54.35%0.00%7.25%
45.88%

Color #3F8A80 in popluar number systems.

HEX3F8A80
Decimal63138128
Binary1111111000101010000000
Octal77212200

Shades and tints

Shades of #3F8A80

#3F8A80
(63,138,128)
#3A7E75
(58,126,117)
#35726A
(53,114,106)
#30665F
(48,102,95)
#2B5A54
(43,90,84)
#264E49
(38,78,73)
#21423E
(33,66,62)
#1C3633
(28,54,51)
#172A28
(23,42,40)
#121E1D
(18,30,29)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #3F8A80

#3F8A80
(63,138,128)
#50948B
(80,148,139)
#619E96
(97,158,150)
#72A8A1
(114,168,161)
#83B2AC
(131,178,172)
#94BCB7
(148,188,183)
#A5C6C2
(165,198,194)
#B6D0CD
(182,208,205)
#C7DAD8
(199,218,216)
#D8E4E3
(216,228,227)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F8A80 color. Also use rgb(63,138,128) instead hex code.

Text Font Color

.myTextColor { color: #3F8A80; }

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

This text font color is #3F8A80.


Background Color

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

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

This div background color is #3F8A80.


Border color

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

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

This div border color is #3F8A80.


Opacity

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

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

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

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

This text has shadow with #3F8A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F8A80 on black background.


Color preview on white background

This text has color #3F8A80 on white background.



Black color preview on #3F8A80 background

This text has black color on #3F8A80 background.


White color preview on #3F8A80 background

This text has white color on #3F8A80 background.