COLOR #3F9497

HEX: #3F9497
RGB: (63,148,151)

Color info

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

RGB color model

#3F9497 color RGB value is (63,148,151).

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

RGB channels and saturation

R 63 of 255 = 25%
G 148 of 255 = 58%
B 151 of 255 = 59%

63
148
151

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

Portions of RGB colors in percentages

R + G + B =
63 + 148 + 151 = 362 (100%)
R 63 of 362 ~ 17.4%
G 148 of 362 ~ 40.88%
B 151 of 362 ~ 41.71%

%17.4
%40.88
%41.71

CMYK color model

#3F9497 color CMYK value is (58,2,0,41).

  • cyan value is 58.28%
  • magenta value is 1.99%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(58,2,0,41)
C58M2Y0K41 
(58%,2%,0%,41%)
(0.58/0.02/0.00/0.41)	

CMYK percentages

%58.28
%1.99
%0
%40.78

Codes

Color #3F9497 in popluar color models

3F9497
RGB63148151
HSL182°41.12%41.96%
HSB/HSV182°58.28%59.22%
CMYK58.28%1.99%0.00%
40.78%

Color #3F9497 in popluar number systems.

HEX3F9497
Decimal63148151
Binary1111111001010010010111
Octal77224227

Shades and tints

Shades of #3F9497

#3F9497
(63,148,151)
#3A878A
(58,135,138)
#357A7D
(53,122,125)
#306D70
(48,109,112)
#2B6063
(43,96,99)
#265356
(38,83,86)
#214649
(33,70,73)
#1C393C
(28,57,60)
#172C2F
(23,44,47)
#121F22
(18,31,34)
#0D1215
(13,18,21)
#000000
(0,0,0)

Tints of #3F9497

#3F9497
(63,148,151)
#509DA0
(80,157,160)
#61A6A9
(97,166,169)
#72AFB2
(114,175,178)
#83B8BB
(131,184,187)
#94C1C4
(148,193,196)
#A5CACD
(165,202,205)
#B6D3D6
(182,211,214)
#C7DCDF
(199,220,223)
#D8E5E8
(216,229,232)
#E9EEF1
(233,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F9497; }

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

This text font color is #3F9497.


Background Color

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

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

This div background color is #3F9497.


Border color

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

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

This div border color is #3F9497.


Opacity

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

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

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

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

This text has shadow with #3F9497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F9497 on black background.


Color preview on white background

This text has color #3F9497 on white background.



Black color preview on #3F9497 background

This text has black color on #3F9497 background.


White color preview on #3F9497 background

This text has white color on #3F9497 background.