COLOR #3F8289

HEX: #3F8289
RGB: (63,130,137)

Color info

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

RGB color model

#3F8289 color RGB value is (63,130,137).

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

RGB channels and saturation

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

63
130
137

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

Portions of RGB colors in percentages

R + G + B =
63 + 130 + 137 = 330 (100%)
R 63 of 330 ~ 19.09%
G 130 of 330 ~ 39.39%
B 137 of 330 ~ 41.52%

%19.09
%39.39
%41.52

CMYK color model

#3F8289 color CMYK value is (54,5,0,46).

  • cyan value is 54.01%
  • magenta value is 5.11%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(54,5,0,46)
C54M5Y0K46 
(54%,5%,0%,46%)
(0.54/0.05/0.00/0.46)	

CMYK percentages

%54.01
%5.11
%0
%46.27

Codes

Color #3F8289 in popluar color models

3F8289
RGB63130137
HSL186°37.00%39.22%
HSB/HSV186°54.01%53.73%
CMYK54.01%5.11%0.00%
46.27%

Color #3F8289 in popluar number systems.

HEX3F8289
Decimal63130137
Binary1111111000001010001001
Octal77202211

Shades and tints

Shades of #3F8289

#3F8289
(63,130,137)
#3A777D
(58,119,125)
#356C71
(53,108,113)
#306165
(48,97,101)
#2B5659
(43,86,89)
#264B4D
(38,75,77)
#214041
(33,64,65)
#1C3535
(28,53,53)
#172A29
(23,42,41)
#121F1D
(18,31,29)
#0D1411
(13,20,17)
#000000
(0,0,0)

Tints of #3F8289

#3F8289
(63,130,137)
#508D93
(80,141,147)
#61989D
(97,152,157)
#72A3A7
(114,163,167)
#83AEB1
(131,174,177)
#94B9BB
(148,185,187)
#A5C4C5
(165,196,197)
#B6CFCF
(182,207,207)
#C7DAD9
(199,218,217)
#D8E5E3
(216,229,227)
#E9F0ED
(233,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F8289; }

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

This text font color is #3F8289.


Background Color

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

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

This div background color is #3F8289.


Border color

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

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

This div border color is #3F8289.


Opacity

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

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

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

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

This text has shadow with #3F8289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F8289 on black background.


Color preview on white background

This text has color #3F8289 on white background.



Black color preview on #3F8289 background

This text has black color on #3F8289 background.


White color preview on #3F8289 background

This text has white color on #3F8289 background.