COLOR #3F716B

HEX: #3F716B
RGB: (63,113,107)

Color info

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

RGB color model

#3F716B color RGB value is (63,113,107).

  • red value is 63;
  • green value is 113;
  • blue value is 107.
RGB:
(63,113,107)
(25%,44%,42%)

RGB channels and saturation

R 63 of 255 = 25%
G 113 of 255 = 44%
B 107 of 255 = 42%

63
113
107

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

Portions of RGB colors in percentages

R + G + B =
63 + 113 + 107 = 283 (100%)
R 63 of 283 ~ 22.26%
G 113 of 283 ~ 39.93%
B 107 of 283 ~ 37.81%

%22.26
%39.93
%37.81

CMYK color model

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

  • cyan value is 44.25%
  • magenta value is 0.00%
  • yellow value is 5.31%
  • key color value is 55.69%
CMYK:
(44,0,5,56)
C44M0Y5K56 
(44%,0%,5%,56%)
(0.44/0.00/0.05/0.56)	

CMYK percentages

%44.25
%0
%5.31
%55.69

Codes

Color #3F716B in popluar color models

3F716B
RGB63113107
HSL173°28.41%34.51%
HSB/HSV173°44.25%44.31%
CMYK44.25%0.00%5.31%
55.69%

Color #3F716B in popluar number systems.

HEX3F716B
Decimal63113107
Binary11111111100011101011
Octal77161153

Shades and tints

Shades of #3F716B

#3F716B
(63,113,107)
#3A6762
(58,103,98)
#355D59
(53,93,89)
#305350
(48,83,80)
#2B4947
(43,73,71)
#263F3E
(38,63,62)
#213535
(33,53,53)
#1C2B2C
(28,43,44)
#172123
(23,33,35)
#12171A
(18,23,26)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #3F716B

#3F716B
(63,113,107)
#507D78
(80,125,120)
#618985
(97,137,133)
#729592
(114,149,146)
#83A19F
(131,161,159)
#94ADAC
(148,173,172)
#A5B9B9
(165,185,185)
#B6C5C6
(182,197,198)
#C7D1D3
(199,209,211)
#D8DDE0
(216,221,224)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F716B; }

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

This text font color is #3F716B.


Background Color

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

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

This div background color is #3F716B.


Border color

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

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

This div border color is #3F716B.


Opacity

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

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

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

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

This text has shadow with #3F716B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F716B on black background.


Color preview on white background

This text has color #3F716B on white background.



Black color preview on #3F716B background

This text has black color on #3F716B background.


White color preview on #3F716B background

This text has white color on #3F716B background.