COLOR #3F6E81

HEX: #3F6E81
RGB: (63,110,129)

Color info

#3F6E81 contains mainly green and blue colors. Web safe color of #3F6E81 is #336699 (or #369).

RGB color model

#3F6E81 color RGB value is (63,110,129).

  • red value is 63;
  • green value is 110;
  • blue value is 129.
RGB:
(63,110,129)
(25%,43%,51%)

RGB channels and saturation

R 63 of 255 = 25%
G 110 of 255 = 43%
B 129 of 255 = 51%

63
110
129

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

Portions of RGB colors in percentages

R + G + B =
63 + 110 + 129 = 302 (100%)
R 63 of 302 ~ 20.86%
G 110 of 302 ~ 36.42%
B 129 of 302 ~ 42.72%

%20.86
%36.42
%42.72

CMYK color model

#3F6E81 color CMYK value is (51,15,0,49).

  • cyan value is 51.16%
  • magenta value is 14.73%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(51,15,0,49)
C51M15Y0K49 
(51%,15%,0%,49%)
(0.51/0.15/0.00/0.49)	

CMYK percentages

%51.16
%14.73
%0
%49.41

Codes

Color #3F6E81 in popluar color models

3F6E81
RGB63110129
HSL197°34.38%37.65%
HSB/HSV197°51.16%50.59%
CMYK51.16%14.73%0.00%
49.41%

Color #3F6E81 in popluar number systems.

HEX3F6E81
Decimal63110129
Binary111111110111010000001
Octal77156201

Shades and tints

Shades of #3F6E81

#3F6E81
(63,110,129)
#3A6476
(58,100,118)
#355A6B
(53,90,107)
#305060
(48,80,96)
#2B4655
(43,70,85)
#263C4A
(38,60,74)
#21323F
(33,50,63)
#1C2834
(28,40,52)
#171E29
(23,30,41)
#12141E
(18,20,30)
#0D0A13
(13,10,19)
#000000
(0,0,0)

Tints of #3F6E81

#3F6E81
(63,110,129)
#507B8C
(80,123,140)
#618897
(97,136,151)
#7295A2
(114,149,162)
#83A2AD
(131,162,173)
#94AFB8
(148,175,184)
#A5BCC3
(165,188,195)
#B6C9CE
(182,201,206)
#C7D6D9
(199,214,217)
#D8E3E4
(216,227,228)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F6E81 color. Also use rgb(63,110,129) instead hex code.

Text Font Color

.myTextColor { color: #3F6E81; }

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

This text font color is #3F6E81.


Background Color

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

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

This div background color is #3F6E81.


Border color

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

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

This div border color is #3F6E81.


Opacity

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

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

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

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

This text has shadow with #3F6E81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6E81 on black background.


Color preview on white background

This text has color #3F6E81 on white background.



Black color preview on #3F6E81 background

This text has black color on #3F6E81 background.


White color preview on #3F6E81 background

This text has white color on #3F6E81 background.