COLOR #3F839B

HEX: #3F839B RGB: (63,131,155)

Color info

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

RGB color model

#3F839B color RGB value is (63,131,155).

RGB: (63,131,155) (25%, 51%, 61%)

RGB channels and saturation

R 63 of 255 = 25%
G 131 of 255 = 51%
B 155 of 255 = 61%

63
131
155

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

Portions of RGB colors in percentages

R + G + B = 63 + 131 + 155 = 349 (100%)
R 63 of 349 ~ 18.05%
G 131 of 349 ~ 37.54%
B 155 of 349 ~ 44.41'%

%18.05
%37.54
%44.41

CMYK color model

#3F839B color CMYK value is (59,15,0,39).

  • cyan value is 59.35%
  • magenta value is 15.48%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (59,15,0,39)
C59M15Y0K39 (59%, 15%, 0%, 39%)
(0.59 / 0.15 / 0.00 / 0.39)

CMYK percentages

%59.35
%15.48
%0
%39.22

Codes

Color #3F839B in popluar color models

3F 83 9B
RGB 63 131 155
HSL 196° 42.20% 42.75%
HSB/HSV 196° 59.35% 60.78%
CMYK 59.35% 15.48% 0.00%
39.22%

Color #3F839B in popluar number systems.

HEX 3F 83 9B
Decimal 63 131 155
Binary 111111 10000011 10011011
Octal 77 203 233

Shades and tints

Shades of #3F839B

#3F839B
(63,131,155)
#3A788D
(58,120,141)
#356D7F
(53,109,127)
#306271
(48,98,113)
#2B5763
(43,87,99)
#264C55
(38,76,85)
#214147
(33,65,71)
#1C3639
(28,54,57)
#172B2B
(23,43,43)
#12201D
(18,32,29)
#0D150F
(13,21,15)
#000000
(0,0,0)

Tints of #3F839B

#3F839B
(63,131,155)
#508EA4
(80,142,164)
#6199AD
(97,153,173)
#72A4B6
(114,164,182)
#83AFBF
(131,175,191)
#94BAC8
(148,186,200)
#A5C5D1
(165,197,209)
#B6D0DA
(182,208,218)
#C7DBE3
(199,219,227)
#D8E6EC
(216,230,236)
#E9F1F5
(233,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F839B color. Also use rgb(63,131,155) instead hex code.

Text Font Color

.myTextColor { color: #3F839B; }

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

This text font color is #3F839B.

Background Color

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

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

This div background color is #3F839B.

Border color

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

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

This div border color is #3F839B.

Opacity

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

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

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

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

This text has shadow with #3F839B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F839B.

Preview

Color preview on black background

This text has color #3F839B on black background.


Color preview on white background

This text has color #3F839B on white background.


Black color preview on #3F839B background

This text has black color on #3F839B background.


White color preview on #3F839B background

This text has white color on #3F839B background.


Related colors

Complementary color

Complementary color for #hex is #C07C64.


I love getcolorcode.com

Triadic colors

1 #9B3F83 and #839B3F with #3F839B are triadic colors.

2 #9B833F and #833F9B with #3F839B are triadic colors.