COLOR #3F7973

HEX: #3F7973
RGB: (63,121,115)

Color info

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

RGB color model

#3F7973 color RGB value is (63,121,115).

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

RGB channels and saturation

R 63 of 255 = 25%
G 121 of 255 = 47%
B 115 of 255 = 45%

63
121
115

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

Portions of RGB colors in percentages

R + G + B =
63 + 121 + 115 = 299 (100%)
R 63 of 299 ~ 21.07%
G 121 of 299 ~ 40.47%
B 115 of 299 ~ 38.46%

%21.07
%40.47
%38.46

CMYK color model

#3F7973 color CMYK value is (48,0,5,53).

  • cyan value is 47.93%
  • magenta value is 0.00%
  • yellow value is 4.96%
  • key color value is 52.55%
CMYK:
(48,0,5,53)
C48M0Y5K53 
(48%,0%,5%,53%)
(0.48/0.00/0.05/0.53)	

CMYK percentages

%47.93
%0
%4.96
%52.55

Codes

Color #3F7973 in popluar color models

3F7973
RGB63121115
HSL174°31.52%36.08%
HSB/HSV174°47.93%47.45%
CMYK47.93%0.00%4.96%
52.55%

Color #3F7973 in popluar number systems.

HEX3F7973
Decimal63121115
Binary11111111110011110011
Octal77171163

Shades and tints

Shades of #3F7973

#3F7973
(63,121,115)
#3A6E69
(58,110,105)
#35635F
(53,99,95)
#305855
(48,88,85)
#2B4D4B
(43,77,75)
#264241
(38,66,65)
#213737
(33,55,55)
#1C2C2D
(28,44,45)
#172123
(23,33,35)
#121619
(18,22,25)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #3F7973

#3F7973
(63,121,115)
#50857F
(80,133,127)
#61918B
(97,145,139)
#729D97
(114,157,151)
#83A9A3
(131,169,163)
#94B5AF
(148,181,175)
#A5C1BB
(165,193,187)
#B6CDC7
(182,205,199)
#C7D9D3
(199,217,211)
#D8E5DF
(216,229,223)
#E9F1EB
(233,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F7973; }

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

This text font color is #3F7973.


Background Color

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

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

This div background color is #3F7973.


Border color

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

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

This div border color is #3F7973.


Opacity

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

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

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

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

This text has shadow with #3F7973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F7973 on black background.


Color preview on white background

This text has color #3F7973 on white background.



Black color preview on #3F7973 background

This text has black color on #3F7973 background.


White color preview on #3F7973 background

This text has white color on #3F7973 background.