COLOR #3F716E

HEX: #3F716E RGB: (63,113,110)

Color info

#3F716E contains red, green and blue colors in about the same proportion. Web safe color of #3F716E is #336666 (or #366).

RGB color model

#3F716E color RGB value is (63,113,110).

RGB: (63,113,110) (25%, 44%, 43%)

RGB channels and saturation

R 63 of 255 = 25%
G 113 of 255 = 44%
B 110 of 255 = 43%

63
113
110

R + G + B ~ 37%. #3F716E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 113 + 110 = 286 (100%)
R 63 of 286 ~ 22.03%
G 113 of 286 ~ 39.51%
B 110 of 286 ~ 38.46'%

%22.03
%39.51
%38.46

CMYK color model

#3F716E color CMYK value is (44,0,3,56).

  • cyan value is 44.25%
  • magenta value is 0.00%
  • yellow value is 2.65%
  • key color value is 55.69%
CMYK: (44,0,3,56) C44M0Y3K56 (44%,0%,3%,56%) (0.44/0.00/0.03/0.56) 

CMYK percentages

%44.25
%0
%2.65
%55.69

Codes

Color #3F716E in popluar color models

3F 71 6E
RGB 63 113 110
HSL 176° 28.41% 34.51%
HSB/HSV 176° 44.25% 44.31%
CMYK 44.25% 0.00% 2.65%
55.69%

Color #3F716E in popluar number systems.

HEX 3F 71 6E
Decimal 63 113 110
Binary 111111 1110001 1101110
Octal 77 161 156

Shades and tints

Shades of #3F716E

#3F716E
(63,113,110)
#3A6764
(58,103,100)
#355D5A
(53,93,90)
#305350
(48,83,80)
#2B4946
(43,73,70)
#263F3C
(38,63,60)
#213532
(33,53,50)
#1C2B28
(28,43,40)
#17211E
(23,33,30)
#121714
(18,23,20)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #3F716E

#3F716E
(63,113,110)
#507D7B
(80,125,123)
#618988
(97,137,136)
#729595
(114,149,149)
#83A1A2
(131,161,162)
#94ADAF
(148,173,175)
#A5B9BC
(165,185,188)
#B6C5C9
(182,197,201)
#C7D1D6
(199,209,214)
#D8DDE3
(216,221,227)
#E9E9F0
(233,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F716E; }

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

This text font color is #3F716E.

Background Color

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

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

This div background color is #3F716E.

Border color

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

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

This div border color is #3F716E.

Opacity

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

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

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

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

This text has shadow with #3F716E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F716E.

Preview

Color preview on black background

This text has color #3F716E on black background.


Color preview on white background

This text has color #3F716E on white background.


Black color preview on #3F716E background

This text has black color on #3F716E background.


White color preview on #3F716E background

This text has white color on #3F716E background.


Related colors

Complementary color

Complementary color for #hex is #C08E91.


I love getcolorcode.com

Triadic colors

1 #6E3F71 and #716E3F with #3F716E are triadic colors.

2 #6E713F and #713F6E with #3F716E are triadic colors.