COLOR #3F7970

HEX: #3F7970
RGB: (63,121,112)

Color info

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

RGB color model

#3F7970 color RGB value is (63,121,112).

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

RGB channels and saturation

R 63 of 255 = 25%
G 121 of 255 = 47%
B 112 of 255 = 44%

63
121
112

R + G + B ~ 39%. #3F7970 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 121 + 112 = 296 (100%)
R 63 of 296 ~ 21.28%
G 121 of 296 ~ 40.88%
B 112 of 296 ~ 37.84%

%21.28
%40.88
%37.84

CMYK color model

#3F7970 color CMYK value is (48,0,7,53).

  • cyan value is 47.93%
  • magenta value is 0.00%
  • yellow value is 7.44%
  • key color value is 52.55%
CMYK:
(48,0,7,53)
C48M0Y7K53 
(48%,0%,7%,53%)
(0.48/0.00/0.07/0.53)	

CMYK percentages

%47.93
%0
%7.44
%52.55

Codes

Color #3F7970 in popluar color models

3F7970
RGB63121112
HSL171°31.52%36.08%
HSB/HSV171°47.93%47.45%
CMYK47.93%0.00%7.44%
52.55%

Color #3F7970 in popluar number systems.

HEX3F7970
Decimal63121112
Binary11111111110011110000
Octal77171160

Shades and tints

Shades of #3F7970

#3F7970
(63,121,112)
#3A6E66
(58,110,102)
#35635C
(53,99,92)
#305852
(48,88,82)
#2B4D48
(43,77,72)
#26423E
(38,66,62)
#213734
(33,55,52)
#1C2C2A
(28,44,42)
#172120
(23,33,32)
#121616
(18,22,22)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #3F7970

#3F7970
(63,121,112)
#50857D
(80,133,125)
#61918A
(97,145,138)
#729D97
(114,157,151)
#83A9A4
(131,169,164)
#94B5B1
(148,181,177)
#A5C1BE
(165,193,190)
#B6CDCB
(182,205,203)
#C7D9D8
(199,217,216)
#D8E5E5
(216,229,229)
#E9F1F2
(233,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F7970; }

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

This text font color is #3F7970.


Background Color

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

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

This div background color is #3F7970.


Border color

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

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

This div border color is #3F7970.


Opacity

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

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

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

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

This text has shadow with #3F7970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F7970 on black background.


Color preview on white background

This text has color #3F7970 on white background.



Black color preview on #3F7970 background

This text has black color on #3F7970 background.


White color preview on #3F7970 background

This text has white color on #3F7970 background.