COLOR #3F8C9C

HEX: #3F8C9C RGB: (63,140,156)

Color info

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

RGB color model

#3F8C9C color RGB value is (63,140,156).

RGB: (63,140,156) (25%, 55%, 61%)

RGB channels and saturation

R 63 of 255 = 25%
G 140 of 255 = 55%
B 156 of 255 = 61%

63
140
156

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

Portions of RGB colors in percentages

R + G + B = 63 + 140 + 156 = 359 (100%)
R 63 of 359 ~ 17.55%
G 140 of 359 ~ 39%
B 156 of 359 ~ 43.45'%

%17.55
%39
%43.45

CMYK color model

#3F8C9C color CMYK value is (60,10,0,39).

  • cyan value is 59.62%
  • magenta value is 10.26%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (60,10,0,39)
C60M10Y0K39 (60%, 10%, 0%, 39%)
(0.60 / 0.10 / 0.00 / 0.39)

CMYK percentages

%59.62
%10.26
%0
%38.82

Codes

Color #3F8C9C in popluar color models

3F 8C 9C
RGB 63 140 156
HSL 190° 42.47% 42.94%
HSB/HSV 190° 59.62% 61.18%
CMYK 59.62% 10.26% 0.00%
38.82%

Color #3F8C9C in popluar number systems.

HEX 3F 8C 9C
Decimal 63 140 156
Binary 111111 10001100 10011100
Octal 77 214 234

Shades and tints

Shades of #3F8C9C

#3F8C9C
(63,140,156)
#3A808E
(58,128,142)
#357480
(53,116,128)
#306872
(48,104,114)
#2B5C64
(43,92,100)
#265056
(38,80,86)
#214448
(33,68,72)
#1C383A
(28,56,58)
#172C2C
(23,44,44)
#12201E
(18,32,30)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #3F8C9C

#3F8C9C
(63,140,156)
#5096A5
(80,150,165)
#61A0AE
(97,160,174)
#72AAB7
(114,170,183)
#83B4C0
(131,180,192)
#94BEC9
(148,190,201)
#A5C8D2
(165,200,210)
#B6D2DB
(182,210,219)
#C7DCE4
(199,220,228)
#D8E6ED
(216,230,237)
#E9F0F6
(233,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F8C9C color. Also use rgb(63,140,156) instead hex code.

Text Font Color

.myTextColor { color: #3F8C9C; }

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

This text font color is #3F8C9C.

Background Color

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

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

This div background color is #3F8C9C.

Border color

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

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

This div border color is #3F8C9C.

Opacity

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

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

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

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

This text has shadow with #3F8C9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F8C9C.

Preview

Color preview on black background

This text has color #3F8C9C on black background.


Color preview on white background

This text has color #3F8C9C on white background.


Black color preview on #3F8C9C background

This text has black color on #3F8C9C background.


White color preview on #3F8C9C background

This text has white color on #3F8C9C background.


Related colors

Complementary color

Complementary color for #hex is #C07363.


I love getcolorcode.com

Triadic colors

1 #9C3F8C and #8C9C3F with #3F8C9C are triadic colors.

2 #9C8C3F and #8C3F9C with #3F8C9C are triadic colors.