COLOR #3F998D

HEX: #3F998D RGB: (63,153,141)

Color info

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

RGB color model

#3F998D color RGB value is (63,153,141).

RGB: (63,153,141) (25%, 60%, 55%)

RGB channels and saturation

R 63 of 255 = 25%
G 153 of 255 = 60%
B 141 of 255 = 55%

63
153
141

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

Portions of RGB colors in percentages

R + G + B = 63 + 153 + 141 = 357 (100%)
R 63 of 357 ~ 17.65%
G 153 of 357 ~ 42.86%
B 141 of 357 ~ 39.5'%

%17.65
%42.86
%39.5

CMYK color model

#3F998D color CMYK value is (59,0,8,40).

  • cyan value is 58.82%
  • magenta value is 0.00%
  • yellow value is 7.84%
  • key color value is 40.00%

CMYK: (59,0,8,40)
C59M0Y8K40 (59%, 0%, 8%, 40%)
(0.59 / 0.00 / 0.08 / 0.40)

CMYK percentages

%58.82
%0
%7.84
%40

Codes

Color #3F998D in popluar color models

3F 99 8D
RGB 63 153 141
HSL 172° 41.67% 42.35%
HSB/HSV 172° 58.82% 60.00%
CMYK 58.82% 0.00% 7.84%
40.00%

Color #3F998D in popluar number systems.

HEX 3F 99 8D
Decimal 63 153 141
Binary 111111 10011001 10001101
Octal 77 231 215

Shades and tints

Shades of #3F998D

#3F998D
(63,153,141)
#3A8C81
(58,140,129)
#357F75
(53,127,117)
#307269
(48,114,105)
#2B655D
(43,101,93)
#265851
(38,88,81)
#214B45
(33,75,69)
#1C3E39
(28,62,57)
#17312D
(23,49,45)
#122421
(18,36,33)
#0D1715
(13,23,21)
#000000
(0,0,0)

Tints of #3F998D

#3F998D
(63,153,141)
#50A297
(80,162,151)
#61ABA1
(97,171,161)
#72B4AB
(114,180,171)
#83BDB5
(131,189,181)
#94C6BF
(148,198,191)
#A5CFC9
(165,207,201)
#B6D8D3
(182,216,211)
#C7E1DD
(199,225,221)
#D8EAE7
(216,234,231)
#E9F3F1
(233,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F998D color. Also use rgb(63,153,141) instead hex code.

Text Font Color

.myTextColor { color: #3F998D; }

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

This text font color is #3F998D.

Background Color

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

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

This div background color is #3F998D.

Border color

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

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

This div border color is #3F998D.

Opacity

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

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

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

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

This text has shadow with #3F998D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F998D.

Preview

Color preview on black background

This text has color #3F998D on black background.


Color preview on white background

This text has color #3F998D on white background.


Black color preview on #3F998D background

This text has black color on #3F998D background.


White color preview on #3F998D background

This text has white color on #3F998D background.


Related colors

Complementary color

Complementary color for #hex is #C06672.


I love getcolorcode.com

Triadic colors

1 #8D3F99 and #998D3F with #3F998D are triadic colors.

2 #8D993F and #993F8D with #3F998D are triadic colors.