COLOR #3F706D

HEX: #3F706D
RGB: (63,112,109)

Color info

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

RGB color model

#3F706D color RGB value is (63,112,109).

  • red value is 63;
  • green value is 112;
  • blue value is 109.
RGB:
(63,112,109)
(25%,44%,43%)

RGB channels and saturation

R 63 of 255 = 25%
G 112 of 255 = 44%
B 109 of 255 = 43%

63
112
109

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

Portions of RGB colors in percentages

R + G + B =
63 + 112 + 109 = 284 (100%)
R 63 of 284 ~ 22.18%
G 112 of 284 ~ 39.44%
B 109 of 284 ~ 38.38%

%22.18
%39.44
%38.38

CMYK color model

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

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

CMYK percentages

%43.75
%0
%2.68
%56.08

Codes

Color #3F706D in popluar color models

3F706D
RGB63112109
HSL176°28.00%34.31%
HSB/HSV176°43.75%43.92%
CMYK43.75%0.00%2.68%
56.08%

Color #3F706D in popluar number systems.

HEX3F706D
Decimal63112109
Binary11111111100001101101
Octal77160155

Shades and tints

Shades of #3F706D

#3F706D
(63,112,109)
#3A6664
(58,102,100)
#355C5B
(53,92,91)
#305252
(48,82,82)
#2B4849
(43,72,73)
#263E40
(38,62,64)
#213437
(33,52,55)
#1C2A2E
(28,42,46)
#172025
(23,32,37)
#12161C
(18,22,28)
#0D0C13
(13,12,19)
#000000
(0,0,0)

Tints of #3F706D

#3F706D
(63,112,109)
#507D7A
(80,125,122)
#618A87
(97,138,135)
#729794
(114,151,148)
#83A4A1
(131,164,161)
#94B1AE
(148,177,174)
#A5BEBB
(165,190,187)
#B6CBC8
(182,203,200)
#C7D8D5
(199,216,213)
#D8E5E2
(216,229,226)
#E9F2EF
(233,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F706D color. Also use rgb(63,112,109) instead hex code.

Text Font Color

.myTextColor { color: #3F706D; }

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

This text font color is #3F706D.


Background Color

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

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

This div background color is #3F706D.


Border color

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

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

This div border color is #3F706D.


Opacity

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

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

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

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

This text has shadow with #3F706D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F706D on black background.


Color preview on white background

This text has color #3F706D on white background.



Black color preview on #3F706D background

This text has black color on #3F706D background.


White color preview on #3F706D background

This text has white color on #3F706D background.