COLOR #3F8983

HEX: #3F8983
RGB: (63,137,131)

Color info

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

RGB color model

#3F8983 color RGB value is (63,137,131).

  • red value is 63;
  • green value is 137;
  • blue value is 131.
RGB:
(63,137,131)
(25%,54%,51%)

RGB channels and saturation

R 63 of 255 = 25%
G 137 of 255 = 54%
B 131 of 255 = 51%

63
137
131

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

Portions of RGB colors in percentages

R + G + B =
63 + 137 + 131 = 331 (100%)
R 63 of 331 ~ 19.03%
G 137 of 331 ~ 41.39%
B 131 of 331 ~ 39.58%

%19.03
%41.39
%39.58

CMYK color model

#3F8983 color CMYK value is (54,0,4,46).

  • cyan value is 54.01%
  • magenta value is 0.00%
  • yellow value is 4.38%
  • key color value is 46.27%
CMYK:
(54,0,4,46)
C54M0Y4K46 
(54%,0%,4%,46%)
(0.54/0.00/0.04/0.46)	

CMYK percentages

%54.01
%0
%4.38
%46.27

Codes

Color #3F8983 in popluar color models

3F8983
RGB63137131
HSL175°37.00%39.22%
HSB/HSV175°54.01%53.73%
CMYK54.01%0.00%4.38%
46.27%

Color #3F8983 in popluar number systems.

HEX3F8983
Decimal63137131
Binary1111111000100110000011
Octal77211203

Shades and tints

Shades of #3F8983

#3F8983
(63,137,131)
#3A7D78
(58,125,120)
#35716D
(53,113,109)
#306562
(48,101,98)
#2B5957
(43,89,87)
#264D4C
(38,77,76)
#214141
(33,65,65)
#1C3536
(28,53,54)
#17292B
(23,41,43)
#121D20
(18,29,32)
#0D1115
(13,17,21)
#000000
(0,0,0)

Tints of #3F8983

#3F8983
(63,137,131)
#50938E
(80,147,142)
#619D99
(97,157,153)
#72A7A4
(114,167,164)
#83B1AF
(131,177,175)
#94BBBA
(148,187,186)
#A5C5C5
(165,197,197)
#B6CFD0
(182,207,208)
#C7D9DB
(199,217,219)
#D8E3E6
(216,227,230)
#E9EDF1
(233,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F8983 color. Also use rgb(63,137,131) instead hex code.

Text Font Color

.myTextColor { color: #3F8983; }

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

This text font color is #3F8983.


Background Color

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

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

This div background color is #3F8983.


Border color

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

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

This div border color is #3F8983.


Opacity

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

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

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

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

This text has shadow with #3F8983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F8983 on black background.


Color preview on white background

This text has color #3F8983 on white background.



Black color preview on #3F8983 background

This text has black color on #3F8983 background.


White color preview on #3F8983 background

This text has white color on #3F8983 background.