COLOR #3F9486

HEX: #3F9486
RGB: (63,148,134)

Color info

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

RGB color model

#3F9486 color RGB value is (63,148,134).

  • red value is 63;
  • green value is 148;
  • blue value is 134.
RGB:
(63,148,134)
(25%,58%,53%)

RGB channels and saturation

R 63 of 255 = 25%
G 148 of 255 = 58%
B 134 of 255 = 53%

63
148
134

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

Portions of RGB colors in percentages

R + G + B =
63 + 148 + 134 = 345 (100%)
R 63 of 345 ~ 18.26%
G 148 of 345 ~ 42.9%
B 134 of 345 ~ 38.84%

%18.26
%42.9
%38.84

CMYK color model

#3F9486 color CMYK value is (57,0,9,42).

  • cyan value is 57.43%
  • magenta value is 0.00%
  • yellow value is 9.46%
  • key color value is 41.96%
CMYK:
(57,0,9,42)
C57M0Y9K42 
(57%,0%,9%,42%)
(0.57/0.00/0.09/0.42)	

CMYK percentages

%57.43
%0
%9.46
%41.96

Codes

Color #3F9486 in popluar color models

3F9486
RGB63148134
HSL170°40.28%41.37%
HSB/HSV170°57.43%58.04%
CMYK57.43%0.00%9.46%
41.96%

Color #3F9486 in popluar number systems.

HEX3F9486
Decimal63148134
Binary1111111001010010000110
Octal77224206

Shades and tints

Shades of #3F9486

#3F9486
(63,148,134)
#3A877A
(58,135,122)
#357A6E
(53,122,110)
#306D62
(48,109,98)
#2B6056
(43,96,86)
#26534A
(38,83,74)
#21463E
(33,70,62)
#1C3932
(28,57,50)
#172C26
(23,44,38)
#121F1A
(18,31,26)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #3F9486

#3F9486
(63,148,134)
#509D91
(80,157,145)
#61A69C
(97,166,156)
#72AFA7
(114,175,167)
#83B8B2
(131,184,178)
#94C1BD
(148,193,189)
#A5CAC8
(165,202,200)
#B6D3D3
(182,211,211)
#C7DCDE
(199,220,222)
#D8E5E9
(216,229,233)
#E9EEF4
(233,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F9486 color. Also use rgb(63,148,134) instead hex code.

Text Font Color

.myTextColor { color: #3F9486; }

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

This text font color is #3F9486.


Background Color

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

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

This div background color is #3F9486.


Border color

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

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

This div border color is #3F9486.


Opacity

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

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

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

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

This text has shadow with #3F9486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F9486 on black background.


Color preview on white background

This text has color #3F9486 on white background.



Black color preview on #3F9486 background

This text has black color on #3F9486 background.


White color preview on #3F9486 background

This text has white color on #3F9486 background.